Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/scripts/CeladonMart4F.asm
1270 views
1
CeladonMart4F_Script:
2
jp EnableAutoTextBoxDrawing
3
4
CeladonMart4F_TextPointers:
5
def_text_pointers
6
dw_const CeladonMart4FClerkText, TEXT_CELADONMART4F_CLERK
7
dw_const CeladonMart4FSuperNerdText, TEXT_CELADONMART4F_SUPER_NERD
8
dw_const CeladonMart4FYoungsterText, TEXT_CELADONMART4F_YOUNGSTER
9
dw_const CeladonMart4FCurrentFloorSignText, TEXT_CELADONMART4F_CURRENT_FLOOR_SIGN
10
11
CeladonMart4FSuperNerdText:
12
text_far _CeladonMart4FSuperNerdText
13
text_end
14
15
CeladonMart4FYoungsterText:
16
text_far _CeladonMart4FYoungsterText
17
text_end
18
19
CeladonMart4FCurrentFloorSignText:
20
text_far _CeladonMart4FCurrentFloorSignText
21
text_end
22
23