diff options
Diffstat (limited to 'engine/menu/start_sub_menus.asm')
-rwxr-xr-x | engine/menu/start_sub_menus.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menu/start_sub_menus.asm b/engine/menu/start_sub_menus.asm index 251d7ae4..998d6458 100755 --- a/engine/menu/start_sub_menus.asm +++ b/engine/menu/start_sub_menus.asm @@ -367,7 +367,7 @@ StartMenu_Item: ld a,[wcf91] ld [wd11e],a call GetItemName - call CopyStringToCF4B ; copy name to wcf4b + call CopyStringToCF50 ; copy name to wcf50 ld a,[wcf91] cp a,BICYCLE jr nz,.notBicycle2 @@ -616,12 +616,12 @@ TrainerInfo_FarCopyData: TrainerInfo_NameMoneyTimeText: db "NAME/" - next "MONEY/" - next "TIME/@" + next "GELD/" + next "ZEIT/@" ; $76 is a circle tile TrainerInfo_BadgesText: - db $76,"BADGES",$76,"@" + db $76,"ORDEN",$76,"@" ; draws a text box on the trainer info screen ; height is always 6 |