Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/scripts/CeladonMart5F.asm
1270 views
1
CeladonMart5F_Script:
2
jp EnableAutoTextBoxDrawing
3
4
CeladonMart5F_TextPointers:
5
def_text_pointers
6
dw_const CeladonMart5FGentlemanText, TEXT_CELADONMART5F_GENTLEMAN
7
dw_const CeladonMart5FSailorText, TEXT_CELADONMART5F_SAILOR
8
dw_const CeladonMart5FClerk1Text, TEXT_CELADONMART5F_CLERK1
9
dw_const CeladonMart5FClerk2Text, TEXT_CELADONMART5F_CLERK2
10
dw_const CeladonMart5FCurrentFloorSignText, TEXT_CELADONMART5F_CURRENT_FLOOR_SIGN
11
12
CeladonMart5FGentlemanText:
13
text_far _CeladonMart5FGentlemanText
14
text_end
15
16
CeladonMart5FSailorText:
17
text_far _CeladonMart5FSailorText
18
text_end
19
20
CeladonMart5FCurrentFloorSignText:
21
text_far _CeladonMart5FCurrentFloorSignText
22
text_end
23
24