2020-05-21 00:40:33 +00:00
|
|
|
CeladonMansionRoofHouse_Script:
|
2016-06-01 01:47:52 +00:00
|
|
|
call EnableAutoTextBoxDrawing
|
|
|
|
ret
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2020-05-21 00:40:33 +00:00
|
|
|
CeladonMansionRoofHouse_TextPointers:
|
2023-07-14 01:27:56 +00:00
|
|
|
def_text_pointers
|
|
|
|
dw_const CeladonMansionRoofHouseHikerText, TEXT_CELADONMANSION_ROOF_HOUSE_HIKER
|
|
|
|
dw_const CeladonMansionRoofHouseEeveePokeballText, TEXT_CELADONMANSION_ROOF_HOUSE_EEVEE_POKEBALL
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
CeladonMansionRoofHouseHikerText:
|
|
|
|
text_far _CeladonMansionRoofHouseHikerText
|
2020-11-04 06:06:44 +00:00
|
|
|
text_end
|
2014-05-18 18:19:10 +00:00
|
|
|
|
2023-07-14 01:27:56 +00:00
|
|
|
CeladonMansionRoofHouseEeveePokeballText:
|
2020-11-04 06:06:44 +00:00
|
|
|
text_asm
|
2015-08-05 21:20:29 +00:00
|
|
|
lb bc, EEVEE, 25
|
2014-05-18 18:19:10 +00:00
|
|
|
call GivePokemon
|
2020-11-04 06:06:44 +00:00
|
|
|
jr nc, .party_full
|
2020-05-21 00:40:33 +00:00
|
|
|
ld a, HS_CELADON_MANSION_EEVEE_GIFT
|
2015-07-25 03:27:59 +00:00
|
|
|
ld [wMissableObjectIndex], a
|
2014-06-16 20:57:26 +00:00
|
|
|
predef HideObject
|
2020-11-04 06:06:44 +00:00
|
|
|
.party_full
|
2014-05-18 18:19:10 +00:00
|
|
|
jp TextScriptEnd
|