diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-05-05 20:46:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 20:46:15 -0500 |
| commit | 606df6a317df7c8d076410e8189f7e0a7782b530 (patch) | |
| tree | c112e911f2533e6ad05b5593d030489686202884 /text | |
| parent | Merge pull request #236 from mattbruv/vermilion (diff) | |
| parent | change input hex to constants (diff) | |
| download | pokeyellow-606df6a317df7c8d076410e8189f7e0a7782b530.tar.gz pokeyellow-606df6a317df7c8d076410e8189f7e0a7782b530.tar.xz pokeyellow-606df6a317df7c8d076410e8189f7e0a7782b530.zip | |
Merge pull request #237 from mattbruv/vermilion
Documented 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 |
