mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
250 B
NASM
15 lines
250 B
NASM
PewterSpeechHouse_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
PewterSpeechHouse_TextPointers:
|
|
dw PewterHouse2Text1
|
|
dw PewterHouse2Text2
|
|
|
|
PewterHouse2Text1:
|
|
text_far _PewterHouse2Text1
|
|
text_end
|
|
|
|
PewterHouse2Text2:
|
|
text_far _PewterHouse2Text2
|
|
text_end
|