diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-04-20 14:34:00 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-04-20 15:00:59 -0400 |
| commit | 2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (patch) | |
| tree | 817f03eeaa85858b351b586109f71f3bb67efa1c /data/text | |
| parent | 0def3b67fa0a64bc2e2778c99c53e1a77cbf302c (diff) | |
Finish disassembling battle core.
Diffstat (limited to 'data/text')
| -rwxr-xr-x | data/text/common_1.asm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 69e3c49e..ca1a8e9a 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -1633,7 +1633,7 @@ Text_Gained:: text_ram wStringBuffer1 text " gained@@" -Text_ABoostedStringBuffer2ExpPoints:: +_BoostedExpPointsText:: text_start line "a boosted" cont "@" @@ -1641,7 +1641,7 @@ Text_ABoostedStringBuffer2ExpPoints:: text " EXP. Points!" prompt -Text_StringBuffer2ExpPoints:: +_ExpPointsText:: text_start line "@" text_decimal wStringBuffer2, 2, 4 @@ -1674,29 +1674,31 @@ Text_YourFoesWeakGetmMon:: text "!" done -Text_ThatsEnoughComeBack:: +Text_BattleMonNickComma:: text_ram wBattleMonNick text ",@@" + +_ThatsEnoughComeBackText:: text " that's" line "enough! Come back!" done -Text_OKComeBack:: +_OKComeBackText:: text " OK!" line "Come back!" done -Text_GoodComeBack:: +_GoodComeBackText:: text " good!" line "Come back!" done -Text_ComeBack:: +_ComeBackText:: text " come" line "back!" done -BattleText_PlayerPickedUpPayDayMoney: +_PlayerPickedUpPayDayMoney:: text "<PLAYER> picked up" line "¥@" text_decimal wPayDayMoney, 3, 6 |
