summaryrefslogtreecommitdiff
path: root/scripts/celadonmansion5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/celadonmansion5.asm')
-rwxr-xr-xscripts/celadonmansion5.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/celadonmansion5.asm b/scripts/celadonmansion5.asm
index c18e36c6..197a0f54 100755
--- a/scripts/celadonmansion5.asm
+++ b/scripts/celadonmansion5.asm
@@ -1,21 +1,21 @@
-CeladonMansion5Script: ; 1dd3a (7:5d3a)
+CeladonMansion5Script:
jp EnableAutoTextBoxDrawing
-CeladonMansion5TextPointers: ; 1dd3d (7:5d3d)
+CeladonMansion5TextPointers:
dw CeladonMansion5Text1
dw CeladonMansion5Text2
-CeladonMansion5Text1: ; 1dd41 (7:5d41)
+CeladonMansion5Text1:
TX_FAR _CeladonMansion5Text1
db "@"
-CeladonMansion5Text2: ; 1dd46 (7:5d46)
- db $08 ; asm
- ld bc,(EEVEE << 8) | 25
+CeladonMansion5Text2:
+ TX_ASM
+ lb bc, EEVEE, 25
call GivePokemon
- jr nc, .asm_24365 ; 0x1dd4d
+ jr nc, .asm_24365
ld a, HS_CELADON_MANSION_5_GIFT
- ld [wcc4d], a
+ ld [wMissableObjectIndex], a
predef HideObject
-.asm_24365 ; 0x1dd59
+.asm_24365
jp TextScriptEnd