diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 19:41:03 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 22:00:36 -0500 |
| commit | cd2a7481283beec7ba37451deeb841ebc37073ba (patch) | |
| tree | 00026b5962503f36101d5f73fa62d2f532b4bcc7 /misc | |
| parent | 880fb511e19eb6aa413af1519731074c7ec8d852 (diff) | |
More WRAM cleanup
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/mobile_40.asm | 4 | ||||
| -rw-r--r-- | misc/mobile_42.asm | 6 |
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 |
