mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-13 14:31:55 -05:00
23 lines
397 B
NASM
Executable File
23 lines
397 B
NASM
Executable File
CeladonMansion5Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonMansion5TextPointers:
|
|
dw CeladonMansion5Text1
|
|
dw CeladonMansion5Text2
|
|
|
|
CeladonMansion5Text1:
|
|
TX_FAR _CeladonMansion5Text1
|
|
db "@"
|
|
|
|
CeladonMansion5Text2:
|
|
TX_ASM
|
|
lb bc, EEVEE, 25
|
|
call GivePokemon
|
|
jr nc, .asm_24365
|
|
ld a, HS_CELADON_MANSION_5_GIFT
|
|
ld [wMissableObjectIndex], a
|
|
predef HideObject
|
|
.asm_24365
|
|
jp TextScriptEnd
|