diff options
author | Matt <5638426+mattbruv@users.noreply.github.com> | 2020-05-05 21:28:19 -0400 |
---|---|---|
committer | Matt <5638426+mattbruv@users.noreply.github.com> | 2020-05-05 21:28:19 -0400 |
commit | 1978a37e19d4cce2c97dac1b90fc099eeede5d8d (patch) | |
tree | 9ad8dae6506a479214f49602a3d2ed6704bcae56 /text | |
parent | 8210dca8e50ed565fa20d1d625041fb382102205 (diff) |
document vermilion gym
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/VermilionGym.asm | 2 | ||||
-rw-r--r-- | text/maps/VermilionGym_2.asm | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/text/maps/VermilionGym.asm b/text/maps/VermilionGym.asm index f718d899..14e0bcea 100644 --- a/text/maps/VermilionGym.asm +++ b/text/maps/VermilionGym.asm @@ -1,4 +1,4 @@ -_VermilionGymText_5cb6d:: +_LTSurgePreBattleText:: text "Hey, kid! What do" line "you think you're" cont "doing here?" diff --git a/text/maps/VermilionGym_2.asm b/text/maps/VermilionGym_2.asm index 7f645d59..50da9719 100644 --- a/text/maps/VermilionGym_2.asm +++ b/text/maps/VermilionGym_2.asm @@ -1,4 +1,4 @@ -_VermilionGymText_5cb72:: +_LTSurgePostBattleAdviceText:: text "A little word of" line "advice, kid!" @@ -10,7 +10,7 @@ _VermilionGymText_5cb72:: cont "type #MON!" done -_VermilionGymText_5cb77:: +_LTSurgeThunderbadgeInfoText:: text "The THUNDERBADGE" line "cranks up your" cont "#MON's SPEED!" @@ -112,7 +112,7 @@ _VermilionGymAfterBattleText3:: cont "next to it!" done -_VermilionGymText_5cbf4:: +_VermilionGymFanPreBattleText:: text "Yo! Champ in" line "making!" @@ -138,7 +138,7 @@ _VermilionGymText_5cbf4:: cont "get to him!" done -_VermilionGymText_5cbf9:: +_VermilionGymFanPostBattleText:: text "Whew! That match" line "was electric!" done |