diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 22:18:07 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 22:18:07 -0400 |
commit | 9346a39a8a2eb17f92cdd439ecc122201046e680 (patch) | |
tree | b763145a9a13fa537f217eef3f8eb3fa5003c8e8 /scripts | |
parent | 48fce68a828602239d8aa7c03a726d0a2e2a591a (diff) |
Printer labels
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/beach_house.asm | 2 | ||||
-rwxr-xr-x | scripts/beach_house2.asm | 2 | ||||
-rwxr-xr-x | scripts/celadonmansion3.asm | 2 | ||||
-rwxr-xr-x | scripts/fanclub.asm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/beach_house.asm b/scripts/beach_house.asm index d43e0977..b0daa01f 100644 --- a/scripts/beach_house.asm +++ b/scripts/beach_house.asm @@ -158,7 +158,7 @@ BeachHouseSign4Text: set 6, [hl] xor a ld [wUpdateSpritesEnabled], a - callab Func_e910a + callab Printer_PrepareSurfingMinigameHighScoreTileMap call WaitForTextScrollButtonPress ld hl, wd730 res 6, [hl] diff --git a/scripts/beach_house2.asm b/scripts/beach_house2.asm index a2dd2114..eb2f56b4 100755 --- a/scripts/beach_house2.asm +++ b/scripts/beach_house2.asm @@ -4,7 +4,7 @@ Func_f23d0: ; f23d0 ld [wUpdateSpritesEnabled], a ld hl, wd730 set 6, [hl] - callab Func_e8c5c + callab PrintSurfingMinigameHighScore ld hl, wd730 res 6, [hl] call GBPalWhiteOutWithDelay3 diff --git a/scripts/celadonmansion3.asm b/scripts/celadonmansion3.asm index 191d9304..51f61e94 100755 --- a/scripts/celadonmansion3.asm +++ b/scripts/celadonmansion3.asm @@ -58,7 +58,7 @@ GraphicArtistText: ; 487a8 (12:47a8) ld [wUpdateSpritesEnabled], a ld hl, wd730 set 6, [hl] - callab Func_e8cb1 + callab PrintDiploma ld hl, wd730 res 6, [hl] call GBPalWhiteOutWithDelay3 diff --git a/scripts/fanclub.asm b/scripts/fanclub.asm index d1dffea6..21be1443 100755 --- a/scripts/fanclub.asm +++ b/scripts/fanclub.asm @@ -244,7 +244,7 @@ FanClubText5: ld [wUpdateSpritesEnabled], a ld hl, wd730 set 6, [hl] - callab Func_e8e24 + callab PrintFanClubPortrait ld hl, wd730 res 6, [hl] call GBPalWhiteOutWithDelay3 |