mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
20 lines
311 B
NASM
Executable file
20 lines
311 B
NASM
Executable file
CeladonMart1F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeladonMart1F_TextPointers:
|
|
dw CeladonMart1Text1
|
|
dw CeladonMart1Text2
|
|
dw CeladonMart1Text3
|
|
|
|
CeladonMart1Text1:
|
|
TX_FAR _CeladonMart1Text1
|
|
db "@"
|
|
|
|
CeladonMart1Text2:
|
|
TX_FAR _CeladonMart1Text2
|
|
db "@"
|
|
|
|
CeladonMart1Text3:
|
|
TX_FAR _CeladonMart1Text3
|
|
db "@"
|