Prefix wram labels with w, part 2.
This commit is contained in:
@@ -42,10 +42,10 @@ BattleRandom:: ; 2f9f
|
||||
|
||||
call _BattleRandom
|
||||
|
||||
ld [PredefTemp + 1], a
|
||||
ld [wPredefTemp + 1], a
|
||||
pop af
|
||||
rst Bankswitch
|
||||
ld a, [PredefTemp + 1]
|
||||
ld a, [wPredefTemp + 1]
|
||||
ret
|
||||
; 2fb1
|
||||
|
||||
|
Reference in New Issue
Block a user