diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 00:21:21 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 00:21:21 -0500 |
commit | 58020fb5f629693e3f90c0a3c6b417f61330802c (patch) | |
tree | 531697296dba573ae3fdcd3f138e1bc1786533e8 /text | |
parent | 8740fc6e87f3d0c1099e5755488e61ff3c75ea8c (diff) |
trade animation
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 |