diff options
author | dannye <33dannye@gmail.com> | 2021-09-26 22:38:47 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-09-26 22:43:09 -0500 |
commit | 501a21fa5dc6f01c0563316c9cd209cccb1eef45 (patch) | |
tree | c2fe5cc6caa9d8117df3008031d7a26317058acb /home/list_menu.asm | |
parent | 45c039801916713e4066644086de4d4940d5fa1d (diff) | |
parent | 30acb46b988d4bb54af761696123778acd8517e3 (diff) |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'home/list_menu.asm')
-rw-r--r-- | home/list_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/list_menu.asm b/home/list_menu.asm index f0480460..a7398135 100644 --- a/home/list_menu.asm +++ b/home/list_menu.asm @@ -157,7 +157,7 @@ DisplayListMenuIDLoop:: call GetPartyMonName .storeChosenEntry ; store the menu entry that the player chose and return ld de, wcd6d - call CopyStringToCF4B ; copy name to wcf4b + call CopyToStringBuffer ld a, CHOSE_MENU_ITEM ld [wMenuExitMethod], a ld a, [wCurrentMenuItem] |