diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-22 16:36:28 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-22 16:58:47 -0400 |
commit | 4c480a23dc2f81323b48670612cb23516a544e86 (patch) | |
tree | 51c9e3ab4b2b9212db4d31df0dfa101bfeb11674 /wram.asm | |
parent | c8960dd2c8043d9a10e961379996fa18fef34033 (diff) | |
parent | dc620c08ee43a4baee7cb4b04b22661ccf2ad60a (diff) |
Fixed a few labeling bugs
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -362,10 +362,10 @@ wPartyMon3MenuIconAnim:: ds 16 ; c334 wPartyMon4MenuIconAnim:: ds 16 ; c344 wPartyMon5MenuIconAnim:: ds 16 ; c354 wPartyMon6MenuIconAnim:: ds 16 ; c364 -wc374:: ds 64 -wc3a4:: ds 8 -wc3ac:: ds 8 -wc3b4:: ds 1 +wc374:: ds 48 ; c374 +wc3a4:: ds 8 ; c3b4 +wc3ac:: ds 8 ; c3bc +wc3b4:: ds 1 ; c3 wc3b5:: ds 1 CurIcon:: ; c3b6 |