You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
clean up StartMenu
This commit is contained in:
14
wram.asm
14
wram.asm
@ -839,7 +839,7 @@ CurSpecies: ; cf60
|
||||
MenuSelection:; cf74
|
||||
ds 1
|
||||
|
||||
ds $cf82-$cf74
|
||||
ds 14
|
||||
|
||||
TileY: ; cf82
|
||||
ds 1
|
||||
@ -1058,13 +1058,12 @@ TempMonSpclAtk: ; d13a
|
||||
ds 2
|
||||
TempMonSpclDef: ; d13c
|
||||
ds 2
|
||||
TempMonEnd: ; d13e
|
||||
TempMonEnd ; d13e
|
||||
|
||||
ds 3
|
||||
|
||||
PartyMenuActionText ; d141
|
||||
PartyMenuActionText: ; d141
|
||||
ds 1
|
||||
|
||||
ds 1
|
||||
|
||||
CurPartyLevel: ; d143
|
||||
@ -1622,7 +1621,12 @@ TimeOfDayPal: ; d841
|
||||
CurTimeOfDay: ; d848
|
||||
ds 1
|
||||
|
||||
ds 5
|
||||
ds 3
|
||||
|
||||
StatusFlags: ; d84c
|
||||
ds 1
|
||||
StatusFlags2: ; d84d
|
||||
ds 1
|
||||
|
||||
Money: ; d84e
|
||||
ds 3
|
||||
|
Reference in New Issue
Block a user