diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:52 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:52 -0400 |
commit | b9f2b93c1741c44eaa6468284303d16dde654553 (patch) | |
tree | 6fd5f53a732e2b5b2c574d945bf85ef7ef1004d4 /engine/menus/intro_menu.asm | |
parent | 4342ced31f53ff5d523a7a9cf15aad8e37b355ae (diff) |
Harmonize some more symbols with pokegold
Diffstat (limited to 'engine/menus/intro_menu.asm')
-rw-r--r-- | engine/menus/intro_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/intro_menu.asm b/engine/menus/intro_menu.asm index c2b9f9f09..63f8e565a 100644 --- a/engine/menus/intro_menu.asm +++ b/engine/menus/intro_menu.asm @@ -363,8 +363,8 @@ Continue: ld c, 20 call DelayFrames farcall JumpRoamMons - farcall MysteryGift_CopyReceivedDecosToPC ; Mystery Gift - farcall Function140ae ; time-related + farcall MysteryGift_CopyReceivedDecosToPC + farcall ClockContinue ld a, [wSpawnAfterChampion] cp SPAWN_LANCE jr z, .SpawnAfterE4 |