You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Name all link trade animation related functions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user