diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-30 10:34:35 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-30 10:34:35 -0400 |
commit | 8153737bae7169d42b8937c5dc7eec6f669acbb2 (patch) | |
tree | 16347ff0c011990a11dee4a34220a4753152b59c /text | |
parent | ed29db5841849345c5971a9b08681dfb6560c07d (diff) |
Enumerate text constants
Diffstat (limited to 'text')
-rw-r--r-- | text/battle.asm | 18 | ||||
-rw-r--r-- | text/common_2.asm | 14 | ||||
-rw-r--r-- | text/common_3.asm | 22 | ||||
-rw-r--r-- | text/common_4.asm | 34 |
4 files changed, 44 insertions, 44 deletions
diff --git a/text/battle.asm b/text/battle.asm index 55d8418b6..381e0bdb8 100644 --- a/text/battle.asm +++ b/text/battle.asm @@ -1,7 +1,7 @@ BattleText_0x80730: ; 0x80730 text "<PLAYER> picked up" line "¥@" - deciram wPayDayMoney, $36 + deciram wPayDayMoney, 3, 6 text "!" prompt ; 0x80746 @@ -99,7 +99,7 @@ SandstormHitsText: ; 0x8084d PerishCountText: ; 0x80864 text "<USER>'s" line "PERISH count is @" - deciram wd265, $11 + deciram wd265, 1, 1 text "!" prompt ; 0x80880 @@ -194,7 +194,7 @@ BattleText_EnemyPkmnFainted: ; 0x809a8 GotMoneyForWinningText: text "<PLAYER> got ¥@" - deciram wc686, $36 + deciram wc686, 3, 6 text "" line "for winning!" prompt @@ -213,7 +213,7 @@ TiedAgainstText: ; 0x809eb SentSomeToMomText: text "<PLAYER> got ¥@" - deciram wc686, $36 + deciram wc686, 3, 6 text "" line "for winning!" cont "Sent some to MOM!" @@ -394,7 +394,7 @@ BattleText_0x80c9c: ; 0x80c9c text_from_ram StringBuffer1 text " grew to" line "level @" - deciram CurPartyLevel, $13 + deciram CurPartyLevel, 1, 3 text "!@" sound0 db "@" @@ -778,7 +778,7 @@ SpiteEffectText: ; 0x8117f text_from_ram StringBuffer1 text " was" cont "reduced by @" - deciram wd265, $11 + deciram wd265, 1, 1 text "!" prompt ; 0x811a0 @@ -887,14 +887,14 @@ BlownAwayText: ; 0x812d2 PlayerHitTimesText: ; 0x812e5 text "Hit @" - deciram PlayerDamageTaken, $11 + deciram PlayerDamageTaken, 1, 1 text " times!" prompt ; 0x812f8 EnemyHitTimesText: ; 0x812f8 text "Hit @" - deciram EnemyDamageTaken, $11 + deciram EnemyDamageTaken, 1, 1 text " times!" prompt ; 0x8130b @@ -1203,7 +1203,7 @@ SafeguardProtectText: ; 0x81733 MagnitudeText: ; 0x81751 text "Magnitude @" - deciram wd265, $11 + deciram wd265, 1, 1 text "!" prompt ; 0x81764 diff --git a/text/common_2.asm b/text/common_2.asm index 5e0665bd4..ea01fd975 100644 --- a/text/common_2.asm +++ b/text/common_2.asm @@ -48,7 +48,7 @@ UnknownText_0x1bc0a2: ; 0x1bc0a2 text_from_ram StringBuffer1 text "" line "recovered @" - deciram wd1f3, $23 + deciram wd1f3, 2, 3 text "HP!" done ; 0x1bc0bb @@ -106,7 +106,7 @@ UnknownText_0x1bc14f: ; 0x1bc14f text_from_ram StringBuffer1 text " grew to" line "level @" - deciram CurPartyLevel, $13 + deciram CurPartyLevel, 1, 3 text "!@" sound0 text_waitbutton @@ -1381,7 +1381,7 @@ Text_BreedingIsNotPossible: ; 0x1bd0bd UnknownText_0x1bd0d8: ; 0x1bd0d8 text "The compatibility" line "is @" - deciram wd265, $13 + deciram wd265, 1, 3 text "." cont "Should they breed?" done @@ -1402,7 +1402,7 @@ UnknownText_0x1bd11c: ; 0x1bd11c UnknownText_0x1bd131: ; 0x1bd131 text "Test event" line "@" - deciram StringBuffer2, $12 + deciram StringBuffer2, 1, 2 text "?" done ; 0x1bd145 @@ -1456,7 +1456,7 @@ UnknownText_0x1bd1dd: ; 0x1bd1dd text_from_ram StringBuffer2 text "'s CARD was" line "listed as no.@" - deciram StringBuffer1, $12 + deciram StringBuffer1, 1, 2 text "." prompt ; 0x1bd201 @@ -2049,13 +2049,13 @@ UnknownText_0x1bdd96: ; 0x1bdd96 para "By level, it's" line "grown by @" - deciram StringBuffer2 + 1, $13 + deciram StringBuffer2 + 1, 1, 3 text "." para "If you want your" line "#MON back, it" cont "will cost ¥@" - deciram StringBuffer2 + 2, $34 + deciram StringBuffer2 + 2, 3, 4 text "." done ; 0x1bde04 diff --git a/text/common_3.asm b/text/common_3.asm index 996678adf..ed1bfb83c 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -116,7 +116,7 @@ UnknownText_0x1c02a9: ; 1c02a9 text "" line "a boosted" cont "@" - deciram StringBuffer2, $24 + deciram StringBuffer2, 2, 4 text " EXP. Points!" prompt ; 1c02c9 @@ -124,7 +124,7 @@ UnknownText_0x1c02a9: ; 1c02a9 UnknownText_0x1c02c9: ; 1c02c9 text "" line "@" - deciram StringBuffer2, $24 + deciram StringBuffer2, 2, 4 text " EXP. Points!" prompt ; 1c02df @@ -311,7 +311,7 @@ UnknownText_0x1c0531: ; 1c0531 text_from_ram wc850 text "'s CARD was" line "listed as no.@" - deciram wd265, $12 + deciram wd265, 1, 2 text "." prompt ; 1c0555 @@ -708,7 +708,7 @@ UnknownText_0x1c0ba5: ; 1c0ba5 UnknownText_0x1c0bbb: ; 1c0bbb text "Throw away @" - deciram wd10c, $12 + deciram wd10c, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1056,7 +1056,7 @@ UnknownText_0x1c0fb8: ; 1c0fb8 ; 1c0fbc UnknownText_0x1c0fbc: ; 1c0fbc - deciram wcf64, $13 + deciram wcf64, 1, 3 text " @" text_from_ram StringBuffer1 text "" @@ -1158,7 +1158,7 @@ ContestJudging_FirstPlaceScoreText: ; 1c113f text "" para "The winning score" line "was @" - deciram wd004, $23 + deciram wd004, 2, 3 text " points!" prompt ; 1c1166 @@ -1179,7 +1179,7 @@ ContestJudging_SecondPlaceScoreText: ; 1c1196 text "" para "The score was" line "@" - deciram wd008, $23 + deciram wd008, 2, 3 text " points!" prompt ; 1c11b5 @@ -1200,7 +1200,7 @@ ContestJudging_ThirdPlaceScoreText: ; 1c11e4 text "" para "The score was" line "@" - deciram wd00c, $23 + deciram wd00c, 2, 3 text " points!" prompt ; 1c1203 @@ -1293,7 +1293,7 @@ _KrissPCHowManyWithdrawText: ; 1c1381 _KrissPCWithdrewItemsText: ; 1c13a4 text "Withdrew @" - deciram wd10c, $12 + deciram wd10c, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1320,7 +1320,7 @@ _KrissPCHowManyDepositText: ; 1c13ef _KrissPCDepositItemsText: ; 1c1411 text "Deposited @" - deciram wd10c, $12 + deciram wd10c, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1610,7 +1610,7 @@ UnknownText_0x1c1a90: ; 1c1a90 UnknownText_0x1c1aad: ; 1c1aad text "Throw away @" - deciram wd10c, $12 + deciram wd10c, 1, 2 text "" line "@" text_from_ram StringBuffer2 diff --git a/text/common_4.asm b/text/common_4.asm index b85295e46..5739f7bf2 100644 --- a/text/common_4.asm +++ b/text/common_4.asm @@ -137,7 +137,7 @@ UnknownText_0x1c4298: ; 0x1c4298 UnknownText_0x1c439c: ; 0x1c439c text "Today's remaining" line "time is @" - deciram StringBuffer2, $12 + deciram StringBuffer2, 1, 2 text " min." para "Would you like to" @@ -147,7 +147,7 @@ UnknownText_0x1c439c: ; 0x1c439c UnknownText_0x1c43dc: ; 0x1c43dc text "There are only @" - deciram StringBuffer2, $12 + deciram StringBuffer2, 1, 2 text "" line "min. left today." @@ -201,7 +201,7 @@ UnknownText_0x1c4508: ; 0x1c4508 UnknownText_0x1c4525: ; 0x1c4525 text "Today's remaining" line "time is @" - deciram StringBuffer2, $12 + deciram StringBuffer2, 1, 2 text " min." done ; 0x1c454b @@ -537,12 +537,12 @@ UnknownText_0x1c4bfd: ; 0x1c4bfd ; 0x1c4c08 UnknownText_0x1c4c08: ; 0x1c4c08 - deciram wd10c, $12 + deciram wd10c, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" line "will be ¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text "." done ; 0x1c4c28 @@ -569,12 +569,12 @@ UnknownText_0x1c4ca3: ; 0x1c4ca3 ; 0x1c4cae UnknownText_0x1c4cae: ; 0x1c4cae - deciram wd10c, $12 + deciram wd10c, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" line "will be ¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text "." done ; 0x1c4cce @@ -619,7 +619,7 @@ UnknownText_0x1c4db0: ; 0x1c4db0 text_from_ram StringBuffer2 text " costs" line "¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text ". Want it?" done ; 0x1c4dcd @@ -666,12 +666,12 @@ UnknownText_0x1c4e7e: ; 0x1c4e7e ; 0x1c4e89 UnknownText_0x1c4e89: ; 0x1c4e89 - deciram wd10c, $12 + deciram wd10c, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" line "will cost ¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text "." done ; 0x1c4eab @@ -713,7 +713,7 @@ UnknownText_0x1c4f33: ; 0x1c4f33 UnknownText_0x1c4f3e: ; 0x1c4f3e text "I can pay you" line "¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text "." para "Is that OK?" @@ -763,7 +763,7 @@ UnknownText_0x1c500d: ; 0x1c500d UnknownText_0x1c502e: ; 0x1c502e text "Got ¥@" - deciram hMoneyTemp, $36 + deciram hMoneyTemp, 3, 6 text " for" line "@" text_from_ram StringBuffer2 @@ -1464,7 +1464,7 @@ UnknownText_0x1c5c5d: ; 0x1c5c5d UnknownText_0x1c5c5e: ; 0x1c5c5e text "You now have" line "@" - deciram wBlueCardBalance, $12 + deciram wBlueCardBalance, 1, 2 text " points." done ; 0x1c5c7b @@ -1472,7 +1472,7 @@ UnknownText_0x1c5c5e: ; 0x1c5c5e UnknownText_0x1c5c7b: ; 0x1c5c7b text "Coins:" line "@" - deciram Coins, $24 + deciram Coins, 2, 4 db "@" ; 0x1c5c89 @@ -1587,7 +1587,7 @@ UnknownText_0x1c5e3a: ; 0x1c5e3a UnknownText_0x1c5e68: ; 0x1c5e68 text "<PLAYER> used the@" - text_dunno1 + text_low text_from_ram StringBuffer2 text "." done @@ -1595,7 +1595,7 @@ UnknownText_0x1c5e68: ; 0x1c5e68 UnknownText_0x1c5e7b: ; 0x1c5e7b text "<PLAYER> got on the@" - text_dunno1 + text_low text_from_ram StringBuffer2 text "." prompt @@ -1603,7 +1603,7 @@ UnknownText_0x1c5e7b: ; 0x1c5e7b UnknownText_0x1c5e90: ; 0x1c5e90 text "<PLAYER> got off@" - text_dunno1 + text_low text "the @" text_from_ram StringBuffer2 text "." |