mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +12:00
27 lines
490 B
NASM
27 lines
490 B
NASM
MtMoonSquare_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
MtMoonSquare_TextPointers:
|
|
dw MtMoonSquareClefairy
|
|
dw MtMoonSquareClefairy
|
|
dw MtMoonSquareClefairy
|
|
dw MtMoonSquareResearcher
|
|
dw MtMoonSquareSign
|
|
|
|
MtMoonSquareClefairy:
|
|
text_far _ClefairyText
|
|
text_asm
|
|
ld a, CLEFAIRY
|
|
call PlayCry
|
|
jp TextScriptEnd
|
|
|
|
MtMoonSquareResearcher:
|
|
text_far _MtMoonSquareText1
|
|
text_end
|
|
|
|
MtMoonSquareSign:
|
|
text "MT MOON SQUARE"
|
|
line "Please don't"
|
|
cont "litter. Put trash"
|
|
cont "where it belongs!"
|
|
done |