You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Prefix engine_flags wram addresses with w
This commit is contained in:
@@ -1198,7 +1198,7 @@ BattleTowerRoomMenu_PlacePickLevelMenu:
|
||||
ld [wcd4f], a
|
||||
ld a, $1
|
||||
ld [rSVBK], a
|
||||
ld a, [StatusFlags]
|
||||
ld a, [wStatusFlags]
|
||||
bit 6, a ; Hall Of Fame
|
||||
jr nz, .asm_11896b
|
||||
ld hl, Strings_Ll0ToL40 ; Address to list of strings with the choosable levels
|
||||
|
||||
Reference in New Issue
Block a user