summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/mobile_40.asm4
-rw-r--r--misc/mobile_42.asm6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index 8aee09a92..fa6a39fdf 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -1804,14 +1804,14 @@ Function100b12: ; 100b12
call FarCall_de
ld a, BANK(BattleMenuDataHeader)
ld [wMenuData2_2DMenuItemStringsBank], a
- ld a, [wd0d2]
+ ld a, [wBattleMenuCursorBuffer]
ld [wMenuCursorBuffer], a
call Function100e72
call Function100b45
callba InitPartyMenuBGPal7
call Function100ed4
ld a, [wMenuCursorBuffer]
- ld [wd0d2], a
+ ld [wBattleMenuCursorBuffer], a
call ExitMenu
ret
; 100b45
diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm
index ce1767233..77cf9ac54 100644
--- a/misc/mobile_42.asm
+++ b/misc/mobile_42.asm
@@ -1313,7 +1313,7 @@ MobileTradeAnim_DisplayEggData
.EggTemplate: ; 108a1d
db "タマゴ"
next "おや/?????"
- next "<ID>№<PERIOD>?????"
+ next "<ID>№<DOT>?????"
db "@"
; 108a33
@@ -1353,10 +1353,10 @@ MobileTradeAnim_LoadMonTemplate: ; 108a5b
; 108a79
.MonTemplate: ; 108a79
- db "─ №<PERIOD>"
+ db "─ №<DOT>"
next ""
next "おや/"
- next "<ID>№<PERIOD>"
+ next "<ID>№<DOT>"
db "@"
; 108a87