diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:54 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 00:53:54 -0400 |
commit | ae4fe08084f3c3c5775bc286bcc630f2c20af083 (patch) | |
tree | 15c27cf935ac7fc4e63d899eff1270b9d4c9bc5f /data | |
parent | 3a2932cec1e8cb4ef4fb3dbabf24e341d03c7bbe (diff) |
Identify some more labels (a few link-related)
Diffstat (limited to 'data')
-rw-r--r-- | data/text/battle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index 39554bf61..48d0ff483 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -199,7 +199,7 @@ SentAllToMomText: text "Sent all to MOM!" prompt -BattleText_0x80a4f: +UnusedRivalLossText: ; unreferenced text "<RIVAL>: Huh? I" line "should've chosen" cont "your #MON!" @@ -215,7 +215,7 @@ BattleText_UseNextMon: text "Use next #MON?" done -BattleText_0x80a93: +UnusedRivalWinText: ; unreferenced text "<RIVAL>: Yes!" line "I guess I chose a" cont "good #MON!" |