diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-03 01:46:07 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-03 01:46:07 -0800 |
commit | 016174486ff0bf2d4c8365df205daa4f90ed2f4e (patch) | |
tree | 3bc75d3b93c4e2fe62c123162b9ddfd61f749abc /wram.asm | |
parent | f6db9f965ae2bf175a2a96d68bfa4247ab7651a1 (diff) | |
parent | 7df002c3e20f1b728b1d29a877c3731d4867f502 (diff) |
Merge pull request #98 from Sanky/master
Assorted menu code, will probably regret this.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |