Small edits

- 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)
This commit is contained in:
MementoMartha 2023-05-25 23:54:19 +01:00
parent 4997045bae
commit 6d4b0f7a4e
13 changed files with 209 additions and 209 deletions

View file

@ -97,9 +97,9 @@ HallofFameRoomScript1:
ld a, HS_CERULEAN_CAVE_GUY
ld [wMissableObjectIndex], a
predef HideObject
;ld a, HS_MT_MOON_CRATER_GUARD
;ld [wMissableObjectIndex], a
;predef HideObject
ld a, HS_MT_MOON_CRATER_GUARD
ld [wMissableObjectIndex], a
predef HideObject
ld a, HS_ROUTE_1_OAK
ld [wMissableObjectIndex], a
predef ShowObject

View file

@ -413,6 +413,7 @@ MtMoonB2F_TextPointers:
dw MtMoon3Text12
dw MtMoon3Text13
dw MtMoon3Text14
dw MtMoonCraterGuard
MtMoon3TrainerHeaders:
def_trainers 3
@ -640,4 +641,8 @@ MtMoon3EndBattleText5:
MtMoon3AfterBattleText5:
text_far _MtMoon3AfterBattleText5
text_end
MtMoonCraterGuard:
text_far _MtMoonCraterGuard
text_end

View file

@ -15,7 +15,5 @@ MtMoonCrater_TextPointers:
dw PickUpItemText
dw PickUpItemText
dw PickUpItemText
dw PickUpItemText
dw PickUpItemText
text_end ; unused