pokered/scripts/FuchsiaBillsGrandpasHouse.asm

22 lines
754 B
NASM
Raw Normal View History

FuchsiaBillsGrandpasHouse_Script:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
ret
FuchsiaBillsGrandpasHouse_TextPointers:
def_text_pointers
dw_const FuchsiaBillsGrandpasHouseMiddleAgedWomanText, TEXT_FUCHSIABILLSGRANDPASHOUSE_MIDDLE_AGED_WOMAN
dw_const FuchsiaBillsGrandpasHouseBillsGrandpaText, TEXT_FUCHSIABILLSGRANDPASHOUSE_BILLS_GRANDPA
dw_const FuchsiaBillsGrandpasHouseYoungsterText, TEXT_FUCHSIABILLSGRANDPASHOUSE_YOUNGSTER
2014-05-18 18:19:10 +00:00
FuchsiaBillsGrandpasHouseMiddleAgedWomanText:
text_far _FuchsiaBillsGrandpasHouseMiddleAgedWomanText
text_end
2014-05-18 18:19:10 +00:00
FuchsiaBillsGrandpasHouseBillsGrandpaText:
text_far _FuchsiaBillsGrandpasHouseBillsGrandpaText
text_end
2014-05-18 18:19:10 +00:00
FuchsiaBillsGrandpasHouseYoungsterText:
text_far _FuchsiaBillsGrandpasHouseYoungsterText
text_end