mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic → Predef_HOF_AnimateFrontpic (close #473)
This commit is contained in:
parent
911c1320a2
commit
9bb584798e
@ -1,4 +1,4 @@
|
||||
_Special_BugContestJudging: ; 1369d
|
||||
_BugContestJudging: ; 1369d
|
||||
call ContestScore
|
||||
farcall StubbedTrainerRankings_BugContestScore
|
||||
call BugContest_JudgeContestants
|
||||
|
@ -130,7 +130,7 @@ AnimateHallOfFame: ; 864c3
|
||||
call WaitBGMap
|
||||
decoord 6, 5
|
||||
ld c, $6
|
||||
predef HOF_Predef_AnimateFrontpic
|
||||
predef Predef_HOF_AnimateFrontpic
|
||||
ld c, 60
|
||||
call DelayFrames
|
||||
and a
|
||||
@ -403,7 +403,7 @@ _HallOfFamePC: ; 86650
|
||||
call SetPalettes
|
||||
decoord 6, 5
|
||||
ld c, $6
|
||||
predef HOF_Predef_AnimateFrontpic
|
||||
predef Predef_HOF_AnimateFrontpic
|
||||
and a
|
||||
ret
|
||||
|
||||
|
@ -1114,7 +1114,7 @@ UnusedPredef48: ; d0669 Predef 48
|
||||
ld a, $1
|
||||
ld [wBoxAlignment], a
|
||||
|
||||
HOF_Predef_AnimateFrontpic: ; d066e Predef 49
|
||||
Predef_HOF_AnimateFrontpic: ; d066e Predef 49
|
||||
call AnimateMon_CheckIfPokemon
|
||||
jr c, .fail
|
||||
ld h, d
|
||||
|
@ -103,6 +103,6 @@ PredefPointers:: ; 856b
|
||||
add_predef Predef_LoadMonAnimation
|
||||
add_predef Predef_AnimateFrontpic
|
||||
add_predef UnusedPredef48 ; $48
|
||||
add_predef HOF_Predef_AnimateFrontpic
|
||||
add_predef Predef_HOF_AnimateFrontpic
|
||||
dbw $ff, InexplicablyEmptyFunction ; ???
|
||||
; 864c
|
||||
|
@ -364,7 +364,7 @@ Special_GetMysteryGiftItem: ; c309
|
||||
; 0xc34a
|
||||
|
||||
Special_BugContestJudging: ; c34a
|
||||
farcall _Special_BugContestJudging
|
||||
farcall _BugContestJudging
|
||||
ld a, b
|
||||
ld [ScriptVar], a
|
||||
ret
|
||||
|
@ -1498,7 +1498,7 @@ Function17d93a: ; 17d93a
|
||||
add hl, de
|
||||
ld e, l
|
||||
ld d, h
|
||||
farcall HOF_Predef_AnimateFrontpic
|
||||
farcall Predef_HOF_AnimateFrontpic
|
||||
pop af
|
||||
ld [rSVBK], a
|
||||
call Function17e349
|
||||
|
Loading…
Reference in New Issue
Block a user