aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Route1_2.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-20 00:33:27 -0600
committerdannye <33dannye@gmail.com>2023-11-20 20:23:27 -0600
commit298e99d3776580585c3f434e5d93137ae431bdd3 (patch)
treea808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /scripts/Route1_2.asm
parentAdd sound bits documentation for wOptions (#110) (diff)
parentName 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff)
downloadpokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/Route1_2.asm')
-rw-r--r--scripts/Route1_2.asm42
1 files changed, 21 insertions, 21 deletions
diff --git a/scripts/Route1_2.asm b/scripts/Route1_2.asm
index 94748252..24cabbde 100644
--- a/scripts/Route1_2.asm
+++ b/scripts/Route1_2.asm
@@ -1,53 +1,53 @@
-Func_f1ad2::
+Route1PrintYoungster1Text::
CheckAndSetEvent EVENT_GOT_POTION_SAMPLE
jr nz, .got_item
- ld hl, Route1ViridianMartSampleText
+ ld hl, .MartSampleText
call PrintText
lb bc, POTION, 1
call GiveItem
jr nc, .bag_full
- ld hl, Route1Text_1cae8
+ ld hl, .GotPotionText
jr .done
.bag_full
- ld hl, Route1Text_1caf3
+ ld hl, .NoRoomText
jr .done
.got_item
- ld hl, Route1Text_1caee
+ ld hl, .AlsoGotPokeballsText
.done
call PrintText
ret
-Route1ViridianMartSampleText:
- text_far _Route1ViridianMartSampleText
+.MartSampleText:
+ text_far _Route1Youngster1MartSampleText
text_end
-Route1Text_1cae8:
- text_far _Route1Text_1cae8
+.GotPotionText:
+ text_far _Route1Youngster1GotPotionText
sound_get_item_1
text_end
-Route1Text_1caee:
- text_far _Route1Text_1caee
+.AlsoGotPokeballsText:
+ text_far _Route1Youngster1AlsoGotPokeballsText
text_end
-Route1Text_1caf3:
- text_far _Route1Text_1caf3
+.NoRoomText:
+ text_far _Route1Youngster1NoRoomText
text_end
-Func_f1b0f::
- ld hl, Route1Text_f1b16
+Route1PrintYoungster2Text::
+ ld hl, .text
call PrintText
ret
-Route1Text_f1b16:
- text_far _Route1Text2
+.text
+ text_far _Route1Youngster2Text
text_end
-Func_f1b1b::
- ld hl, Route1Text_f1b22
+Route1PrintSignText::
+ ld hl, .text
call PrintText
ret
-Route1Text_f1b22:
- text_far _Route1Text3
+.text
+ text_far _Route1SignText
text_end