diff options
| author | YamaArashi <shadow962@live.com> | 2015-03-14 15:25:21 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-03-14 15:27:58 -0700 |
| commit | 0996a964bdb597b9cd0c087fde5926980eac900a (patch) | |
| tree | 372b48eaa23e644930b77c0155f159c5d60e74c9 /engine/menu | |
| parent | Merge pull request #87 from YamaArashi/master (diff) | |
| download | pokeyellow-0996a964bdb597b9cd0c087fde5926980eac900a.tar.gz pokeyellow-0996a964bdb597b9cd0c087fde5926980eac900a.tar.xz pokeyellow-0996a964bdb597b9cd0c087fde5926980eac900a.zip | |
commented trade amim functions
Diffstat (limited to 'engine/menu')
| -rwxr-xr-x | engine/menu/naming_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index 583bb5aa..df862d69 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -470,9 +470,9 @@ PrintNamingText: ; 68f8 (1:68f8) dec a jr z, .notNickname ld a, [wcf91] - ld [wcd5d], a + ld [wMonPartySpriteSpecies], a push af - callba WriteMonPartySpriteOAMByMonID + callba WriteMonPartySpriteOAMBySpecies pop af ld [wd11e], a call GetMonName |
