diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:25:55 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:25:55 -0500 |
commit | 05382d3e3c03616d6edf21833e89a8264a8cd10a (patch) | |
tree | df62bed28665b4c1f8e6bc54c07bd4ce8efbccea /engine/routines/initlist.asm | |
parent | 8127d1fbcfccb7cd5c3e210699dd540e370b6634 (diff) |
PARTY_LENGTH; MON_NAME; sgb_border.bin
Diffstat (limited to 'engine/routines/initlist.asm')
-rw-r--r-- | engine/routines/initlist.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/initlist.asm b/engine/routines/initlist.asm index e2b7235ab..b7260e552 100644 --- a/engine/routines/initlist.asm +++ b/engine/routines/initlist.asm @@ -21,7 +21,7 @@ InitList: ; 50db9 jr nz, .check_item_name ld hl, CurMart ld de, PokemonNames - ld a, PKMN_NAME + ld a, MON_NAME jr .done .check_item_name |