Update multiworld to be compatible with save & quit delay fix.
This commit is contained in:
@@ -302,7 +302,7 @@ Extra_Text_Table:
|
|||||||
incsrc itemtext.asm
|
incsrc itemtext.asm
|
||||||
warnpc $32E000
|
warnpc $32E000
|
||||||
|
|
||||||
org $32E000
|
org $32DFD0 ; PC 0x195FD0
|
||||||
incsrc multiworldplayernames.asm
|
incsrc multiworldplayernames.asm
|
||||||
warnpc $330000
|
warnpc $330000
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
;"received from " 28 bytes
|
|
||||||
HUD_ReceivedFrom:
|
|
||||||
dw $296E, $2961, $295F, $2961, $2965, $2972, $2961, $2960, $007F, $2962, $296E, $296B, $2969, $007F
|
|
||||||
|
|
||||||
;"sent to " 16 bytes
|
|
||||||
HUD_SentTo:
|
|
||||||
dw $296F, $2961, $296A, $2970, $007F, $2970, $296B, $007F
|
|
||||||
|
|
||||||
macro Print_Text(hdr, hdr_len, player_id)
|
macro Print_Text(hdr, hdr_len, player_id)
|
||||||
PHX : PHY : PHP
|
PHX : PHY : PHP
|
||||||
@@ -26,7 +20,7 @@ PHX : PHY : PHP
|
|||||||
ASL #5
|
ASL #5
|
||||||
TAX
|
TAX
|
||||||
-
|
-
|
||||||
CPY <hdr_len>+#$20 : !BGE ++
|
CPY <hdr_len>+$20 : !BGE ++
|
||||||
LDA PlayerNames, X
|
LDA PlayerNames, X
|
||||||
PHX : TYX : STA !MULTIWORLD_HUD_CHARACTER_DATA, X : PLX
|
PHX : TYX : STA !MULTIWORLD_HUD_CHARACTER_DATA, X : PLX
|
||||||
INX #2 : INY #2
|
INX #2 : INY #2
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
|
;org $32DFD0 ; PC 0x195FD0
|
||||||
|
;"received from " 28 bytes
|
||||||
|
HUD_ReceivedFrom:
|
||||||
|
dw $296E, $2961, $295F, $2961, $2965, $2972, $2961, $2960, $007F, $2962, $296E, $296B, $2969, $007F
|
||||||
|
|
||||||
|
;org $32DFEC ; PC 0x195FEC
|
||||||
|
;"sent to " 16 bytes
|
||||||
|
HUD_SentTo:
|
||||||
|
dw $296F, $2961, $296A, $2970, $007F, $2970, $296B, $007F
|
||||||
|
|
||||||
|
;org $32DFFC ; PC 0x195FFC
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
; Player names (32 bytes/player)
|
; Player names (32 bytes/player) - 255 players
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
PlayerNames:
|
PlayerNames:
|
||||||
; Player1
|
; Player1
|
||||||
|
|||||||
Reference in New Issue
Block a user