pokered/scripts/SilphCo1F.asm

18 lines
449 B
NASM
Raw Normal View History

SilphCo1F_Script:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
2015-07-21 17:36:03 +00:00
CheckEvent EVENT_BEAT_SILPH_CO_GIOVANNI
2014-05-18 18:19:10 +00:00
ret z
2015-07-21 17:36:03 +00:00
CheckAndSetEvent EVENT_SILPH_CO_RECEPTIONIST_AT_DESK
2014-05-18 18:19:10 +00:00
ret nz
2015-07-21 17:36:03 +00:00
ld a, HS_SILPH_CO_1F_RECEPTIONIST
2015-07-25 03:27:59 +00:00
ld [wMissableObjectIndex], a
predef_jump ShowObject
2014-05-18 18:19:10 +00:00
SilphCo1F_TextPointers:
def_text_pointers
dw_const SilphCo1FLinkReceptionistText, TEXT_SILPHCO1F_LINK_RECEPTIONIST
2014-05-18 18:19:10 +00:00
SilphCo1FLinkReceptionistText:
text_far _SilphCo1FLinkReceptionistText
text_end