diff options
Diffstat (limited to 'misc/mobile_42.asm')
-rw-r--r-- | misc/mobile_42.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |