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

- Attempted to fix the Mt. Moon J&J encounter (did not work, will look at the script file) - Fixed a few bugged warps relating to Mt. Moon Square/Crater - Fixed the credits text layout (just need to figure out how to decrease the delay between them, so it still matches the music...) - Added the Crater guard back - Changed the silhouettes in the credits to be more prominent Pokemon (Leader and E4 aces, plus some postgame teasers in Omega for the Chief fight, and the legendary wings)
20 lines
375 B
NASM
20 lines
375 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
|
|
|
|
text_end ; unused
|