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

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.
31 lines
631 B
NASM
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 |