diff options
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 |