pokeyellow/scripts/CeladonMart5F.asm

24 lines
715 B
NASM

CeladonMart5F_Script:
call EnableAutoTextBoxDrawing
ret
CeladonMart5F_TextPointers:
def_text_pointers
dw_const CeladonMart5FGentlemanText, TEXT_CELADONMART5F_GENTLEMAN
dw_const CeladonMart5FSailorText, TEXT_CELADONMART5F_SAILOR
dw_const CeladonMart5FClerk1Text, TEXT_CELADONMART5F_CLERK1
dw_const CeladonMart5FClerk2Text, TEXT_CELADONMART5F_CLERK2
dw_const CeladonMart5FCurrentFloorSignText, TEXT_CELADONMART5F_CURRENT_FLOOR_SIGN
CeladonMart5FGentlemanText:
text_far _CeladonMart5FGentlemanText
text_end
CeladonMart5FSailorText:
text_far _CeladonMart5FSailorText
text_end
CeladonMart5FCurrentFloorSignText:
text_far _CeladonMart5FCurrentFloorSignText
text_end