mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15:23 +13:00
Removing version differences, and adding Mew
This commit is contained in:
parent
d7940ad08b
commit
f74055e77b
60 changed files with 245 additions and 621 deletions
|
|
@ -50,8 +50,12 @@ VermilionCityScript0:
|
|||
ld a, $3
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
ld a, [wObtainedBadges] ; ship returns after obtaining the soul badge
|
||||
bit 4, a
|
||||
jr nz, .default
|
||||
CheckEvent EVENT_SS_ANNE_LEFT
|
||||
jr nz, .shipHasDeparted
|
||||
.default
|
||||
ld b, S_S_TICKET
|
||||
predef GetQuantityOfItemInBag
|
||||
ld a, b
|
||||
|
|
@ -155,8 +159,12 @@ VermilionCityTextSSAnneDeparted:
|
|||
|
||||
VermilionCityText3:
|
||||
text_asm
|
||||
ld a, [wObtainedBadges]
|
||||
bit 4, a ; after obtaining soul badge the ship returns
|
||||
jr nz, .default
|
||||
CheckEvent EVENT_SS_ANNE_LEFT
|
||||
jr nz, .shipHasDeparted
|
||||
.default
|
||||
ld a, [wSpritePlayerStateData1FacingDirection]
|
||||
cp SPRITE_FACING_RIGHT
|
||||
jr z, .greetPlayer
|
||||
|
|
@ -233,9 +241,24 @@ VermilionCityText14:
|
|||
text_end
|
||||
|
||||
VermilionCityText6:
|
||||
text_asm
|
||||
ld a, [wObtainedBadges]
|
||||
bit 4, a ; after obtaining the soul badge the ship returns
|
||||
jr z, .default
|
||||
ld hl, VermilionCityText15
|
||||
ret
|
||||
.default
|
||||
ld hl, VermilionCityText6get
|
||||
ret
|
||||
|
||||
VermilionCityText6get:
|
||||
text_far _VermilionCityText6
|
||||
text_end
|
||||
|
||||
VermilionCityText15:
|
||||
text_far _VermilionCityText15
|
||||
text_end
|
||||
|
||||
VermilionCityText7:
|
||||
text_far _VermilionCityText7
|
||||
text_end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue