kep-hack/scripts/CitrineMart.asm
Llinos Evans 847c52be9d 3DS idiot-proofing & other bits
This adds a makeshift border, which will later be replaced with a proper KEP one (thanks Gecko557) The readme also includes a link to the software itself.

Responding to some feedback on YouTube, the Citrine Mart now features PP Ups and Max Elixers as renewable items. PP Ups have never been renewable!

Oh, and the Exp. All is now a key item because for some reason it wasn't before. Yikes.

Last commit for the night.
2023-09-20 02:14:31 +01:00

31 lines
631 B
NASM

CitrineMart_Script:
jp EnableAutoTextBoxDrawing
CitrineMart_TextPointers:
dw CitrineCashierText
dw CitrineMartText2
dw CitrineMartText3
dw CitrineMartText4
CitrineMartText2:
text_far _CitrineMartText2
text_end
CitrineMartText3:
text_far _CitrineMartText3
text_asm
ld a, PERSIAN
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
CitrineMartText4:
text_far _ClefairyText
text_asm
ld a, CLEFAIRY
call PlayCry
call WaitForSoundToFinish
jp TextScriptEnd
CitrineCashierText::
script_mart ULTRA_BALL, FULL_RESTORE, MAX_REPEL, MAX_REVIVE, MAX_ELIXER, ESCAPE_ROPE, HP_UP, PP_UP, PROTEIN, IRON, CARBOS, CALCIUM