pokered/scripts/SilphCo1F.asm

17 lines
342 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:
2014-05-18 18:19:10 +00:00
dw SilphCo1Text1
2016-06-12 00:24:04 +00:00
SilphCo1Text1:
text_far _SilphCo1Text1
text_end