diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 23:23:28 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 23:23:28 -0500 |
commit | 4b35fa05829eb5257186699d8a8e44362905468c (patch) | |
tree | 750134f1c0cf8f608c100dfbb9906a7a3f4c991d /engine | |
parent | 03f0815679bdd27241d7c212d2667ec30764b820 (diff) |
Added w3 and w5 labels for misc/mobile_40.asm
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/breeding/egg.asm | 2 | ||||
-rwxr-xr-x | engine/clock_reset.asm | 2 | ||||
-rw-r--r-- | engine/diploma.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engine/breeding/egg.asm b/engine/breeding/egg.asm index 3b71b0601..2a2fac5e7 100755 --- a/engine/breeding/egg.asm +++ b/engine/breeding/egg.asm @@ -894,7 +894,7 @@ Special_DayCareMon2: ; 17440 jp PrintText Function1745f: ; 1745f - jp Functiona80 + jp WaitPressAorB_BlinkCursor ; 17462 UnknownText_0x17462: ; 0x17462 diff --git a/engine/clock_reset.asm b/engine/clock_reset.asm index 3d2ca2708..d9d8f3567 100755 --- a/engine/clock_reset.asm +++ b/engine/clock_reset.asm @@ -99,7 +99,7 @@ RestartClock: ; 20021 (8:4021) call .PrintTime ld hl, .Text_ClockReset call PrintText - call Functiona80 + call WaitPressAorB_BlinkCursor xor a ret diff --git a/engine/diploma.asm b/engine/diploma.asm index eff2ff5f1..86a9a6ceb 100644 --- a/engine/diploma.asm +++ b/engine/diploma.asm @@ -1,7 +1,7 @@ Function1dd702: ; 1dd702 call Function1dd709 - call Functiona80 + call WaitPressAorB_BlinkCursor ret ; 1dd709 |