ref: 237861b55333cb90c9be50d35f91eff04bc99095
parent: 9ae1cd6a1c5bdf73e426967264a61f1e55c61f9e
author: yenatch <[email protected]>
date: Sun Sep 15 15:07:38 EDT 2013
rename hall of fame labels
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -3187,9 +3187,9 @@
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
--- a/main.asm
+++ b/main.asm
@@ -58239,7 +58239,7 @@
INCBIN "baserom.gbc", $8640b, $8640e - $8640b
-HallOfFame3: ; 0x8640e
+HallOfFame: ; 0x8640e
call Function8648e
ld a, [StatusFlags]
push af
@@ -78411,7 +78411,7 @@
-HallOfFame2: ; 0x105ef6
+Mobile_HallOfFame2: ; 0x105ef6
ret
INCBIN "baserom.gbc", $105ef7, $105f33 - $105ef7
@@ -78456,7 +78456,7 @@
INCBIN "baserom.gbc", $10606b, $106078 - $10606b
-HallOfFame1: ; 0x106078
+Mobile_HallOfFame: ; 0x106078
ret
INCBIN "baserom.gbc", $106079, $106086 - $106079