Phone scripts and specials

This commit is contained in:
PikalaxALT
2015-11-17 12:29:37 -05:00
parent 0b8fe4bac3
commit 4bfe086ef6
14 changed files with 798 additions and 792 deletions

View File

@@ -12,7 +12,7 @@ SpecialBuenasPassword: ; 8af6b
ld [wMenuBorderRightCoord], a
call BackUpTiles
call DoNthMenu ; menu
callba Function4ae5e
callba Buena_ExitMenu
ld b, $0
ld a, [MenuSelection]
ld c, a

View File

@@ -337,18 +337,18 @@ Function49bf3: ; 49bf3
ret
; 49bf9
Function49bf9: ; 49bf9
CheckCaughtCelebi: ; 49bf9
ld a, [wBattleResult]
bit 6, a
jr z, .asm_49c07
jr z, .false
ld a, $1
ld [ScriptVar], a
jr .asm_49c0b
jr .done
.asm_49c07
.false
xor a
ld [ScriptVar], a
.asm_49c0b
.done
ret
; 49c0c