diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
| commit | 7ee8a6509e323ec012ece6273809e46830c29239 (patch) | |
| tree | a58c8343919f9be0f208733f77506d783e5c269c /home/list_menu.asm | |
| parent | Remove old tile animation comments (#333) (diff) | |
| download | pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.gz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.xz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.zip | |
wcf4b -> wStringBuffer
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 c856e91d..d6bf43b2 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] |
