mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
17 lines
388 B
NASM
Executable file
17 lines
388 B
NASM
Executable file
SilphCo1Script: ; 5d44e (17:544e)
|
|
call EnableAutoTextBoxDrawing
|
|
CheckEvent EVENT_BEAT_SILPH_CO_GIOVANNI
|
|
ret z
|
|
CheckAndSetEvent EVENT_SILPH_CO_RECEPTIONIST_AT_DESK
|
|
ret nz
|
|
ld a, HS_SILPH_CO_1F_RECEPTIONIST
|
|
ld [wMissableObjectIndex], a
|
|
predef_jump ShowObject
|
|
|
|
SilphCo1TextPointers: ; 5d469 (17:5469)
|
|
dw SilphCo1Text1
|
|
|
|
SilphCo1Text1: ; 5d46b (17:546b)
|
|
TX_FAR _SilphCo1Text1
|
|
db "@"
|