diff options
author | yenatch <yenatch@gmail.com> | 2015-03-14 19:29:24 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-03-14 19:29:24 -0400 |
commit | 52add272c6bca00d2ea827ef7fa4611a4bc41b47 (patch) | |
tree | 372b48eaa23e644930b77c0155f159c5d60e74c9 /engine/menu/naming_screen.asm | |
parent | ec76703936ae690411a29c4f6ff11eef41ebdfd3 (diff) | |
parent | 0996a964bdb597b9cd0c087fde5926980eac900a (diff) |
Merge pull request #88 from YamaArashi/master
commented trade amim functions
Diffstat (limited to 'engine/menu/naming_screen.asm')
-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 |