You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent predef function names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TradeAnimation: ; 28f24
|
||||
Predef_TradeAnimation: ; 28f24
|
||||
xor a
|
||||
ld [wcf66], a
|
||||
ld hl, wPlayerTrademonSenderName
|
||||
@@ -49,7 +49,7 @@ TradeAnimation: ; 28f24
|
||||
tradeanim_scroll_out_right
|
||||
tradeanim_end
|
||||
|
||||
TradeAnimationPlayer2: ; 28f63
|
||||
Predef_TradeAnimationPlayer2: ; 28f63
|
||||
xor a
|
||||
ld [wcf66], a
|
||||
ld hl, wOTTrademonSenderName
|
||||
@@ -871,13 +871,13 @@ TradeAnim_AnimateFrontpic: ; 29487
|
||||
TradeAnim_GetFrontpic: ; 29491
|
||||
push de
|
||||
push af
|
||||
predef GetUnownLetter
|
||||
predef Predef_GetUnownLetter
|
||||
pop af
|
||||
ld [CurPartySpecies], a
|
||||
ld [CurSpecies], a
|
||||
call GetBaseData
|
||||
pop de
|
||||
predef GetMonFrontpic
|
||||
predef Predef_GetMonFrontpic
|
||||
ret
|
||||
|
||||
; 294a9
|
||||
@@ -911,7 +911,7 @@ TradeAnim_ShowFrontpic: ; 294c3
|
||||
xor a
|
||||
ld [hGraphicStartTile], a
|
||||
lb bc, 7, 7
|
||||
predef PlaceGraphic
|
||||
predef Predef_PlaceGraphic
|
||||
call WaitBGMap
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user