mirror of
https://github.com/pret/pokered.git
synced 2026-04-23 07:41:22 -05:00
21 lines
412 B
NASM
Executable File
21 lines
412 B
NASM
Executable File
SafariZoneNorthRestHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SafariZoneNorthRestHouse_TextPointers:
|
|
dw SafariZoneRestHouse4Text1
|
|
dw SafariZoneRestHouse4Text2
|
|
dw SafariZoneRestHouse4Text3
|
|
|
|
SafariZoneRestHouse4Text1:
|
|
TX_FAR _SafariZoneRestHouse4Text1
|
|
db "@"
|
|
|
|
SafariZoneRestHouse4Text2:
|
|
TX_FAR _SafariZoneRestHouse4Text2
|
|
db "@"
|
|
|
|
SafariZoneRestHouse4Text3:
|
|
TX_FAR _SafariZoneRestHouse4Text3
|
|
db "@"
|