summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-15 19:07:38 -0400
committeryenatch <yenatch@gmail.com>2013-09-16 17:42:11 -0400
commit237861b55333cb90c9be50d35f91eff04bc99095 (patch)
treec3c32ab9e9ce7332e0571adfc108c0542cf6ba0e
parent9ae1cd6a1c5bdf73e426967264a61f1e55c61f9e (diff)
rename hall of fame labels
-rw-r--r--engine/scripting.asm6
-rw-r--r--main.asm6
2 files changed, 6 insertions, 6 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 12fd14283..597f25693 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -3187,9 +3187,9 @@ Script_halloffame: ; 0x97bd5
ld hl, $cfbc
res 0, [hl]
- callba HallOfFame1
- callba HallOfFame2
- callba HallOfFame3
+ callba Mobile_HallOfFame
+ callba Mobile_HallOfFame2
+ callba HallOfFame
ld hl, $cfbc
set 0, [hl]
jr DisplayCredits
diff --git a/main.asm b/main.asm
index 98de4e95f..337a82b7e 100644
--- a/main.asm
+++ b/main.asm
@@ -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