diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-13 22:46:32 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-13 22:46:32 -0400 |
| commit | 5ea3a953c3332a718ec3d69ec8830979a12db6cb (patch) | |
| tree | 8704b8705d134022da510130f255255f6f066217 /event | |
| parent | 1be6923c06d97c931c6f84a83ec9b3a80d92244b (diff) | |
Name all link trade animation related functions
Diffstat (limited to 'event')
| -rwxr-xr-x | event/halloffame.asm | 6 | ||||
| -rwxr-xr-x | event/photo.asm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/event/halloffame.asm b/event/halloffame.asm index 10073ba7c..8d542addb 100755 --- a/event/halloffame.asm +++ b/event/halloffame.asm @@ -261,7 +261,7 @@ AnimateHOFMonEntrance: ; 865b5 call WaitBGMap xor a ld [hBGMapMode], a - ld b, SCGB_1A + ld b, SCGB_PLAYER_OR_MON_FRONTPIC_PALS call GetSGBLayout call SetPalettes call HOF_SlideBackpic @@ -396,7 +396,7 @@ _HallOfFamePC: ; 86650 ld de, .EmptyString call PlaceString call WaitBGMap - ld b, SCGB_1A + ld b, SCGB_PLAYER_OR_MON_FRONTPIC_PALS call GetSGBLayout call SetPalettes decoord 6, 5 @@ -553,7 +553,7 @@ HOF_AnimatePlayerPic: ; 86810 xor a ld [hBGMapMode], a ld [CurPartySpecies], a - ld b, SCGB_1A + ld b, SCGB_PLAYER_OR_MON_FRONTPIC_PALS call GetSGBLayout call SetPalettes call HOF_SlideBackpic diff --git a/event/photo.asm b/event/photo.asm index e7fc0b0b5..c47445fc5 100755 --- a/event/photo.asm +++ b/event/photo.asm @@ -59,7 +59,7 @@ UnownPrinter: ; 16be4 ld [TempMonDVs], a ld [TempMonDVs + 1], a - ld b, SCGB_FRONTPICPALS + ld b, SCGB_TRAINER_OR_MON_FRONTPIC_PALS call GetSGBLayout call SetPalettes |
