diff options
Diffstat (limited to 'text')
-rw-r--r-- | text/battle.asm | 4 | ||||
-rw-r--r-- | text/common_3.asm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/text/battle.asm b/text/battle.asm index 6dc3d830f..9167ac7af 100644 --- a/text/battle.asm +++ b/text/battle.asm @@ -194,7 +194,7 @@ BattleText_EnemyPkmnFainted: ; 0x809a8 GotMoneyForWinningText: text "<PLAYER> got ¥@" - deciram wc686, 3, 6 + deciram wBattleReward, 3, 6 text "" line "for winning!" prompt @@ -213,7 +213,7 @@ TiedAgainstText: ; 0x809eb SentSomeToMomText: text "<PLAYER> got ¥@" - deciram wc686, 3, 6 + deciram wBattleReward, 3, 6 text "" line "for winning!" cont "Sent some to MOM!" diff --git a/text/common_3.asm b/text/common_3.asm index bcd010970..fe0cef171 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -279,7 +279,7 @@ UnknownText_0x1c04c6: ; 1c04c6 ; 1c04e9 UnknownText_0x1c04e9: ; 1c04e9 - text_from_ram wc903 + text_from_ram wMysteryGiftPartnerName text " sent" line "@" text_from_ram StringBuffer1 @@ -288,7 +288,7 @@ UnknownText_0x1c04e9: ; 1c04e9 ; 1c04fa UnknownText_0x1c04fa: ; 1c04fa - text_from_ram wc903 + text_from_ram wMysteryGiftPartnerName text " sent" line "@" text_from_ram StringBuffer1 |