summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-01 22:55:13 -0400
committeryenatch <yenatch@gmail.com>2013-07-10 19:17:02 -0400
commitfbf9ae78778adb5ee6ca3291bce495a5041f8064 (patch)
tree35ec250c187c7b0c26480a30f32f47bb8cf2e15f /wram.asm
parentd3872d1aa94a2ae6294f7cce3584f4d0aaa16fcb (diff)
clean up StartMenu
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm22
1 files changed, 13 insertions, 9 deletions
diff --git a/wram.asm b/wram.asm
index ed5ff6ebd..4154842d8 100644
--- a/wram.asm
+++ b/wram.asm
@@ -837,9 +837,9 @@ CurSpecies: ; cf60
ds $13
MenuSelection:; cf74
- ds 1
-
- ds $cf82-$cf74
+ ds 1
+
+ ds 14
TileY: ; cf82
ds 1
@@ -1058,14 +1058,13 @@ TempMonSpclAtk: ; d13a
ds 2
TempMonSpclDef: ; d13c
ds 2
-TempMonEnd: ; d13e
+TempMonEnd ; d13e
ds 3
-PartyMenuActionText ; d141
- ds 1
-
- ds 1
+PartyMenuActionText: ; d141
+ ds 1
+ ds 1
CurPartyLevel: ; d143
ds 1
@@ -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