diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:31 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:31 -0400 |
| commit | c3c18dd19643ea48170bb3d0c5be5c9fe16e473e (patch) | |
| tree | 94bb7a5a7438f4d61fdce35144fcae2fa71eaadb /data/text/common_2.asm | |
| parent | 91774f206e97d67cb8f16f5afeec03ce9c7e28ca (diff) | |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'data/text/common_2.asm')
| -rw-r--r-- | data/text/common_2.asm | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 6ef6162e1..4b01a5294 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -889,18 +889,15 @@ _MailMovedFromBoxText:: line "from the MAILBOX." prompt -; unreferenced -_YesPromptText:: +_YesPromptText:: ; unreferenced text "Yes" prompt -; unreferenced -_NoPromptText:: +_NoPromptText:: ; unreferenced text "No" prompt -; unreferenced -_AnimationTypeText:: +_AnimationTypeText:: ; unreferenced text_decimal wcf64, 1, 3 text " @" text_ram wStringBuffer1 @@ -911,8 +908,7 @@ _AnimationTypeText:: text_end ; unreferenced -; unreferenced -_MonNumberText:: +_MonNumberText:: ; unreferenced text "#MON number?" done @@ -1352,8 +1348,7 @@ _OakPCText4:: line "OAK's PC closed." done -; unreferenced -_TrainerRankingExplanationText:: +_TrainerRankingExplanationText:: ; unreferenced text "Triple-theme" line "trainer ranking!" @@ -1364,8 +1359,7 @@ _TrainerRankingExplanationText:: para "" done -; unreferenced -_TrainerRankingNoDataText:: +_TrainerRankingNoDataText:: ; unreferenced text "There is no" line "ranking data." |
