mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +13:00
this is a commit.
- Added another counter to the Game Corner prize room, adding Abra, Clefairy and Dratini back as prizes. - Fixed Thorn Avery's and Zeta Null's names in the credits - Small map changes to postgame areas - Polished the new dex entries again - Mewtwo no longer gets Waterfall and Roar from tradebacks - Fixed a bug where you couldn't surf in the water on the Ferry tileset - Gave Giovanni's room the same palette as Rocket HQ - Minor text fixes - Fixed an issue where LAST_MAP wouldn't update when sailing to Citrine
This commit is contained in:
parent
0fb953c155
commit
19c4bec9ee
28 changed files with 142 additions and 100 deletions
|
|
@ -43,14 +43,14 @@ CeruleanGymMistyPostBattle:
|
|||
ld [wJoyIgnore], a
|
||||
|
||||
CeruleanGymReceiveTM11:
|
||||
ld a, $7
|
||||
ld a, $6
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
SetEvent EVENT_BEAT_MISTY
|
||||
lb bc, TM_BUBBLEBEAM, 1
|
||||
call GiveItem
|
||||
jr nc, .BagFull
|
||||
ld a, $6
|
||||
ld a, $7
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
SetEvent EVENT_GOT_TM11
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
CitrineFerryDock_Script:
|
||||
ld a, CITRINE_CITY
|
||||
ld [wLastMap], a
|
||||
jp EnableAutoTextBoxDrawing
|
||||
|
||||
CitrineFerryDock_TextPointers:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ GameCornerPrizeRoom_TextPointers:
|
|||
dw CeladonPrizeRoomText3
|
||||
dw CeladonPrizeRoomText3
|
||||
dw CeladonPrizeRoomText3
|
||||
dw CeladonPrizeRoomText3
|
||||
|
||||
CeladonPrizeRoomText1:
|
||||
text_far _CeladonPrizeRoomText1
|
||||
|
|
|
|||
|
|
@ -778,6 +778,9 @@ OmegaText:
|
|||
OmegaBattleText:
|
||||
text_far _OmegaBattleText
|
||||
text_asm
|
||||
ld a, OMEGADGE
|
||||
call PlayCry
|
||||
call WaitForSoundToFinish
|
||||
jp TextScriptEnd
|
||||
|
||||
Omega2Text:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
VermilionFerryDock_Script:
|
||||
ld a, VERMILION_CITY
|
||||
ld [wLastMap], a
|
||||
jp EnableAutoTextBoxDrawing
|
||||
|
||||
VermilionFerryDock_TextPointers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue