diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 16:29:28 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-17 16:38:30 -0400 |
commit | afd42efb6058a7cd19b847e5393b07e7e4fdbb95 (patch) | |
tree | 79b71efd95bae359ce02b66a4ceeee18148292ab /home/pokemon.asm | |
parent | d1167570cc5c8db26b2bc310db8c574ba3a9a9e5 (diff) |
Consistent labels for each nickname in RAM
Diffstat (limited to 'home/pokemon.asm')
-rw-r--r-- | home/pokemon.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pokemon.asm b/home/pokemon.asm index 8d434089..6b16b7dd 100644 --- a/home/pokemon.asm +++ b/home/pokemon.asm @@ -268,11 +268,11 @@ GetBaseData:: pop bc ret -GetCurNick:: +GetCurNickname:: ld a, [wCurPartyMon] ld hl, wPartyMonNicknames -GetNick:: +GetNickname:: ; Get nickname a from list hl. push hl |