Prefix engine_flags wram addresses with w
This commit is contained in:
@@ -7,7 +7,7 @@ ResetMapBufferEventFlags:: ; 2e50
|
||||
|
||||
ResetBikeFlags:: ; 2e56
|
||||
xor a
|
||||
ld hl, BikeFlags
|
||||
ld hl, wBikeFlags
|
||||
ld [hli], a
|
||||
ld [hl], a
|
||||
ret
|
||||
@@ -22,7 +22,7 @@ ResetFlashIfOutOfCave:: ; 2e5d
|
||||
ret
|
||||
|
||||
.asm_2e69
|
||||
ld hl, StatusFlags
|
||||
ld hl, wStatusFlags
|
||||
res 2, [hl]
|
||||
ret
|
||||
; 2e6f
|
||||
|
Reference in New Issue
Block a user