diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
| commit | d0526c036210d2ee186a2a45feac91747ef6fb85 (patch) | |
| tree | bf8f67ee9c7edf30e3b0b37ca98f618f8aadfc85 /engine/evos_moves.asm | |
| parent | misc (diff) | |
| download | pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.tar.gz pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.tar.xz pokeyellow-d0526c036210d2ee186a2a45feac91747ef6fb85.zip | |
small changes
Diffstat (limited to 'engine/evos_moves.asm')
| -rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index 9a0f2d84..f8a4c234 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -145,7 +145,7 @@ Evolution_PartyMonLoop: ; loop over party mons call GetName push hl ld hl, IntoText - call Func_3c59 + call PrintText_NoCreatingTextBox ld a, (SFX_02_3b - SFX_Headers_02) / 3 call PlaySoundWaitForCurrent call WaitForSoundToFinish |
