summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
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 /engine/scripting.asm
parent9ae1cd6a1c5bdf73e426967264a61f1e55c61f9e (diff)
rename hall of fame labels
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm6
1 files changed, 3 insertions, 3 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