aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 19:20:47 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 19:20:47 -0400
commit2187d8d8af1ff2372610806539c245657639cf85 (patch)
tree469560dc74056db9ac53f04b9970c35b2da54b0d /engine/hall_of_fame.asm
parentAttempt to make Yellow Buildable, part 5 (diff)
downloadpokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.gz
pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.tar.xz
pokeyellow-2187d8d8af1ff2372610806539c245657639cf85.zip
Attempt to make Yellow buildable, part 6.
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 9481afab..8c7ca55f 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -33,8 +33,8 @@ AnimateHallOfFame: ; 701c6 (1c:41c6)
.asm_70211
ld a, $90
ld [hWY], a
- ld c, BANK(Music_HallOfFame)
- ld a, MUSIC_HALL_OF_FAME
+ ld c, $1f ; BANK(Music_HallOfFame)
+ ld a, $ca ; MUSIC_HALL_OF_FAME
call PlayMusic
ld hl, wPartySpecies
ld c, $ff
@@ -254,9 +254,9 @@ Func_703d1: ; 703d1 (1c:43d1)
ld c, $a3
call PrintBCDNumber
ld hl, DexSeenOwnedText
- call Func_703e2
+ call Func_7043a
ld hl, DexRatingText
- call Func_703e2
+ call Func_7043a
ld hl, wcc5d
Func_7043a: ; 7043a (1c:443a)