mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Adds fossils, Black Augurite, and a few other neat items to Mt. Moon Crater, given it's where the "ancient" Paradox Pokemon are. Seemed cool to me. Also does a few misc things
22 lines
413 B
NASM
22 lines
413 B
NASM
MtMoonCrater_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
;ld a, [wMtMoonCraterCurScript]
|
|
;call ExecuteCurMapScriptInTable
|
|
;ld [wMtMoonCraterCurScript], a
|
|
;ret
|
|
|
|
MtMoonCrater_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
|
|
text_end ; unused
|