mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13:00
15 lines
230 B
NASM
Executable file
15 lines
230 B
NASM
Executable file
PewterHouse2Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
PewterHouse2TextPointers:
|
|
dw PewterHouse2Text1
|
|
dw PewterHouse2Text2
|
|
|
|
PewterHouse2Text1:
|
|
TX_FAR _PewterHouse2Text1
|
|
db "@"
|
|
|
|
PewterHouse2Text2:
|
|
TX_FAR _PewterHouse2Text2
|
|
db "@"
|