mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
16 lines
247 B
NASM
Executable file
16 lines
247 B
NASM
Executable file
FuchsiaMart_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
FuchsiaMart_TextPointers:
|
|
dw FuchsiaCashierText
|
|
dw FuchsiaMartText2
|
|
dw FuchsiaMartText3
|
|
|
|
FuchsiaMartText2:
|
|
TX_FAR _FuchsiaMartText2
|
|
db "@"
|
|
|
|
FuchsiaMartText3:
|
|
TX_FAR _FuchsiaMartText3
|
|
db "@"
|