Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/home/overworld_text.asm
1270 views
1
TextScriptEndingText::
2
text_end
3
4
TextScriptEnd::
5
ld hl, TextScriptEndingText
6
ret
7
8
ExclamationText::
9
text_far _ExclamationText
10
text_end
11
12
GroundRoseText::
13
text_far _GroundRoseText
14
text_end
15
16
BoulderText::
17
text_far _BoulderText
18
text_end
19
20
MartSignText::
21
text_far _MartSignText
22
text_end
23
24
PokeCenterSignText::
25
text_far _PokeCenterSignText
26
text_end
27
28
PickUpItemText::
29
text_asm
30
predef PickUpItem
31
jp TextScriptEnd
32
33