diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 10:55:44 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 10:55:44 -0500 |
commit | 9bb584798e0b54a5f953665288165af86524a47c (patch) | |
tree | fc217234aa26fd02510400128304d4d42832e0a3 /engine/specials.asm | |
parent | 911c1320a29b7fd746fd7573ec562d8e21ca3001 (diff) |
_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic → Predef_HOF_AnimateFrontpic (close #473)
Diffstat (limited to 'engine/specials.asm')
-rw-r--r-- | engine/specials.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/specials.asm b/engine/specials.asm index cb8eb3a6b..5ce412093 100644 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -364,7 +364,7 @@ Special_GetMysteryGiftItem: ; c309 ; 0xc34a Special_BugContestJudging: ; c34a - farcall _Special_BugContestJudging + farcall _BugContestJudging ld a, b ld [ScriptVar], a ret |