diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-28 19:27:34 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-29 00:25:52 -0400 |
commit | 9dec80b07e3638c722b9768a1ca0184edea20392 (patch) | |
tree | fdd5e227f20540b838ec45d282e40b083ae56c72 /data | |
parent | 2ec900d96c3b6020be0816151b9ad606c04114b5 (diff) |
Add meaningful aliases for wd265
Introduce MONICON_* constants
Introduce BATTLEPLAYERACTION_* constants
Diffstat (limited to 'data')
-rw-r--r-- | data/text/battle.asm | 6 | ||||
-rw-r--r-- | data/text/common_1.asm | 4 | ||||
-rw-r--r-- | data/text/common_2.asm | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index 97152ebbb..9ac62c122 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -87,7 +87,7 @@ SandstormHitsText: PerishCountText: text "<USER>'s" line "PERISH count is @" - deciram wd265, 1, 1 + deciram wDeciramBuffer, 1, 1 text "!" prompt @@ -669,7 +669,7 @@ SpiteEffectText: text_from_ram wStringBuffer1 text " was" cont "reduced by @" - deciram wd265, 1, 1 + deciram wDeciramBuffer, 1, 1 text "!" prompt @@ -1029,7 +1029,7 @@ SafeguardProtectText: MagnitudeText: text "Magnitude @" - deciram wd265, 1, 1 + deciram wDeciramBuffer, 1, 1 text "!" prompt diff --git a/data/text/common_1.asm b/data/text/common_1.asm index c99f7eb29..97e4b0249 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -41,7 +41,7 @@ UnknownText_0x1bc0a2:: text_from_ram wStringBuffer1 text_start line "recovered @" - deciram wd1f3, 2, 3 + deciram wCurHPAnimDeltaHP, 2, 3 text "HP!" done @@ -1155,7 +1155,7 @@ Text_BreedingIsNotPossible:: UnknownText_0x1bd0d8:: text "The compatibility" line "is @" - deciram wd265, 1, 3 + deciram wDeciramBuffer, 1, 3 text "." cont "Should they breed?" done diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 582d3b16f..679c207d8 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -262,7 +262,7 @@ UnknownText_0x1c0531:: text_from_ram wc850 text "'s CARD was" line "listed as no.@" - deciram wd265, 1, 2 + deciram wDeciramBuffer, 1, 2 text "." prompt |