diff options
author | yenatch <yenatch@gmail.com> | 2013-09-15 19:07:38 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-16 17:42:11 -0400 |
commit | 237861b55333cb90c9be50d35f91eff04bc99095 (patch) | |
tree | c3c32ab9e9ce7332e0571adfc108c0542cf6ba0e /main.asm | |
parent | 9ae1cd6a1c5bdf73e426967264a61f1e55c61f9e (diff) |
rename hall of fame labels
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58239,7 +58239,7 @@ INCBIN "gfx/fx/039.lz" INCBIN "baserom.gbc", $8640b, $8640e - $8640b -HallOfFame3: ; 0x8640e +HallOfFame: ; 0x8640e call Function8648e ld a, [StatusFlags] push af @@ -78411,7 +78411,7 @@ UpdateUsedMoves: ; 105ed0 -HallOfFame2: ; 0x105ef6 +Mobile_HallOfFame2: ; 0x105ef6 ret INCBIN "baserom.gbc", $105ef7, $105f33 - $105ef7 @@ -78456,7 +78456,7 @@ Function10606a: ; 10606a INCBIN "baserom.gbc", $10606b, $106078 - $10606b -HallOfFame1: ; 0x106078 +Mobile_HallOfFame: ; 0x106078 ret INCBIN "baserom.gbc", $106079, $106086 - $106079 |