pokered/scripts/PewterSpeechHouse.asm

16 lines
421 B
NASM
Raw Permalink Normal View History

PewterSpeechHouse_Script:
2014-05-18 18:19:10 +00:00
jp EnableAutoTextBoxDrawing
PewterSpeechHouse_TextPointers:
def_text_pointers
dw_const PewterSpeechHouseGamblerText, TEXT_PEWTERSPEECHHOUSE_GAMBLER
dw_const PewterSpeechHouseYoungsterText, TEXT_PEWTERSPEECHHOUSE_YOUNGSTER
2014-05-18 18:19:10 +00:00
PewterSpeechHouseGamblerText:
text_far _PewterSpeechHouseGamblerText
text_end
2014-05-18 18:19:10 +00:00
PewterSpeechHouseYoungsterText:
text_far _PewterSpeechHouseYoungsterText
text_end