kep-hack/scripts/MtMoonSquare.asm
emaskyesmogon 15be9046a7 Mt. Moon Crater Guard
Guard is implemented.
2023-06-17 17:07:54 -06:00

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