summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-03 01:46:07 -0800
committerBryan Bishop <kanzure@gmail.com>2013-02-03 01:46:07 -0800
commit016174486ff0bf2d4c8365df205daa4f90ed2f4e (patch)
tree3bc75d3b93c4e2fe62c123162b9ddfd61f749abc /wram.asm
parentf6db9f965ae2bf175a2a96d68bfa4247ab7651a1 (diff)
parent7df002c3e20f1b728b1d29a877c3731d4867f502 (diff)
Merge pull request #98 from Sanky/master
Assorted menu code, will probably regret this.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 129211850..8c9e2dfdd 100644
--- a/wram.asm
+++ b/wram.asm
@@ -768,7 +768,12 @@ CurPartyMon: ; d109
; 0-5
ds 1
- ds 57
+ ds 55
+
+PartyMenuActionText ; d141
+ ds 1
+
+ ds 1
CurPartyLevel: ; d143
ds 1
@@ -1464,4 +1469,4 @@ RoamMon3MapNumber: ; dfe0
RoamMon3CurHP: ; dfe1
ds 1
RoamMon3DVs: ; dfe2
- ds 2 \ No newline at end of file
+ ds 2