diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 21:27:32 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 21:27:32 -0400 |
commit | 96b0e448c4ce6a5dc43653a1c927a530fe64aece (patch) | |
tree | 6c1e5c4e9f84630a29858e9b1677cb56c1e761bf /event | |
parent | edf42a54d5b95780725e50605672fec29a9936f1 (diff) |
Labeling of AI item and wild encounter functions
Diffstat (limited to 'event')
-rw-r--r-- | event/name_rater.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/name_rater.asm b/event/name_rater.asm index 62edbcbee..957d64efd 100644 --- a/event/name_rater.asm +++ b/event/name_rater.asm @@ -26,7 +26,7 @@ NameRater: ; fb6ed ld hl, NameRaterWhichNameText call PrintText ; Load the new nickname into StringBuffer2 - xor a + xor a ; PARTYMON ld [MonType], a ld a, [CurPartySpecies] ld [wd265], a |