mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
rename bit1 script commands to event
This commit is contained in:
parent
8da8dff7cf
commit
3134b26f7b
@ -48,9 +48,9 @@ ScriptCommandTable: ; 0x96cb1
|
|||||||
dw Script_giveegg
|
dw Script_giveegg
|
||||||
dw Script_givepokeitem
|
dw Script_givepokeitem
|
||||||
dw Script_checkpokeitem
|
dw Script_checkpokeitem
|
||||||
dw Script_checkbit1
|
dw Script_checkevent
|
||||||
dw Script_clearbit1
|
dw Script_clearevent
|
||||||
dw Script_setbit1
|
dw Script_setevent
|
||||||
dw Script_checkbit2
|
dw Script_checkbit2
|
||||||
dw Script_clearbit2
|
dw Script_clearbit2
|
||||||
dw Script_setbit2
|
dw Script_setbit2
|
||||||
@ -2667,7 +2667,7 @@ Script_giveegg: ; 0x97968
|
|||||||
ret
|
ret
|
||||||
; 0x97988
|
; 0x97988
|
||||||
|
|
||||||
Script_setbit1: ; 0x97988
|
Script_setevent: ; 0x97988
|
||||||
; script command 0x33
|
; script command 0x33
|
||||||
; parameters:
|
; parameters:
|
||||||
; bit_number (MultiByteParam)
|
; bit_number (MultiByteParam)
|
||||||
@ -2681,7 +2681,7 @@ Script_setbit1: ; 0x97988
|
|||||||
ret
|
ret
|
||||||
; 0x97996
|
; 0x97996
|
||||||
|
|
||||||
Script_clearbit1: ; 0x97996
|
Script_clearevent: ; 0x97996
|
||||||
; script command 0x32
|
; script command 0x32
|
||||||
; parameters:
|
; parameters:
|
||||||
; bit_number (MultiByteParam)
|
; bit_number (MultiByteParam)
|
||||||
@ -2695,7 +2695,7 @@ Script_clearbit1: ; 0x97996
|
|||||||
ret
|
ret
|
||||||
; 0x979a4
|
; 0x979a4
|
||||||
|
|
||||||
Script_checkbit1: ; 0x979a4
|
Script_checkevent: ; 0x979a4
|
||||||
; script command 0x31
|
; script command 0x31
|
||||||
; parameters:
|
; parameters:
|
||||||
; bit_number (MultiByteParam)
|
; bit_number (MultiByteParam)
|
||||||
|
@ -72,7 +72,7 @@ PokeCenterNurseScript: ; bc09c
|
|||||||
|
|
||||||
.morn
|
.morn
|
||||||
; Different text if we're in the com center
|
; Different text if we're in the com center
|
||||||
checkbit1 $032a
|
checkevent $032a
|
||||||
iftrue .morn_comcenter
|
iftrue .morn_comcenter
|
||||||
; Good morning! Welcome to ...
|
; Good morning! Welcome to ...
|
||||||
3writetext BANK(UnknownText_0x1b0000), UnknownText_0x1b0000
|
3writetext BANK(UnknownText_0x1b0000), UnknownText_0x1b0000
|
||||||
@ -86,7 +86,7 @@ PokeCenterNurseScript: ; bc09c
|
|||||||
|
|
||||||
.day
|
.day
|
||||||
; Different text if we're in the com center
|
; Different text if we're in the com center
|
||||||
checkbit1 $032a
|
checkevent $032a
|
||||||
iftrue .day_comcenter
|
iftrue .day_comcenter
|
||||||
; Hello! Welcome to ...
|
; Hello! Welcome to ...
|
||||||
3writetext BANK(UnknownText_0x1b002b), UnknownText_0x1b002b
|
3writetext BANK(UnknownText_0x1b002b), UnknownText_0x1b002b
|
||||||
@ -100,7 +100,7 @@ PokeCenterNurseScript: ; bc09c
|
|||||||
|
|
||||||
.nite
|
.nite
|
||||||
; Different text if we're in the com center
|
; Different text if we're in the com center
|
||||||
checkbit1 $032a
|
checkevent $032a
|
||||||
iftrue .nite_comcenter
|
iftrue .nite_comcenter
|
||||||
; Good evening! You're out late. ...
|
; Good evening! You're out late. ...
|
||||||
3writetext BANK(UnknownText_0x1b004f), UnknownText_0x1b004f
|
3writetext BANK(UnknownText_0x1b004f), UnknownText_0x1b004f
|
||||||
@ -114,7 +114,7 @@ PokeCenterNurseScript: ; bc09c
|
|||||||
|
|
||||||
.heal
|
.heal
|
||||||
; If we come back, don't welcome us to the com center again
|
; If we come back, don't welcome us to the com center again
|
||||||
clearbit1 $032a
|
clearevent $032a
|
||||||
; Ask if you want to heal
|
; Ask if you want to heal
|
||||||
3writetext BANK(UnknownText_0x1b017a), UnknownText_0x1b017a
|
3writetext BANK(UnknownText_0x1b017a), UnknownText_0x1b017a
|
||||||
yesorno
|
yesorno
|
||||||
@ -164,7 +164,7 @@ PokeCenterNurseScript: ; bc09c
|
|||||||
; Different text for com center (excludes 'in a Pokemon Center')
|
; Different text for com center (excludes 'in a Pokemon Center')
|
||||||
; Since flag $32a is cleared when healing,
|
; Since flag $32a is cleared when healing,
|
||||||
; this text is never actually seen
|
; this text is never actually seen
|
||||||
checkbit1 $032a
|
checkevent $032a
|
||||||
iftrue .pokerus_comcenter
|
iftrue .pokerus_comcenter
|
||||||
; Your Pokemon appear to be infected ...
|
; Your Pokemon appear to be infected ...
|
||||||
3writetext BANK(UnknownText_0x1b0241), UnknownText_0x1b0241
|
3writetext BANK(UnknownText_0x1b0241), UnknownText_0x1b0241
|
||||||
@ -354,17 +354,17 @@ UnknownRawText_0xbc235: ; bc235
|
|||||||
; bc23e
|
; bc23e
|
||||||
|
|
||||||
UnknownScript_0xbc23e: ; 0xbc23e
|
UnknownScript_0xbc23e: ; 0xbc23e
|
||||||
clearbit1 $06cd
|
clearevent $06cd
|
||||||
end
|
end
|
||||||
; 0xbc242
|
; 0xbc242
|
||||||
|
|
||||||
UnknownScript_0xbc242: ; 0xbc242
|
UnknownScript_0xbc242: ; 0xbc242
|
||||||
setbit2 $0013
|
setbit2 $0013
|
||||||
setbit1 $06cf
|
setevent $06cf
|
||||||
setbit1 $06d1
|
setevent $06d1
|
||||||
clearbit1 $06ce
|
clearevent $06ce
|
||||||
clearbit1 $0025
|
clearevent $0025
|
||||||
setbit1 $0756
|
setevent $0756
|
||||||
specialphonecall $0004
|
specialphonecall $0004
|
||||||
domaptrigger GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN, $1
|
domaptrigger GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN, $1
|
||||||
end
|
end
|
||||||
@ -373,19 +373,19 @@ UnknownScript_0xbc242: ; 0xbc242
|
|||||||
UnknownScript_0xbc25c: ; 0xbc25c
|
UnknownScript_0xbc25c: ; 0xbc25c
|
||||||
special $0034
|
special $0034
|
||||||
2call UnknownScript_0xbc380
|
2call UnknownScript_0xbc380
|
||||||
setbit1 $0747
|
setevent $0747
|
||||||
clearbit1 $0748
|
clearevent $0748
|
||||||
setbit1 $02d2
|
setevent $02d2
|
||||||
warp GROUP_ROUTE_36_NATIONAL_PARK_GATE, MAP_ROUTE_36_NATIONAL_PARK_GATE, $0, $4
|
warp GROUP_ROUTE_36_NATIONAL_PARK_GATE, MAP_ROUTE_36_NATIONAL_PARK_GATE, $0, $4
|
||||||
applymovement $0, MovementData_0xbcea1
|
applymovement $0, MovementData_0xbcea1
|
||||||
|
|
||||||
UnknownScript_0xbc274: ; bc274
|
UnknownScript_0xbc274: ; bc274
|
||||||
clearbit2 $0011
|
clearbit2 $0011
|
||||||
clearbit1 $02d2
|
clearevent $02d2
|
||||||
clearbit1 $0313
|
clearevent $0313
|
||||||
clearbit1 $0314
|
clearevent $0314
|
||||||
clearbit1 $0315
|
clearevent $0315
|
||||||
clearbit1 $0316
|
clearevent $0316
|
||||||
loadfont
|
loadfont
|
||||||
3writetext $6c, $45bf
|
3writetext $6c, $45bf
|
||||||
closetext
|
closetext
|
||||||
@ -407,7 +407,7 @@ UnknownScript_0xbc274: ; bc274
|
|||||||
UnknownScript_0xbc2b1: ; 0xbc2b1
|
UnknownScript_0xbc2b1: ; 0xbc2b1
|
||||||
3writetext $6c, $465b
|
3writetext $6c, $465b
|
||||||
keeptextopen
|
keeptextopen
|
||||||
checkbit1 $0308
|
checkevent $0308
|
||||||
iffalse $42c4
|
iffalse $42c4
|
||||||
3writetext $6c, $46d9
|
3writetext $6c, $46d9
|
||||||
closetext
|
closetext
|
||||||
@ -420,33 +420,33 @@ UnknownScript_0xbc2b1: ; 0xbc2b1
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
domaptrigger GROUP_ROUTE_35_NATIONAL_PARK_GATE, MAP_ROUTE_35_NATIONAL_PARK_GATE, $0
|
domaptrigger GROUP_ROUTE_35_NATIONAL_PARK_GATE, MAP_ROUTE_35_NATIONAL_PARK_GATE, $0
|
||||||
setbit1 $0716
|
setevent $0716
|
||||||
setbit1 $0717
|
setevent $0717
|
||||||
setbit1 $0718
|
setevent $0718
|
||||||
setbit1 $0719
|
setevent $0719
|
||||||
setbit1 $071a
|
setevent $071a
|
||||||
setbit1 $071b
|
setevent $071b
|
||||||
setbit1 $071c
|
setevent $071c
|
||||||
setbit1 $071d
|
setevent $071d
|
||||||
setbit1 $071e
|
setevent $071e
|
||||||
setbit1 $071f
|
setevent $071f
|
||||||
setbit1 $0720
|
setevent $0720
|
||||||
setbit1 $0721
|
setevent $0721
|
||||||
setbit1 $0722
|
setevent $0722
|
||||||
setbit1 $0723
|
setevent $0723
|
||||||
setbit1 $0724
|
setevent $0724
|
||||||
setbit1 $0725
|
setevent $0725
|
||||||
setbit1 $0726
|
setevent $0726
|
||||||
setbit1 $0727
|
setevent $0727
|
||||||
setbit1 $0728
|
setevent $0728
|
||||||
setbit1 $0729
|
setevent $0729
|
||||||
setbit2 $0051
|
setbit2 $0051
|
||||||
special $003c
|
special $003c
|
||||||
end
|
end
|
||||||
; 0xbc31e
|
; 0xbc31e
|
||||||
|
|
||||||
UnknownScript_0xbc31e: ; 0xbc31e
|
UnknownScript_0xbc31e: ; 0xbc31e
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
itemtotext SUN_STONE, $1
|
itemtotext SUN_STONE, $1
|
||||||
3writetext $6c, $4621
|
3writetext $6c, $4621
|
||||||
closetext
|
closetext
|
||||||
@ -476,189 +476,189 @@ UnknownScript_0xbc343: ; 0xbc343
|
|||||||
UnknownScript_0xbc354: ; 0xbc354
|
UnknownScript_0xbc354: ; 0xbc354
|
||||||
3writetext $6c, $48cc
|
3writetext $6c, $48cc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0313
|
setevent $0313
|
||||||
2jump UnknownScript_0xbc2b1
|
2jump UnknownScript_0xbc2b1
|
||||||
; 0xbc35f
|
; 0xbc35f
|
||||||
|
|
||||||
UnknownScript_0xbc35f: ; 0xbc35f
|
UnknownScript_0xbc35f: ; 0xbc35f
|
||||||
3writetext $6c, $48cc
|
3writetext $6c, $48cc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0314
|
setevent $0314
|
||||||
2jump UnknownScript_0xbc2b1
|
2jump UnknownScript_0xbc2b1
|
||||||
; 0xbc36a
|
; 0xbc36a
|
||||||
|
|
||||||
UnknownScript_0xbc36a: ; 0xbc36a
|
UnknownScript_0xbc36a: ; 0xbc36a
|
||||||
3writetext $6c, $48cc
|
3writetext $6c, $48cc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0315
|
setevent $0315
|
||||||
2jump UnknownScript_0xbc2b1
|
2jump UnknownScript_0xbc2b1
|
||||||
; 0xbc375
|
; 0xbc375
|
||||||
|
|
||||||
UnknownScript_0xbc375: ; 0xbc375
|
UnknownScript_0xbc375: ; 0xbc375
|
||||||
3writetext $6c, $48cc
|
3writetext $6c, $48cc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0316
|
setevent $0316
|
||||||
2jump $42a9
|
2jump $42a9
|
||||||
; 0xbc380
|
; 0xbc380
|
||||||
|
|
||||||
UnknownScript_0xbc380: ; 0xbc380
|
UnknownScript_0xbc380: ; 0xbc380
|
||||||
checkbit1 $0716
|
checkevent $0716
|
||||||
iftrue .skip1
|
iftrue .skip1
|
||||||
clearbit1 $0720
|
clearevent $0720
|
||||||
.skip1
|
.skip1
|
||||||
checkbit1 $0717
|
checkevent $0717
|
||||||
iftrue .skip2
|
iftrue .skip2
|
||||||
clearbit1 $0721
|
clearevent $0721
|
||||||
.skip2
|
.skip2
|
||||||
checkbit1 $0718
|
checkevent $0718
|
||||||
iftrue .skip3
|
iftrue .skip3
|
||||||
clearbit1 $0722
|
clearevent $0722
|
||||||
.skip3
|
.skip3
|
||||||
checkbit1 $0719
|
checkevent $0719
|
||||||
iftrue .skip4
|
iftrue .skip4
|
||||||
clearbit1 $0723
|
clearevent $0723
|
||||||
.skip4
|
.skip4
|
||||||
checkbit1 $071a
|
checkevent $071a
|
||||||
iftrue .skip5
|
iftrue .skip5
|
||||||
clearbit1 $0724
|
clearevent $0724
|
||||||
.skip5
|
.skip5
|
||||||
checkbit1 $071b
|
checkevent $071b
|
||||||
iftrue .skip6
|
iftrue .skip6
|
||||||
clearbit1 $0725
|
clearevent $0725
|
||||||
.skip6
|
.skip6
|
||||||
checkbit1 $071c
|
checkevent $071c
|
||||||
iftrue .skip7
|
iftrue .skip7
|
||||||
clearbit1 $0726
|
clearevent $0726
|
||||||
.skip7
|
.skip7
|
||||||
checkbit1 $071d
|
checkevent $071d
|
||||||
iftrue .skip8
|
iftrue .skip8
|
||||||
clearbit1 $0727
|
clearevent $0727
|
||||||
.skip8
|
.skip8
|
||||||
checkbit1 $071e
|
checkevent $071e
|
||||||
iftrue .skip9
|
iftrue .skip9
|
||||||
clearbit1 $0728
|
clearevent $0728
|
||||||
.skip9
|
.skip9
|
||||||
checkbit1 $071f
|
checkevent $071f
|
||||||
iftrue .skip10
|
iftrue .skip10
|
||||||
clearbit1 $0729
|
clearevent $0729
|
||||||
.skip10
|
.skip10
|
||||||
end
|
end
|
||||||
; 0xbc3db
|
; 0xbc3db
|
||||||
|
|
||||||
UnknownScript_0xbc3db: ; 0xbc3db
|
UnknownScript_0xbc3db: ; 0xbc3db
|
||||||
setbit1 $06cb
|
setevent $06cb
|
||||||
setbit1 $06ce
|
setevent $06ce
|
||||||
setbit1 $06cd
|
setevent $06cd
|
||||||
setbit1 $06d0
|
setevent $06d0
|
||||||
setbit1 $06f3
|
setevent $06f3
|
||||||
setbit1 $06e9
|
setevent $06e9
|
||||||
setbit1 $06f4
|
setevent $06f4
|
||||||
setbit1 $06d5
|
setevent $06d5
|
||||||
setbit1 $06de
|
setevent $06de
|
||||||
setbit1 $06dd
|
setevent $06dd
|
||||||
setbit1 $06df
|
setevent $06df
|
||||||
setbit1 $06c0
|
setevent $06c0
|
||||||
setbit1 $06e4
|
setevent $06e4
|
||||||
setbit1 $0025
|
setevent $0025
|
||||||
setbit1 $06be
|
setevent $06be
|
||||||
setbit1 $06bf
|
setevent $06bf
|
||||||
setbit1 $06c1
|
setevent $06c1
|
||||||
setbit1 $06f9
|
setevent $06f9
|
||||||
setbit1 $06fd
|
setevent $06fd
|
||||||
setbit1 $06ff
|
setevent $06ff
|
||||||
setbit1 $0700
|
setevent $0700
|
||||||
setbit1 $0702
|
setevent $0702
|
||||||
setbit1 $0703
|
setevent $0703
|
||||||
setbit1 $0704
|
setevent $0704
|
||||||
setbit1 $070d
|
setevent $070d
|
||||||
setbit1 $070e
|
setevent $070e
|
||||||
setbit1 $070f
|
setevent $070f
|
||||||
setbit1 $0710
|
setevent $0710
|
||||||
setbit1 $0715
|
setevent $0715
|
||||||
setbit1 $0716
|
setevent $0716
|
||||||
setbit1 $0717
|
setevent $0717
|
||||||
setbit1 $0718
|
setevent $0718
|
||||||
setbit1 $0719
|
setevent $0719
|
||||||
setbit1 $071a
|
setevent $071a
|
||||||
setbit1 $071b
|
setevent $071b
|
||||||
setbit1 $071c
|
setevent $071c
|
||||||
setbit1 $071d
|
setevent $071d
|
||||||
setbit1 $071e
|
setevent $071e
|
||||||
setbit1 $071f
|
setevent $071f
|
||||||
setbit1 $0720
|
setevent $0720
|
||||||
setbit1 $0721
|
setevent $0721
|
||||||
setbit1 $0722
|
setevent $0722
|
||||||
setbit1 $0723
|
setevent $0723
|
||||||
setbit1 $0724
|
setevent $0724
|
||||||
setbit1 $0725
|
setevent $0725
|
||||||
setbit1 $0726
|
setevent $0726
|
||||||
setbit1 $0727
|
setevent $0727
|
||||||
setbit1 $0728
|
setevent $0728
|
||||||
setbit1 $0729
|
setevent $0729
|
||||||
setbit1 $072c
|
setevent $072c
|
||||||
setbit1 $072f
|
setevent $072f
|
||||||
setbit1 $072d
|
setevent $072d
|
||||||
setbit1 $0735
|
setevent $0735
|
||||||
setbit1 $0736
|
setevent $0736
|
||||||
setbit1 $073c
|
setevent $073c
|
||||||
setbit1 $073d
|
setevent $073d
|
||||||
setbit1 $0741
|
setevent $0741
|
||||||
setbit1 $0742
|
setevent $0742
|
||||||
setbit1 $0743
|
setevent $0743
|
||||||
setbit1 $0744
|
setevent $0744
|
||||||
setbit1 $02a4
|
setevent $02a4
|
||||||
setbit1 $02af
|
setevent $02af
|
||||||
setbit1 $0749
|
setevent $0749
|
||||||
setbit1 $06d3
|
setevent $06d3
|
||||||
setbit1 $074d
|
setevent $074d
|
||||||
setbit1 $0712
|
setevent $0712
|
||||||
setbit1 $0713
|
setevent $0713
|
||||||
setbit1 $0711
|
setevent $0711
|
||||||
setbit1 $06d4
|
setevent $06d4
|
||||||
setbit1 $0304
|
setevent $0304
|
||||||
setbit1 $0307
|
setevent $0307
|
||||||
setbit1 $06d8
|
setevent $06d8
|
||||||
setbit1 $06c3
|
setevent $06c3
|
||||||
setbit1 $06c2
|
setevent $06c2
|
||||||
setbit1 $06c6
|
setevent $06c6
|
||||||
setbit1 $075f
|
setevent $075f
|
||||||
setbit1 $0731
|
setevent $0731
|
||||||
setbit1 $074a
|
setevent $074a
|
||||||
setbit1 $0762
|
setevent $0762
|
||||||
setbit1 $0738
|
setevent $0738
|
||||||
setbit1 $073a
|
setevent $073a
|
||||||
setbit1 $073b
|
setevent $073b
|
||||||
setbit1 $0733
|
setevent $0733
|
||||||
setbit1 $073f
|
setevent $073f
|
||||||
setbit1 $078d
|
setevent $078d
|
||||||
setbit1 $0766
|
setevent $0766
|
||||||
setbit1 $0768
|
setevent $0768
|
||||||
setbit1 $0769
|
setevent $0769
|
||||||
setbit1 $076a
|
setevent $076a
|
||||||
setbit1 $078e
|
setevent $078e
|
||||||
setbit1 $078f
|
setevent $078f
|
||||||
setbit1 $0790
|
setevent $0790
|
||||||
setbit1 $0791
|
setevent $0791
|
||||||
setbit1 $0793
|
setevent $0793
|
||||||
setbit1 $07a4
|
setevent $07a4
|
||||||
setbit1 $07a4
|
setevent $07a4
|
||||||
setbit1 $07a5
|
setevent $07a5
|
||||||
setbit1 $06ec
|
setevent $06ec
|
||||||
setbit1 $06ed
|
setevent $06ed
|
||||||
setbit1 $06f0
|
setevent $06f0
|
||||||
setbit1 $07a9
|
setevent $07a9
|
||||||
setbit1 $07aa
|
setevent $07aa
|
||||||
setbit1 $06c8
|
setevent $06c8
|
||||||
setbit1 $07ac
|
setevent $07ac
|
||||||
setbit1 $07ad
|
setevent $07ad
|
||||||
setbit1 $07b5
|
setevent $07b5
|
||||||
setbit1 $07b6
|
setevent $07b6
|
||||||
setbit1 $07c5
|
setevent $07c5
|
||||||
setbit1 $07b7
|
setevent $07b7
|
||||||
setbit1 $07b0
|
setevent $07b0
|
||||||
setbit1 $07af
|
setevent $07af
|
||||||
setbit1 $07ae
|
setevent $07ae
|
||||||
setbit1 $07cf
|
setevent $07cf
|
||||||
setbit2 $000e
|
setbit2 $000e
|
||||||
setbit2 $0017
|
setbit2 $0017
|
||||||
variablesprite $4, $52
|
variablesprite $4, $52
|
||||||
@ -670,18 +670,18 @@ UnknownScript_0xbc3db: ; 0xbc3db
|
|||||||
variablesprite $a, $a
|
variablesprite $a, $a
|
||||||
variablesprite $b, $28
|
variablesprite $b, $28
|
||||||
variablesprite $c, $28
|
variablesprite $c, $28
|
||||||
setbit1 $00fb
|
setevent $00fb
|
||||||
setbit1 $076d
|
setevent $076d
|
||||||
setbit1 $076c
|
setevent $076c
|
||||||
setbit1 $076e
|
setevent $076e
|
||||||
setbit1 $076f
|
setevent $076f
|
||||||
setbit1 $0773
|
setevent $0773
|
||||||
setbit1 $0776
|
setevent $0776
|
||||||
setbit1 $0777
|
setevent $0777
|
||||||
setbit1 $0779
|
setevent $0779
|
||||||
setbit1 $0772
|
setevent $0772
|
||||||
setbit1 $077b
|
setevent $077b
|
||||||
setbit1 $0036
|
setevent $0036
|
||||||
return
|
return
|
||||||
; 0xbc574
|
; 0xbc574
|
||||||
|
|
||||||
@ -2332,18 +2332,18 @@ UnusedPhoneScript: ; 0xbcea5
|
|||||||
end
|
end
|
||||||
|
|
||||||
MomPhoneScript: ; 0xbceaa
|
MomPhoneScript: ; 0xbceaa
|
||||||
checkbit1 $0040
|
checkevent $0040
|
||||||
iftrue .bcec5
|
iftrue .bcec5
|
||||||
checkbit1 $0041 ; if dude talked to you, then you left home without talking to mom
|
checkevent $0041 ; if dude talked to you, then you left home without talking to mom
|
||||||
iftrue MomPhoneLectureScript
|
iftrue MomPhoneLectureScript
|
||||||
checkbit1 $001f
|
checkevent $001f
|
||||||
iftrue MomPhoneNoGymQuestScript
|
iftrue MomPhoneNoGymQuestScript
|
||||||
checkbit1 $001a
|
checkevent $001a
|
||||||
iftrue MomPhoneNoPokedexScript
|
iftrue MomPhoneNoPokedexScript
|
||||||
2jump MomPhoneNoPokemonScript
|
2jump MomPhoneNoPokemonScript
|
||||||
|
|
||||||
.bcec5 ; 0xbcec5
|
.bcec5 ; 0xbcec5
|
||||||
checkbit1 $0007
|
checkevent $0007
|
||||||
iftrue MomPhoneHangUpScript
|
iftrue MomPhoneHangUpScript
|
||||||
3writetext BANK(MomPhoneGreetingText), MomPhoneGreetingText
|
3writetext BANK(MomPhoneGreetingText), MomPhoneGreetingText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -2464,7 +2464,7 @@ MomPhoneNoGymQuestScript: ; 0xbcfac
|
|||||||
end
|
end
|
||||||
|
|
||||||
MomPhoneLectureScript: ; 0xbcfb1
|
MomPhoneLectureScript: ; 0xbcfb1
|
||||||
setbit1 $0040
|
setevent $0040
|
||||||
setbit2 $0009
|
setbit2 $0009
|
||||||
specialphonecall $0000
|
specialphonecall $0000
|
||||||
3writetext BANK(MomPhoneLectureText), MomPhoneLectureText
|
3writetext BANK(MomPhoneLectureText), MomPhoneLectureText
|
||||||
@ -2517,22 +2517,22 @@ BillPhoneScript2: ; 0xbd007
|
|||||||
ElmPhoneScript1: ; 0xbd00d
|
ElmPhoneScript1: ; 0xbd00d
|
||||||
checkcode $14
|
checkcode $14
|
||||||
if_equal $1, .pokerus
|
if_equal $1, .pokerus
|
||||||
checkbit1 $0055
|
checkevent $0055
|
||||||
iftrue .discovery
|
iftrue .discovery
|
||||||
checkbit1 $002d
|
checkevent $002d
|
||||||
iffalse .next
|
iffalse .next
|
||||||
checkbit1 $0054
|
checkevent $0054
|
||||||
iftrue .egghatched
|
iftrue .egghatched
|
||||||
.next
|
.next
|
||||||
checkbit1 $002d
|
checkevent $002d
|
||||||
iftrue .eggunhatched
|
iftrue .eggunhatched
|
||||||
checkbit1 $0701
|
checkevent $0701
|
||||||
iftrue .assistant
|
iftrue .assistant
|
||||||
checkbit1 $001f
|
checkevent $001f
|
||||||
iftrue .checkingegg
|
iftrue .checkingegg
|
||||||
checkbit1 $0043
|
checkevent $0043
|
||||||
iftrue .stolen
|
iftrue .stolen
|
||||||
checkbit1 $001e
|
checkevent $001e
|
||||||
iftrue .sawmrpokemon
|
iftrue .sawmrpokemon
|
||||||
3writetext BANK(ElmPhoneStartText), ElmPhoneStartText
|
3writetext BANK(ElmPhoneStartText), ElmPhoneStartText
|
||||||
end
|
end
|
||||||
@ -2559,7 +2559,7 @@ ElmPhoneScript1: ; 0xbd00d
|
|||||||
|
|
||||||
.egghatched ; 0xbd061
|
.egghatched ; 0xbd061
|
||||||
3writetext BANK(ElmPhoneEggHatchedText), ElmPhoneEggHatchedText
|
3writetext BANK(ElmPhoneEggHatchedText), ElmPhoneEggHatchedText
|
||||||
setbit1 $0077
|
setevent $0077
|
||||||
end
|
end
|
||||||
|
|
||||||
.discovery ; 0xbd069
|
.discovery ; 0xbd069
|
||||||
@ -2591,14 +2591,14 @@ ElmPhoneScript2: ; 0xbd081
|
|||||||
.disaster ; 0xbd09f
|
.disaster ; 0xbd09f
|
||||||
3writetext BANK(ElmPhoneDisasterText), ElmPhoneDisasterText
|
3writetext BANK(ElmPhoneDisasterText), ElmPhoneDisasterText
|
||||||
specialphonecall $0000
|
specialphonecall $0000
|
||||||
setbit1 $0043
|
setevent $0043
|
||||||
end
|
end
|
||||||
|
|
||||||
.assistant ; 0xbd0aa
|
.assistant ; 0xbd0aa
|
||||||
3writetext BANK(ElmPhoneEggAssistantText), ElmPhoneEggAssistantText
|
3writetext BANK(ElmPhoneEggAssistantText), ElmPhoneEggAssistantText
|
||||||
specialphonecall $0000
|
specialphonecall $0000
|
||||||
clearbit1 $0700
|
clearevent $0700
|
||||||
setbit1 $0701
|
setevent $0701
|
||||||
end
|
end
|
||||||
|
|
||||||
.rocket ; 0xbd0b8
|
.rocket ; 0xbd0b8
|
||||||
|
@ -9,7 +9,7 @@ AzaleaGym_MapScriptHeader: ; 0x18ec1c
|
|||||||
BugsyScript_0x18ec1e: ; 0x18ec1e
|
BugsyScript_0x18ec1e: ; 0x18ec1e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_BUGSY
|
checkevent EVENT_BEAT_BUGSY
|
||||||
iftrue UnknownScript_0x18ec48
|
iftrue UnknownScript_0x18ec48
|
||||||
2writetext UnknownText_0x18ed0b
|
2writetext UnknownText_0x18ed0b
|
||||||
closetext
|
closetext
|
||||||
@ -18,7 +18,7 @@ BugsyScript_0x18ec1e: ; 0x18ec1e
|
|||||||
loadtrainer BUGSY, 1
|
loadtrainer BUGSY, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_BUGSY
|
setevent EVENT_BEAT_BUGSY
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x18ee14
|
2writetext UnknownText_0x18ee14
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -27,17 +27,17 @@ BugsyScript_0x18ec1e: ; 0x18ec1e
|
|||||||
checkcode $7
|
checkcode $7
|
||||||
2call UnknownScript_0x18ec73
|
2call UnknownScript_0x18ec73
|
||||||
UnknownScript_0x18ec48: ; 0x18ec48
|
UnknownScript_0x18ec48: ; 0x18ec48
|
||||||
checkbit1 EVENT_GOT_TM49_FURY_CUTTER
|
checkevent EVENT_GOT_TM49_FURY_CUTTER
|
||||||
iftrue UnknownScript_0x18ec6d
|
iftrue UnknownScript_0x18ec6d
|
||||||
setbit1 EVENT_BEAT_TWINS_AMY_AND_MAY
|
setevent EVENT_BEAT_TWINS_AMY_AND_MAY
|
||||||
setbit1 EVENT_BEAT_BUG_CATCHER_BENNY
|
setevent EVENT_BEAT_BUG_CATCHER_BENNY
|
||||||
setbit1 EVENT_BEAT_BUG_CATCHER_AL
|
setevent EVENT_BEAT_BUG_CATCHER_AL
|
||||||
setbit1 EVENT_BEAT_BUG_CATCHER_JOSH
|
setevent EVENT_BEAT_BUG_CATCHER_JOSH
|
||||||
2writetext UnknownText_0x18ee2b
|
2writetext UnknownText_0x18ee2b
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_49, 1
|
verbosegiveitem TM_49, 1
|
||||||
iffalse UnknownScript_0x18ec71
|
iffalse UnknownScript_0x18ec71
|
||||||
setbit1 EVENT_GOT_TM49_FURY_CUTTER
|
setevent EVENT_GOT_TM49_FURY_CUTTER
|
||||||
2writetext UnknownText_0x18eefa
|
2writetext UnknownText_0x18eefa
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -213,7 +213,7 @@ Bug_catcherJoshScript: ; 0x18ecde
|
|||||||
|
|
||||||
AzaleaGymGuyScript: ; 0x18ece6
|
AzaleaGymGuyScript: ; 0x18ece6
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_BEAT_BUGSY
|
checkevent EVENT_BEAT_BUGSY
|
||||||
iftrue .AzaleaGymGuyWinScript
|
iftrue .AzaleaGymGuyWinScript
|
||||||
loadfont
|
loadfont
|
||||||
2writetext AzaleaGymGuyText
|
2writetext AzaleaGymGuyText
|
||||||
|
@ -58,10 +58,10 @@ UnknownScript_0x198049: ; 0x198049
|
|||||||
2writetext UnknownText_0x19814d
|
2writetext UnknownText_0x19814d
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $06bf
|
setevent $06bf
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x198071
|
iftrue UnknownScript_0x198071
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x198081
|
iftrue UnknownScript_0x198081
|
||||||
winlosstext UnknownText_0x1981e6, UnknownText_0x19835b
|
winlosstext UnknownText_0x1981e6, UnknownText_0x19835b
|
||||||
setlasttalked $b
|
setlasttalked $b
|
||||||
@ -119,7 +119,7 @@ AzaleaRocketScript_0x1980ae: ; 0x1980ae
|
|||||||
GrampsScript_0x1980b1: ; 0x1980b1
|
GrampsScript_0x1980b1: ; 0x1980b1
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_SLOWPOKE_WELL
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||||
iftrue UnknownScript_0x1980bf
|
iftrue UnknownScript_0x1980bf
|
||||||
2writetext UnknownText_0x19841b
|
2writetext UnknownText_0x19841b
|
||||||
closetext
|
closetext
|
||||||
@ -176,8 +176,8 @@ UnknownScript_0x1980e5: ; 0x1980e5
|
|||||||
verbosegiveitem GS_BALL, 1
|
verbosegiveitem GS_BALL, 1
|
||||||
spriteface $d, $2
|
spriteface $d, $2
|
||||||
setbit2 $0064
|
setbit2 $0064
|
||||||
clearbit1 $06ed
|
clearevent $06ed
|
||||||
setbit1 $06eb
|
setevent $06eb
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
|
@ -17,7 +17,7 @@ UnknownScript_0x9f85a: ; 0x9f85a
|
|||||||
; 0x9f85b
|
; 0x9f85b
|
||||||
|
|
||||||
UnknownScript_0x9f85b: ; 0x9f85b
|
UnknownScript_0x9f85b: ; 0x9f85b
|
||||||
clearbit1 $07cf
|
clearevent $07cf
|
||||||
return
|
return
|
||||||
; 0x9f85f
|
; 0x9f85f
|
||||||
|
|
||||||
|
@ -9,25 +9,25 @@ BillsHouse_MapScriptHeader: ; 0x189536
|
|||||||
GrampsScript_0x189538: ; 0x189538
|
GrampsScript_0x189538: ; 0x189538
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x1896ba
|
iftrue UnknownScript_0x1896ba
|
||||||
checkbit1 EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x1896c0
|
iftrue UnknownScript_0x1896c0
|
||||||
checkbit1 EVENT_MET_BILLS_GRANDPA
|
checkevent EVENT_MET_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189553
|
iftrue UnknownScript_0x189553
|
||||||
2writetext UnknownText_0x1896ce
|
2writetext UnknownText_0x1896ce
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_MET_BILLS_GRANDPA
|
setevent EVENT_MET_BILLS_GRANDPA
|
||||||
UnknownScript_0x189553: ; 0x189553
|
UnknownScript_0x189553: ; 0x189553
|
||||||
checkbit1 EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
checkevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189697
|
iftrue UnknownScript_0x189697
|
||||||
checkbit1 EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
checkevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189680
|
iftrue UnknownScript_0x189680
|
||||||
checkbit1 EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
checkevent EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189669
|
iftrue UnknownScript_0x189669
|
||||||
checkbit1 EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
checkevent EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189652
|
iftrue UnknownScript_0x189652
|
||||||
checkbit1 EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
checkevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x18963b
|
iftrue UnknownScript_0x18963b
|
||||||
2writetext UnknownText_0x1898c0
|
2writetext UnknownText_0x1898c0
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -39,7 +39,7 @@ UnknownScript_0x189553: ; 0x189553
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal LICKITUNG, UnknownScript_0x1896c6
|
if_not_equal LICKITUNG, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x18963b
|
2jump UnknownScript_0x18963b
|
||||||
; 0x189592
|
; 0x189592
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ UnknownScript_0x189592: ; 0x189592
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal ODDISH, UnknownScript_0x1896c6
|
if_not_equal ODDISH, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x189652
|
2jump UnknownScript_0x189652
|
||||||
; 0x1895b3
|
; 0x1895b3
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ UnknownScript_0x1895b3: ; 0x1895b3
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal STARYU, UnknownScript_0x1896c6
|
if_not_equal STARYU, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x189669
|
2jump UnknownScript_0x189669
|
||||||
; 0x1895d4
|
; 0x1895d4
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ UnknownScript_0x1895d4: ; 0x1895d4
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal GROWLITHE, UnknownScript_0x1896c6
|
if_not_equal GROWLITHE, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x189680
|
2jump UnknownScript_0x189680
|
||||||
; 0x1895f9
|
; 0x1895f9
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ UnknownScript_0x1895f9: ; 0x1895f9
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal VULPIX, UnknownScript_0x1896c6
|
if_not_equal VULPIX, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x189680
|
2jump UnknownScript_0x189680
|
||||||
; 0x18961a
|
; 0x18961a
|
||||||
|
|
||||||
@ -116,54 +116,54 @@ UnknownScript_0x18961a: ; 0x18961a
|
|||||||
iffalse UnknownScript_0x1896aa
|
iffalse UnknownScript_0x1896aa
|
||||||
if_not_equal PICHU, UnknownScript_0x1896c6
|
if_not_equal PICHU, UnknownScript_0x1896c6
|
||||||
2call UnknownScript_0x1896b0
|
2call UnknownScript_0x1896b0
|
||||||
setbit1 EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
setevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
||||||
2jump UnknownScript_0x189697
|
2jump UnknownScript_0x189697
|
||||||
; 0x18963b
|
; 0x18963b
|
||||||
|
|
||||||
UnknownScript_0x18963b: ; 0x18963b
|
UnknownScript_0x18963b: ; 0x18963b
|
||||||
checkbit1 EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x189592
|
iftrue UnknownScript_0x189592
|
||||||
2call UnknownScript_0x1896b5
|
2call UnknownScript_0x1896b5
|
||||||
verbosegiveitem EVERSTONE, 1
|
verbosegiveitem EVERSTONE, 1
|
||||||
iffalse UnknownScript_0x1896cc
|
iffalse UnknownScript_0x1896cc
|
||||||
setbit1 EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x189652
|
; 0x189652
|
||||||
|
|
||||||
UnknownScript_0x189652: ; 0x189652
|
UnknownScript_0x189652: ; 0x189652
|
||||||
checkbit1 EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x1895b3
|
iftrue UnknownScript_0x1895b3
|
||||||
2call UnknownScript_0x1896b5
|
2call UnknownScript_0x1896b5
|
||||||
verbosegiveitem LEAF_STONE, 1
|
verbosegiveitem LEAF_STONE, 1
|
||||||
iffalse UnknownScript_0x1896cc
|
iffalse UnknownScript_0x1896cc
|
||||||
setbit1 EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x189669
|
; 0x189669
|
||||||
|
|
||||||
UnknownScript_0x189669: ; 0x189669
|
UnknownScript_0x189669: ; 0x189669
|
||||||
checkbit1 EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x1895d4
|
iftrue UnknownScript_0x1895d4
|
||||||
2call UnknownScript_0x1896b5
|
2call UnknownScript_0x1896b5
|
||||||
verbosegiveitem WATER_STONE, 1
|
verbosegiveitem WATER_STONE, 1
|
||||||
iffalse UnknownScript_0x1896cc
|
iffalse UnknownScript_0x1896cc
|
||||||
setbit1 EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x189680
|
; 0x189680
|
||||||
|
|
||||||
UnknownScript_0x189680: ; 0x189680
|
UnknownScript_0x189680: ; 0x189680
|
||||||
checkbit1 EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||||
iftrue UnknownScript_0x18961a
|
iftrue UnknownScript_0x18961a
|
||||||
2call UnknownScript_0x1896b5
|
2call UnknownScript_0x1896b5
|
||||||
verbosegiveitem FIRE_STONE, 1
|
verbosegiveitem FIRE_STONE, 1
|
||||||
iffalse UnknownScript_0x1896cc
|
iffalse UnknownScript_0x1896cc
|
||||||
setbit1 EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x189697
|
; 0x189697
|
||||||
@ -172,7 +172,7 @@ UnknownScript_0x189697: ; 0x189697
|
|||||||
2call UnknownScript_0x1896b5
|
2call UnknownScript_0x1896b5
|
||||||
verbosegiveitem THUNDERSTONE, 1
|
verbosegiveitem THUNDERSTONE, 1
|
||||||
iffalse UnknownScript_0x1896cc
|
iffalse UnknownScript_0x1896cc
|
||||||
setbit1 EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x1896a5
|
; 0x1896a5
|
||||||
|
@ -32,9 +32,9 @@ UnknownScript_0x1a46e5: ; 0x1a46e5
|
|||||||
SuperNerdScript_0x1a46e8: ; 0x1a46e8
|
SuperNerdScript_0x1a46e8: ; 0x1a46e8
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_CLAIR
|
checkevent EVENT_BEAT_CLAIR
|
||||||
iftrue UnknownScript_0x1a4702
|
iftrue UnknownScript_0x1a4702
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x1a46fc
|
iftrue UnknownScript_0x1a46fc
|
||||||
2writetext UnknownText_0x1a477a
|
2writetext UnknownText_0x1a477a
|
||||||
closetext
|
closetext
|
||||||
@ -67,7 +67,7 @@ GrampsScript_0x1a470b: ; 0x1a470b
|
|||||||
BlackBeltScript_0x1a470e: ; 0x1a470e
|
BlackBeltScript_0x1a470e: ; 0x1a470e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x1a471c
|
iftrue UnknownScript_0x1a471c
|
||||||
2writetext UnknownText_0x1a494a
|
2writetext UnknownText_0x1a494a
|
||||||
closetext
|
closetext
|
||||||
@ -97,21 +97,21 @@ CooltrainerFScript_0x1a4728: ; 0x1a4728
|
|||||||
YoungsterScript_0x1a472b: ; 0x1a472b
|
YoungsterScript_0x1a472b: ; 0x1a472b
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_SPELL_TAG_FROM_SANTOS
|
checkevent EVENT_GOT_SPELL_TAG_FROM_SANTOS
|
||||||
iftrue UnknownScript_0x1a4759
|
iftrue UnknownScript_0x1a4759
|
||||||
checkcode $b
|
checkcode $b
|
||||||
if_not_equal SATURDAY, UnknownScript_0x1a475f
|
if_not_equal SATURDAY, UnknownScript_0x1a475f
|
||||||
checkbit1 EVENT_MET_SANTOS_OF_SATURDAY
|
checkevent EVENT_MET_SANTOS_OF_SATURDAY
|
||||||
iftrue UnknownScript_0x1a4746
|
iftrue UnknownScript_0x1a4746
|
||||||
2writetext UnknownText_0x1a4a27
|
2writetext UnknownText_0x1a4a27
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_MET_SANTOS_OF_SATURDAY
|
setevent EVENT_MET_SANTOS_OF_SATURDAY
|
||||||
UnknownScript_0x1a4746: ; 0x1a4746
|
UnknownScript_0x1a4746: ; 0x1a4746
|
||||||
2writetext UnknownText_0x1a4a57
|
2writetext UnknownText_0x1a4a57
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem SPELL_TAG, 1
|
verbosegiveitem SPELL_TAG, 1
|
||||||
iffalse UnknownScript_0x1a475d
|
iffalse UnknownScript_0x1a475d
|
||||||
setbit1 EVENT_GOT_SPELL_TAG_FROM_SANTOS
|
setevent EVENT_GOT_SPELL_TAG_FROM_SANTOS
|
||||||
2writetext UnknownText_0x1a4a6b
|
2writetext UnknownText_0x1a4a6b
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -11,15 +11,15 @@ BlackthornGym1F_MapScriptHeader: ; 0x194e00
|
|||||||
; 0x194e05
|
; 0x194e05
|
||||||
|
|
||||||
UnknownScript_0x194e05: ; 0x194e05
|
UnknownScript_0x194e05: ; 0x194e05
|
||||||
checkbit1 $0706
|
checkevent $0706
|
||||||
iffalse UnknownScript_0x194e0f
|
iffalse UnknownScript_0x194e0f
|
||||||
changeblock $8, $2, $3b
|
changeblock $8, $2, $3b
|
||||||
UnknownScript_0x194e0f: ; 0x194e0f
|
UnknownScript_0x194e0f: ; 0x194e0f
|
||||||
checkbit1 $0707
|
checkevent $0707
|
||||||
iffalse UnknownScript_0x194e19
|
iffalse UnknownScript_0x194e19
|
||||||
changeblock $2, $4, $3a
|
changeblock $2, $4, $3a
|
||||||
UnknownScript_0x194e19: ; 0x194e19
|
UnknownScript_0x194e19: ; 0x194e19
|
||||||
checkbit1 $0708
|
checkevent $0708
|
||||||
iffalse UnknownScript_0x194e23
|
iffalse UnknownScript_0x194e23
|
||||||
changeblock $8, $6, $3b
|
changeblock $8, $6, $3b
|
||||||
UnknownScript_0x194e23: ; 0x194e23
|
UnknownScript_0x194e23: ; 0x194e23
|
||||||
@ -31,7 +31,7 @@ ClairScript_0x194e24: ; 0x194e24
|
|||||||
loadfont
|
loadfont
|
||||||
checkbit2 $0022
|
checkbit2 $0022
|
||||||
iftrue UnknownScript_0x194e69
|
iftrue UnknownScript_0x194e69
|
||||||
checkbit1 EVENT_BEAT_CLAIR
|
checkevent EVENT_BEAT_CLAIR
|
||||||
iftrue UnknownScript_0x194e63
|
iftrue UnknownScript_0x194e63
|
||||||
2writetext UnknownText_0x194efa
|
2writetext UnknownText_0x194efa
|
||||||
closetext
|
closetext
|
||||||
@ -40,19 +40,19 @@ ClairScript_0x194e24: ; 0x194e24
|
|||||||
loadtrainer CLAIR, 1
|
loadtrainer CLAIR, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_CLAIR
|
setevent EVENT_BEAT_CLAIR
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x19500e
|
2writetext UnknownText_0x19500e
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_BEAT_COOLTRAINERM_PAUL
|
setevent EVENT_BEAT_COOLTRAINERM_PAUL
|
||||||
setbit1 EVENT_BEAT_COOLTRAINERM_CODY
|
setevent EVENT_BEAT_COOLTRAINERM_CODY
|
||||||
setbit1 EVENT_BEAT_COOLTRAINERM_MIKE
|
setevent EVENT_BEAT_COOLTRAINERM_MIKE
|
||||||
setbit1 EVENT_BEAT_COOLTRAINERF_FRAN
|
setevent EVENT_BEAT_COOLTRAINERF_FRAN
|
||||||
setbit1 EVENT_BEAT_COOLTRAINERF_LOLA
|
setevent EVENT_BEAT_COOLTRAINERF_LOLA
|
||||||
clearbit1 $0736
|
clearevent $0736
|
||||||
setbit1 $074c
|
setevent $074c
|
||||||
clearbit1 $074d
|
clearevent $074d
|
||||||
end
|
end
|
||||||
; 0x194e63
|
; 0x194e63
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ UnknownScript_0x194e63: ; 0x194e63
|
|||||||
; 0x194e69
|
; 0x194e69
|
||||||
|
|
||||||
UnknownScript_0x194e69: ; 0x194e69
|
UnknownScript_0x194e69: ; 0x194e69
|
||||||
checkbit1 EVENT_GOT_TM24_DRAGONBREATH
|
checkevent EVENT_GOT_TM24_DRAGONBREATH
|
||||||
iftrue UnknownScript_0x194e94
|
iftrue UnknownScript_0x194e94
|
||||||
2writetext UnknownText_0x195196
|
2writetext UnknownText_0x195196
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -75,7 +75,7 @@ UnknownScript_0x194e69: ; 0x194e69
|
|||||||
playsound $0001
|
playsound $0001
|
||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 EVENT_GOT_TM24_DRAGONBREATH
|
setevent EVENT_GOT_TM24_DRAGONBREATH
|
||||||
2writetext UnknownText_0x1951d1
|
2writetext UnknownText_0x1951d1
|
||||||
keeptextopen
|
keeptextopen
|
||||||
2jump UnknownScript_0x194e94
|
2jump UnknownScript_0x194e94
|
||||||
@ -185,7 +185,7 @@ CooltrainerfLolaScript: ; 0x194ece
|
|||||||
BlackthornGymGuyScript: ; 0x194ed6
|
BlackthornGymGuyScript: ; 0x194ed6
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_CLAIR
|
checkevent EVENT_BEAT_CLAIR
|
||||||
iftrue .BlackthornGymGuyWinScript
|
iftrue .BlackthornGymGuyWinScript
|
||||||
2writetext BlackthornGymGuyText
|
2writetext BlackthornGymGuyText
|
||||||
closetext
|
closetext
|
||||||
|
@ -24,11 +24,11 @@ UnknownScript_0x180997: ; 0x180997
|
|||||||
; 0x180998
|
; 0x180998
|
||||||
|
|
||||||
UnknownScript_0x180998: ; 0x180998
|
UnknownScript_0x180998: ; 0x180998
|
||||||
checkbit1 EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
checkevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
||||||
iffalse UnknownScript_0x1809a2
|
iffalse UnknownScript_0x1809a2
|
||||||
changeblock $4, $e, $2a
|
changeblock $4, $e, $2a
|
||||||
UnknownScript_0x1809a2: ; 0x1809a2
|
UnknownScript_0x1809a2: ; 0x1809a2
|
||||||
checkbit1 EVENT_BRUNOS_ROOM_EXIT_OPEN
|
checkevent EVENT_BRUNOS_ROOM_EXIT_OPEN
|
||||||
iffalse UnknownScript_0x1809ac
|
iffalse UnknownScript_0x1809ac
|
||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
UnknownScript_0x1809ac: ; 0x1809ac
|
UnknownScript_0x1809ac: ; 0x1809ac
|
||||||
@ -44,7 +44,7 @@ UnknownScript_0x1809ad: ; 0x1809ad
|
|||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
setevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x1809c5
|
; 0x1809c5
|
||||||
@ -52,7 +52,7 @@ UnknownScript_0x1809ad: ; 0x1809ad
|
|||||||
BrunoScript_0x1809c5: ; 0x1809c5
|
BrunoScript_0x1809c5: ; 0x1809c5
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $05ba
|
checkevent $05ba
|
||||||
iftrue UnknownScript_0x1809f3
|
iftrue UnknownScript_0x1809f3
|
||||||
2writetext UnknownText_0x1809fe
|
2writetext UnknownText_0x1809fe
|
||||||
closetext
|
closetext
|
||||||
@ -61,7 +61,7 @@ BrunoScript_0x1809c5: ; 0x1809c5
|
|||||||
loadtrainer BRUNO, 1
|
loadtrainer BRUNO, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $05ba
|
setevent $05ba
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x180b3c
|
2writetext UnknownText_0x180b3c
|
||||||
closetext
|
closetext
|
||||||
@ -70,7 +70,7 @@ BrunoScript_0x1809c5: ; 0x1809c5
|
|||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_BRUNOS_ROOM_EXIT_OPEN
|
setevent EVENT_BRUNOS_ROOM_EXIT_OPEN
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x1809f3
|
; 0x1809f3
|
||||||
|
@ -29,11 +29,11 @@ UnknownScript_0x185bf7: ; 0x185bf7
|
|||||||
; 0x185bf8
|
; 0x185bf8
|
||||||
|
|
||||||
UnknownScript_0x185bf8: ; 0x185bf8
|
UnknownScript_0x185bf8: ; 0x185bf8
|
||||||
checkbit1 $0332
|
checkevent $0332
|
||||||
iftrue UnknownScript_0x185c02
|
iftrue UnknownScript_0x185c02
|
||||||
changeblock $a, $8, $32
|
changeblock $a, $8, $32
|
||||||
UnknownScript_0x185c02: ; 0x185c02
|
UnknownScript_0x185c02: ; 0x185c02
|
||||||
checkbit1 EVENT_RELEASED_THE_BEASTS
|
checkevent EVENT_RELEASED_THE_BEASTS
|
||||||
iftrue UnknownScript_0x185c0c
|
iftrue UnknownScript_0x185c0c
|
||||||
changeblock $6, $e, $9
|
changeblock $6, $e, $9
|
||||||
UnknownScript_0x185c0c: ; 0x185c0c
|
UnknownScript_0x185c0c: ; 0x185c0c
|
||||||
@ -66,9 +66,9 @@ UnknownScript_0x185c25: ; 0x185c25
|
|||||||
2writetext UnknownText_0x185cd9
|
2writetext UnknownText_0x185cd9
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x185c60
|
iftrue UnknownScript_0x185c60
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x185c70
|
iftrue UnknownScript_0x185c70
|
||||||
winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
|
winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
|
||||||
setlasttalked $4
|
setlasttalked $4
|
||||||
@ -106,7 +106,7 @@ UnknownScript_0x185c80: ; 0x185c80
|
|||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $2
|
dotrigger $2
|
||||||
setbit1 $06c5
|
setevent $06c5
|
||||||
special $006a
|
special $006a
|
||||||
pause 15
|
pause 15
|
||||||
earthquake 50
|
earthquake 50
|
||||||
@ -123,7 +123,7 @@ UnknownScript_0x185c80: ; 0x185c80
|
|||||||
2writetext UnknownText_0x185e75
|
2writetext UnknownText_0x185e75
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0332
|
setevent $0332
|
||||||
pause 15
|
pause 15
|
||||||
warpcheck
|
warpcheck
|
||||||
end
|
end
|
||||||
|
@ -23,7 +23,7 @@ UnknownScript_0x18615f: ; 0x18615f
|
|||||||
; 0x186160
|
; 0x186160
|
||||||
|
|
||||||
UnknownScript_0x186160: ; 0x186160
|
UnknownScript_0x186160: ; 0x186160
|
||||||
checkbit1 EVENT_RELEASED_THE_BEASTS
|
checkevent EVENT_RELEASED_THE_BEASTS
|
||||||
iftrue UnknownScript_0x18616a
|
iftrue UnknownScript_0x18616a
|
||||||
changeblock $6, $e, $2
|
changeblock $6, $e, $2
|
||||||
UnknownScript_0x18616a: ; 0x18616a
|
UnknownScript_0x18616a: ; 0x18616a
|
||||||
@ -80,15 +80,15 @@ UnknownScript_0x18616b: ; 0x18616b
|
|||||||
waitbutton
|
waitbutton
|
||||||
special $003d
|
special $003d
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_RELEASED_THE_BEASTS
|
setevent EVENT_RELEASED_THE_BEASTS
|
||||||
special $0069
|
special $0069
|
||||||
domaptrigger GROUP_ECRUTEAK_GYM, MAP_ECRUTEAK_GYM, $1
|
domaptrigger GROUP_ECRUTEAK_GYM, MAP_ECRUTEAK_GYM, $1
|
||||||
domaptrigger GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY, $1
|
domaptrigger GROUP_CIANWOOD_CITY, MAP_CIANWOOD_CITY, $1
|
||||||
clearbit1 EVENT_SAW_SUICUNE_AT_CIANWOOD_CITY
|
clearevent EVENT_SAW_SUICUNE_AT_CIANWOOD_CITY
|
||||||
setbit1 $07a8
|
setevent $07a8
|
||||||
clearbit1 $07a9
|
clearevent $07a9
|
||||||
setbit1 $0764
|
setevent $0764
|
||||||
setbit1 $0765
|
setevent $0765
|
||||||
appear $a
|
appear $a
|
||||||
refreshscreen $0
|
refreshscreen $0
|
||||||
changeblock $6, $e, $1b
|
changeblock $6, $e, $1b
|
||||||
|
@ -92,7 +92,7 @@ MapCeladonCafeSignpost0Script: ; 0x730ad
|
|||||||
; 0x730b0
|
; 0x730b0
|
||||||
|
|
||||||
MapCeladonCafeSignpost1Script: ; 0x730b0
|
MapCeladonCafeSignpost1Script: ; 0x730b0
|
||||||
checkbit1 EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
|
checkevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
|
||||||
iftrue UnknownScript_0x730db
|
iftrue UnknownScript_0x730db
|
||||||
giveitem LEFTOVERS, $1
|
giveitem LEFTOVERS, $1
|
||||||
iffalse UnknownScript_0x730cd
|
iffalse UnknownScript_0x730cd
|
||||||
@ -103,7 +103,7 @@ MapCeladonCafeSignpost1Script: ; 0x730b0
|
|||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
|
setevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
|
||||||
end
|
end
|
||||||
; 0x730cd
|
; 0x730cd
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ FishingGuruScript_0x72139: ; 0x72139
|
|||||||
FisherScript_0x72144: ; 0x72144
|
FisherScript_0x72144: ; 0x72144
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||||
iftrue .UnknownScript_0x72169
|
iftrue .UnknownScript_0x72169
|
||||||
2writetext UnknownText_0x722dc
|
2writetext UnknownText_0x722dc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -58,7 +58,7 @@ FisherScript_0x72144: ; 0x72144
|
|||||||
stringtotext .coinname, $1
|
stringtotext .coinname, $1
|
||||||
2call .UnknownScript_0x72172
|
2call .UnknownScript_0x72172
|
||||||
givecoins 18
|
givecoins 18
|
||||||
setbit1 EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||||
.UnknownScript_0x72169 ; 0x72169
|
.UnknownScript_0x72169 ; 0x72169
|
||||||
2writetext UnknownText_0x72345
|
2writetext UnknownText_0x72345
|
||||||
closetext
|
closetext
|
||||||
|
@ -18,24 +18,24 @@ ErikaScript_0x72a6a: ; 0x72a6a
|
|||||||
loadtrainer ERIKA, 1
|
loadtrainer ERIKA, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $04c8
|
setevent $04c8
|
||||||
setbit1 EVENT_BEAT_LASS_MICHELLE
|
setevent EVENT_BEAT_LASS_MICHELLE
|
||||||
setbit1 EVENT_BEAT_PICNICKER_TANYA
|
setevent EVENT_BEAT_PICNICKER_TANYA
|
||||||
setbit1 EVENT_BEAT_BEAUTY_JULIA
|
setevent EVENT_BEAT_BEAUTY_JULIA
|
||||||
setbit1 EVENT_BEAT_TWINS_JO_AND_ZOE
|
setevent EVENT_BEAT_TWINS_JO_AND_ZOE
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x72c96
|
2writetext UnknownText_0x72c96
|
||||||
playsound $009c
|
playsound $009c
|
||||||
waitbutton
|
waitbutton
|
||||||
setbit2 $0026
|
setbit2 $0026
|
||||||
UnknownScript_0x72a9b: ; 0x72a9b
|
UnknownScript_0x72a9b: ; 0x72a9b
|
||||||
checkbit1 EVENT_GOT_TM19_GIGA_DRAIN
|
checkevent EVENT_GOT_TM19_GIGA_DRAIN
|
||||||
iftrue UnknownScript_0x72aae
|
iftrue UnknownScript_0x72aae
|
||||||
2writetext UnknownText_0x72cb0
|
2writetext UnknownText_0x72cb0
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_19, 1
|
verbosegiveitem TM_19, 1
|
||||||
iffalse UnknownScript_0x72aae
|
iffalse UnknownScript_0x72aae
|
||||||
setbit1 EVENT_GOT_TM19_GIGA_DRAIN
|
setevent EVENT_GOT_TM19_GIGA_DRAIN
|
||||||
UnknownScript_0x72aae: ; 0x72aae
|
UnknownScript_0x72aae: ; 0x72aae
|
||||||
2writetext UnknownText_0x72d8f
|
2writetext UnknownText_0x72d8f
|
||||||
closetext
|
closetext
|
||||||
|
@ -28,14 +28,14 @@ UnknownScript_0x7167e: ; 0x7167e
|
|||||||
2writetext UnknownText_0x71763
|
2writetext UnknownText_0x71763
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_ENABLE_DIPLOMA_PRINTING
|
setevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||||
end
|
end
|
||||||
; 0x71696
|
; 0x71696
|
||||||
|
|
||||||
GymGuyScript_0x71696: ; 0x71696
|
GymGuyScript_0x71696: ; 0x71696
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_ENABLE_DIPLOMA_PRINTING
|
checkevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||||
iftrue UnknownScript_0x716a4
|
iftrue UnknownScript_0x716a4
|
||||||
2writetext UnknownText_0x717b4
|
2writetext UnknownText_0x717b4
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,7 +9,7 @@ CeladonMansionRoofHouse_MapScriptHeader: ; 0x71afb
|
|||||||
PharmacistScript_0x71afd: ; 0x71afd
|
PharmacistScript_0x71afd: ; 0x71afd
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TM03_CURSE
|
checkevent EVENT_GOT_TM03_CURSE
|
||||||
iftrue UnknownScript_0x71b21
|
iftrue UnknownScript_0x71b21
|
||||||
2writetext UnknownText_0x71b27
|
2writetext UnknownText_0x71b27
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -26,7 +26,7 @@ UnknownScript_0x71b14: ; 0x71b14
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_03, 1
|
verbosegiveitem TM_03, 1
|
||||||
iffalse UnknownScript_0x71b25
|
iffalse UnknownScript_0x71b25
|
||||||
setbit1 EVENT_GOT_TM03_CURSE
|
setevent EVENT_GOT_TM03_CURSE
|
||||||
UnknownScript_0x71b21: ; 0x71b21
|
UnknownScript_0x71b21: ; 0x71b21
|
||||||
2writetext UnknownText_0x71db3
|
2writetext UnknownText_0x71db3
|
||||||
closetext
|
closetext
|
||||||
|
@ -18,7 +18,7 @@ UnknownScript_0x184005: ; 0x184005
|
|||||||
CooltrainerMScript_0x184009: ; 0x184009
|
CooltrainerMScript_0x184009: ; 0x184009
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x184017
|
iftrue UnknownScript_0x184017
|
||||||
2writetext UnknownText_0x1840bc
|
2writetext UnknownText_0x1840bc
|
||||||
closetext
|
closetext
|
||||||
@ -72,9 +72,9 @@ CooltrainerFScript_0x18402a: ; 0x18402a
|
|||||||
FisherScript_0x18404a: ; 0x18404a
|
FisherScript_0x18404a: ; 0x18404a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x184058
|
iftrue UnknownScript_0x184058
|
||||||
checkbit1 EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
|
checkevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
|
||||||
iftrue UnknownScript_0x18405e
|
iftrue UnknownScript_0x18405e
|
||||||
UnknownScript_0x184058: ; 0x184058
|
UnknownScript_0x184058: ; 0x184058
|
||||||
2writetext UnknownText_0x18424e
|
2writetext UnknownText_0x18424e
|
||||||
@ -96,7 +96,7 @@ YoungsterScript_0x184064: ; 0x184064
|
|||||||
2writetext UnknownText_0x1842a9
|
2writetext UnknownText_0x1842a9
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 $00fa
|
checkevent $00fa
|
||||||
iffalse UnknownScript_0x184072
|
iffalse UnknownScript_0x184072
|
||||||
end
|
end
|
||||||
; 0x184072
|
; 0x184072
|
||||||
|
@ -42,9 +42,9 @@ UnknownScript_0x1883de: ; 0x1883de
|
|||||||
applymovement $2, MovementData_0x1884e8
|
applymovement $2, MovementData_0x1884e8
|
||||||
playsound $0023
|
playsound $0023
|
||||||
disappear $2
|
disappear $2
|
||||||
setbit1 EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
|
setevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
|
||||||
clearbit1 $076c
|
clearevent $076c
|
||||||
clearbit1 $076e
|
clearevent $076e
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
domaptrigger GROUP_ROUTE_25, MAP_ROUTE_25, $1
|
domaptrigger GROUP_ROUTE_25, MAP_ROUTE_25, $1
|
||||||
domaptrigger GROUP_POWER_PLANT, MAP_POWER_PLANT, $0
|
domaptrigger GROUP_POWER_PLANT, MAP_POWER_PLANT, $0
|
||||||
@ -68,10 +68,10 @@ MistyScript_0x188432: ; 0x188432
|
|||||||
loadtrainer MISTY, 1
|
loadtrainer MISTY, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_MISTY
|
setevent EVENT_BEAT_MISTY
|
||||||
setbit1 EVENT_BEAT_SWIMMERF_DIANA
|
setevent EVENT_BEAT_SWIMMERF_DIANA
|
||||||
setbit1 EVENT_BEAT_SWIMMERF_BRIANA
|
setevent EVENT_BEAT_SWIMMERF_BRIANA
|
||||||
setbit1 EVENT_BEAT_SWIMMERM_PARKER
|
setevent EVENT_BEAT_SWIMMERM_PARKER
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x188768
|
2writetext UnknownText_0x188768
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -174,7 +174,7 @@ SwimmermParkerScript: ; 0x18849a
|
|||||||
CeruleanGymGuyScript: ; 0x1884a2
|
CeruleanGymGuyScript: ; 0x1884a2
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_MISTY
|
checkevent EVENT_BEAT_MISTY
|
||||||
iftrue .CeruleanGymGuyWinScript
|
iftrue .CeruleanGymGuyWinScript
|
||||||
2writetext CeruleanGymGuyText
|
2writetext CeruleanGymGuyText
|
||||||
closetext
|
closetext
|
||||||
@ -195,7 +195,7 @@ MapCeruleanGymSignpostItem0: ; 0x1884b6
|
|||||||
; 0x1884b9
|
; 0x1884b9
|
||||||
|
|
||||||
MapCeruleanGymSignpost1Script: ; 0x1884b9
|
MapCeruleanGymSignpost1Script: ; 0x1884b9
|
||||||
checkbit1 $076f
|
checkevent $076f
|
||||||
iffalse UnknownScript_0x1884d3
|
iffalse UnknownScript_0x1884d3
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x188610
|
2writetext UnknownText_0x188610
|
||||||
@ -205,7 +205,7 @@ MapCeruleanGymSignpost1Script: ; 0x1884b9
|
|||||||
; 0x1884c6
|
; 0x1884c6
|
||||||
|
|
||||||
MapCeruleanGymSignpost2Script: ; 0x1884c6
|
MapCeruleanGymSignpost2Script: ; 0x1884c6
|
||||||
checkbit1 $076f
|
checkevent $076f
|
||||||
iffalse UnknownScript_0x1884d3
|
iffalse UnknownScript_0x1884d3
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x188642
|
2writetext UnknownText_0x188642
|
||||||
|
@ -9,9 +9,9 @@ CharcoalKiln_MapScriptHeader: ; 0x18dd18
|
|||||||
BlackBeltScript_0x18dd1a: ; 0x18dd1a
|
BlackBeltScript_0x18dd1a: ; 0x18dd1a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_HM01_CUT
|
checkevent EVENT_GOT_HM01_CUT
|
||||||
iftrue UnknownScript_0x18dd34
|
iftrue UnknownScript_0x18dd34
|
||||||
checkbit1 EVENT_CLEARED_SLOWPOKE_WELL
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||||
iftrue UnknownScript_0x18dd2e
|
iftrue UnknownScript_0x18dd2e
|
||||||
2writetext UnknownText_0x18dd74
|
2writetext UnknownText_0x18dd74
|
||||||
closetext
|
closetext
|
||||||
@ -36,9 +36,9 @@ UnknownScript_0x18dd34: ; 0x18dd34
|
|||||||
YoungsterScript_0x18dd3a: ; 0x18dd3a
|
YoungsterScript_0x18dd3a: ; 0x18dd3a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
checkevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
||||||
iftrue UnknownScript_0x18dd5d
|
iftrue UnknownScript_0x18dd5d
|
||||||
checkbit1 EVENT_GOT_HM01_CUT
|
checkevent EVENT_GOT_HM01_CUT
|
||||||
iftrue UnknownScript_0x18dd4e
|
iftrue UnknownScript_0x18dd4e
|
||||||
2writetext UnknownText_0x18dee0
|
2writetext UnknownText_0x18dee0
|
||||||
closetext
|
closetext
|
||||||
@ -51,7 +51,7 @@ UnknownScript_0x18dd4e: ; 0x18dd4e
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem CHARCOAL, 1
|
verbosegiveitem CHARCOAL, 1
|
||||||
iffalse UnknownScript_0x18dd61
|
iffalse UnknownScript_0x18dd61
|
||||||
setbit1 EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
setevent EVENT_GOT_CHARCOAL_IN_CHARCOAL_KILN
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x18dd5d
|
; 0x18dd5d
|
||||||
|
@ -87,7 +87,7 @@ UnknownScript_0x19c01f: ; 0x19c01f
|
|||||||
applymovement $2, MovementData_0x19c1cb
|
applymovement $2, MovementData_0x19c1cb
|
||||||
playsound $001f
|
playsound $001f
|
||||||
disappear $2
|
disappear $2
|
||||||
clearbit1 EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|
clearevent EVENT_GUIDE_GENT_VISIBLE_IN_CHERRYGROVE
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -123,9 +123,9 @@ UnknownScript_0x19c0ae: ; 0x19c0ae
|
|||||||
2writetext UnknownText_0x19c4e2
|
2writetext UnknownText_0x19c4e2
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x19c0ee
|
iftrue UnknownScript_0x19c0ee
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x19c104
|
iftrue UnknownScript_0x19c104
|
||||||
winlosstext UnknownText_0x19c57f, UnknownText_0x19c5e6
|
winlosstext UnknownText_0x19c57f, UnknownText_0x19c5e6
|
||||||
setlasttalked $3
|
setlasttalked $3
|
||||||
@ -228,13 +228,13 @@ UnknownScript_0x19c168: ; 0x19c168
|
|||||||
FisherScript_0x19c16e: ; 0x19c16e
|
FisherScript_0x19c16e: ; 0x19c16e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
checkevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
||||||
iftrue UnknownScript_0x19c183
|
iftrue UnknownScript_0x19c183
|
||||||
2writetext UnknownText_0x19c766
|
2writetext UnknownText_0x19c766
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem MYSTIC_WATER, 1
|
verbosegiveitem MYSTIC_WATER, 1
|
||||||
iffalse UnknownScript_0x19c187
|
iffalse UnknownScript_0x19c187
|
||||||
setbit1 EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
setevent EVENT_GOT_MYSTIC_WATER_IN_CHERRYGROVE
|
||||||
UnknownScript_0x19c183: ; 0x19c183
|
UnknownScript_0x19c183: ; 0x19c183
|
||||||
2writetext UnknownText_0x19c7c1
|
2writetext UnknownText_0x19c7c1
|
||||||
closetext
|
closetext
|
||||||
|
@ -8,7 +8,7 @@ CherrygroveMart_MapScriptHeader: ; 0x196808
|
|||||||
|
|
||||||
ClerkScript_0x19680a: ; 0x19680a
|
ClerkScript_0x19680a: ; 0x19680a
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x196817
|
iftrue UnknownScript_0x196817
|
||||||
pokemart $0, $0000
|
pokemart $0, $0000
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -24,7 +24,7 @@ UnknownScript_0x196817: ; 0x196817
|
|||||||
CooltrainerMScript_0x19681d: ; 0x19681d
|
CooltrainerMScript_0x19681d: ; 0x19681d
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x19682b
|
iftrue UnknownScript_0x19682b
|
||||||
2writetext UnknownText_0x196834
|
2writetext UnknownText_0x196834
|
||||||
closetext
|
closetext
|
||||||
|
@ -21,7 +21,7 @@ GentlemanScript_0x196973: ; 0x196973
|
|||||||
TeacherScript_0x196976: ; 0x196976
|
TeacherScript_0x196976: ; 0x196976
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x196984
|
iftrue UnknownScript_0x196984
|
||||||
2writetext UnknownText_0x1969f1
|
2writetext UnknownText_0x1969f1
|
||||||
closetext
|
closetext
|
||||||
|
@ -24,8 +24,8 @@ UnknownScript_0x1a000e: ; 0x1a000e
|
|||||||
|
|
||||||
UnknownScript_0x1a000f: ; 0x1a000f
|
UnknownScript_0x1a000f: ; 0x1a000f
|
||||||
setbit2 $0045
|
setbit2 $0045
|
||||||
setbit1 $07aa
|
setevent $07aa
|
||||||
checkbit1 $0333
|
checkevent $0333
|
||||||
iffalse UnknownScript_0x1a001d
|
iffalse UnknownScript_0x1a001d
|
||||||
disappear $c
|
disappear $c
|
||||||
UnknownScript_0x1a001d: ; 0x1a001d
|
UnknownScript_0x1a001d: ; 0x1a001d
|
||||||
@ -45,11 +45,11 @@ UnknownScript_0x1a001e: ; 0x1a001e
|
|||||||
disappear $d
|
disappear $d
|
||||||
pause 10
|
pause 10
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
clearbit1 EVENT_SAW_SUICUNE_ON_ROUTE_42
|
clearevent EVENT_SAW_SUICUNE_ON_ROUTE_42
|
||||||
domaptrigger GROUP_ROUTE_42, MAP_ROUTE_42, $1
|
domaptrigger GROUP_ROUTE_42, MAP_ROUTE_42, $1
|
||||||
checkbit1 $0333
|
checkevent $0333
|
||||||
iftrue UnknownScript_0x1a0083
|
iftrue UnknownScript_0x1a0083
|
||||||
setbit1 $0333
|
setevent $0333
|
||||||
playmusic $0061
|
playmusic $0061
|
||||||
appear $c
|
appear $c
|
||||||
applymovement $c, MovementData_0x1a00e7
|
applymovement $c, MovementData_0x1a00e7
|
||||||
@ -81,11 +81,11 @@ UnknownScript_0x1a0083: ; 0x1a0083
|
|||||||
PokefanFScript_0x1a0084: ; 0x1a0084
|
PokefanFScript_0x1a0084: ; 0x1a0084
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_HM02_FLY
|
checkevent EVENT_GOT_HM02_FLY
|
||||||
iftrue UnknownScript_0x1a00ad
|
iftrue UnknownScript_0x1a00ad
|
||||||
2writetext UnknownText_0x1a00f1
|
2writetext UnknownText_0x1a00f1
|
||||||
keeptextopen
|
keeptextopen
|
||||||
checkbit1 EVENT_BEAT_CHUCK
|
checkevent EVENT_BEAT_CHUCK
|
||||||
iftrue UnknownScript_0x1a009c
|
iftrue UnknownScript_0x1a009c
|
||||||
2writetext UnknownText_0x1a0163
|
2writetext UnknownText_0x1a0163
|
||||||
closetext
|
closetext
|
||||||
@ -98,7 +98,7 @@ UnknownScript_0x1a009c: ; 0x1a009c
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem HM_02, 1
|
verbosegiveitem HM_02, 1
|
||||||
iffalse UnknownScript_0x1a00b1
|
iffalse UnknownScript_0x1a00b1
|
||||||
setbit1 EVENT_GOT_HM02_FLY
|
setevent EVENT_GOT_HM02_FLY
|
||||||
2writetext UnknownText_0x1a021d
|
2writetext UnknownText_0x1a021d
|
||||||
keeptextopen
|
keeptextopen
|
||||||
UnknownScript_0x1a00ad: ; 0x1a00ad
|
UnknownScript_0x1a00ad: ; 0x1a00ad
|
||||||
|
@ -9,7 +9,7 @@ CianwoodGym_MapScriptHeader: ; 0x9d60d
|
|||||||
ChuckScript_0x9d60f: ; 0x9d60f
|
ChuckScript_0x9d60f: ; 0x9d60f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_CHUCK
|
checkevent EVENT_BEAT_CHUCK
|
||||||
iftrue UnknownScript_0x9d656
|
iftrue UnknownScript_0x9d656
|
||||||
2writetext UnknownText_0x9d6f9
|
2writetext UnknownText_0x9d6f9
|
||||||
closetext
|
closetext
|
||||||
@ -33,7 +33,7 @@ ChuckScript_0x9d60f: ; 0x9d60f
|
|||||||
loadtrainer CHUCK, 1
|
loadtrainer CHUCK, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_CHUCK
|
setevent EVENT_BEAT_CHUCK
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x9d835
|
2writetext UnknownText_0x9d835
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -42,17 +42,17 @@ ChuckScript_0x9d60f: ; 0x9d60f
|
|||||||
checkcode $7
|
checkcode $7
|
||||||
2call UnknownScript_0x9d681
|
2call UnknownScript_0x9d681
|
||||||
UnknownScript_0x9d656: ; 0x9d656
|
UnknownScript_0x9d656: ; 0x9d656
|
||||||
checkbit1 EVENT_GOT_TM01_DYNAMICPUNCH
|
checkevent EVENT_GOT_TM01_DYNAMICPUNCH
|
||||||
iftrue UnknownScript_0x9d67b
|
iftrue UnknownScript_0x9d67b
|
||||||
setbit1 EVENT_BEAT_BLACKBELT_YOSHI
|
setevent EVENT_BEAT_BLACKBELT_YOSHI
|
||||||
setbit1 EVENT_BEAT_BLACKBELT_LAO
|
setevent EVENT_BEAT_BLACKBELT_LAO
|
||||||
setbit1 EVENT_BEAT_BLACKBELT_NOB
|
setevent EVENT_BEAT_BLACKBELT_NOB
|
||||||
setbit1 EVENT_BEAT_BLACKBELT_LUNG
|
setevent EVENT_BEAT_BLACKBELT_LUNG
|
||||||
2writetext UnknownText_0x9d84d
|
2writetext UnknownText_0x9d84d
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_01, 1
|
verbosegiveitem TM_01, 1
|
||||||
iffalse UnknownScript_0x9d67f
|
iffalse UnknownScript_0x9d67f
|
||||||
setbit1 EVENT_GOT_TM01_DYNAMICPUNCH
|
setevent EVENT_GOT_TM01_DYNAMICPUNCH
|
||||||
2writetext UnknownText_0x9d8da
|
2writetext UnknownText_0x9d8da
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -16,9 +16,9 @@ UnknownScript_0x9df9d: ; 0x9df9d
|
|||||||
PharmacistScript_0x9df9e: ; 0x9df9e
|
PharmacistScript_0x9df9e: ; 0x9df9e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
checkevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
||||||
iftrue UnknownScript_0x9dfc4
|
iftrue UnknownScript_0x9dfc4
|
||||||
checkbit1 $0037
|
checkevent $0037
|
||||||
iffalse UnknownScript_0x9dfc4
|
iffalse UnknownScript_0x9dfc4
|
||||||
2writetext UnknownText_0x9dfcd
|
2writetext UnknownText_0x9dfcd
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -27,7 +27,7 @@ PharmacistScript_0x9df9e: ; 0x9df9e
|
|||||||
playsound $0091
|
playsound $0091
|
||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
setevent EVENT_GOT_SECRETPOTION_FROM_PHARMACY
|
||||||
2writetext UnknownText_0x9e070
|
2writetext UnknownText_0x9e070
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -16,7 +16,7 @@ LassScript_0x9dbd2: ; 0x9dbd2
|
|||||||
|
|
||||||
CianwoodGymGuyScript: ; 0x9dbd5
|
CianwoodGymGuyScript: ; 0x9dbd5
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_BEAT_CHUCK
|
checkevent EVENT_BEAT_CHUCK
|
||||||
iftrue .CianwoodGymGuyWinScript
|
iftrue .CianwoodGymGuyWinScript
|
||||||
loadfont
|
loadfont
|
||||||
2writetext CianwoodGymGuyText
|
2writetext CianwoodGymGuyText
|
||||||
|
@ -24,7 +24,7 @@ BlueScript_0x1ac9b0: ; 0x1ac9b0
|
|||||||
playsound $0013
|
playsound $0013
|
||||||
applymovement $2, MovementData_0x1ac9d0
|
applymovement $2, MovementData_0x1ac9d0
|
||||||
disappear $2
|
disappear $2
|
||||||
clearbit1 $0776
|
clearevent $0776
|
||||||
end
|
end
|
||||||
; 0x1ac9c4
|
; 0x1ac9c4
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ PokefanMScript_0x18ad13: ; 0x18ad13
|
|||||||
PokefanFScript_0x18ad16: ; 0x18ad16
|
PokefanFScript_0x18ad16: ; 0x18ad16
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x18ad24
|
iftrue UnknownScript_0x18ad24
|
||||||
2writetext UnknownText_0x18ad95
|
2writetext UnknownText_0x18ad95
|
||||||
closetext
|
closetext
|
||||||
|
@ -27,9 +27,9 @@ UnknownScript_0x18aeb0: ; 0x18aeb0
|
|||||||
|
|
||||||
CopycatScript_0x18aeb1: ; 0x18aeb1
|
CopycatScript_0x18aeb1: ; 0x18aeb1
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_GOT_PASS_FROM_COPYCAT
|
checkevent EVENT_GOT_PASS_FROM_COPYCAT
|
||||||
iftrue UnknownScript_0x18af6f
|
iftrue UnknownScript_0x18af6f
|
||||||
checkbit1 EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
|
checkevent EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
|
||||||
iftrue UnknownScript_0x18af5b
|
iftrue UnknownScript_0x18af5b
|
||||||
checkitem LOST_ITEM
|
checkitem LOST_ITEM
|
||||||
iftrue UnknownScript_0x18af4a
|
iftrue UnknownScript_0x18af4a
|
||||||
@ -47,7 +47,7 @@ UnknownScript_0x18aed4: ; 0x18aed4
|
|||||||
variablesprite $b, $60
|
variablesprite $b, $60
|
||||||
UnknownScript_0x18aedc: ; 0x18aedc
|
UnknownScript_0x18aedc: ; 0x18aedc
|
||||||
special $005e
|
special $005e
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x18af16
|
iftrue UnknownScript_0x18af16
|
||||||
loadfont
|
loadfont
|
||||||
checkbit2 $0063
|
checkbit2 $0063
|
||||||
@ -109,7 +109,7 @@ UnknownScript_0x18af39: ; 0x18af39
|
|||||||
2writetext UnknownText_0x18b116
|
2writetext UnknownText_0x18b116
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
setevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
||||||
end
|
end
|
||||||
; 0x18af4a
|
; 0x18af4a
|
||||||
|
|
||||||
@ -118,8 +118,8 @@ UnknownScript_0x18af4a: ; 0x18af4a
|
|||||||
2writetext UnknownText_0x18b17f
|
2writetext UnknownText_0x18b17f
|
||||||
keeptextopen
|
keeptextopen
|
||||||
takeitem LOST_ITEM, 1
|
takeitem LOST_ITEM, 1
|
||||||
setbit1 EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
|
setevent EVENT_RETURNED_LOST_ITEM_TO_COPYCAT
|
||||||
clearbit1 $0773
|
clearevent $0773
|
||||||
2jump UnknownScript_0x18af5c
|
2jump UnknownScript_0x18af5c
|
||||||
; 0x18af5b
|
; 0x18af5b
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ UnknownScript_0x18af5c: ; 0x18af5c
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem PASS, 1
|
verbosegiveitem PASS, 1
|
||||||
iffalse UnknownScript_0x18afba
|
iffalse UnknownScript_0x18afba
|
||||||
setbit1 EVENT_GOT_PASS_FROM_COPYCAT
|
setevent EVENT_GOT_PASS_FROM_COPYCAT
|
||||||
2writetext UnknownText_0x18b214
|
2writetext UnknownText_0x18b214
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -156,17 +156,17 @@ GentlemanScript_0x994c6: ; 0x994c6
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x9980a
|
2writetext UnknownText_0x9980a
|
||||||
keeptextopen
|
keeptextopen
|
||||||
checkbit1 EVENT_GOT_HM03_SURF
|
checkevent EVENT_GOT_HM03_SURF
|
||||||
iftrue UnknownScript_0x99515
|
iftrue UnknownScript_0x99515
|
||||||
checkbit1 EVENT_BEAT_KIMONO_GIRL_NAOKO
|
checkevent EVENT_BEAT_KIMONO_GIRL_NAOKO
|
||||||
iffalse UnknownScript_0x994f3
|
iffalse UnknownScript_0x994f3
|
||||||
checkbit1 EVENT_BEAT_KIMONO_GIRL_SAYO
|
checkevent EVENT_BEAT_KIMONO_GIRL_SAYO
|
||||||
iffalse UnknownScript_0x994f3
|
iffalse UnknownScript_0x994f3
|
||||||
checkbit1 EVENT_BEAT_KIMONO_GIRL_ZUKI
|
checkevent EVENT_BEAT_KIMONO_GIRL_ZUKI
|
||||||
iffalse UnknownScript_0x994f3
|
iffalse UnknownScript_0x994f3
|
||||||
checkbit1 EVENT_BEAT_KIMONO_GIRL_KUNI
|
checkevent EVENT_BEAT_KIMONO_GIRL_KUNI
|
||||||
iffalse UnknownScript_0x994f3
|
iffalse UnknownScript_0x994f3
|
||||||
checkbit1 EVENT_BEAT_KIMONO_GIRL_MIKI
|
checkevent EVENT_BEAT_KIMONO_GIRL_MIKI
|
||||||
iffalse UnknownScript_0x994f3
|
iffalse UnknownScript_0x994f3
|
||||||
2jump UnknownScript_0x99505
|
2jump UnknownScript_0x99505
|
||||||
; 0x994f3
|
; 0x994f3
|
||||||
@ -191,7 +191,7 @@ UnknownScript_0x99505: ; 0x99505
|
|||||||
2writetext UnknownText_0x9991a
|
2writetext UnknownText_0x9991a
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem HM_03, 1
|
verbosegiveitem HM_03, 1
|
||||||
setbit1 EVENT_GOT_HM03_SURF
|
setevent EVENT_GOT_HM03_SURF
|
||||||
2writetext UnknownText_0x9999b
|
2writetext UnknownText_0x9999b
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -9,13 +9,13 @@ DarkCaveBlackthornEntrance_MapScriptHeader: ; 0x18c71e
|
|||||||
PharmacistScript_0x18c720: ; 0x18c720
|
PharmacistScript_0x18c720: ; 0x18c720
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
checkevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
||||||
iftrue UnknownScript_0x18c735
|
iftrue UnknownScript_0x18c735
|
||||||
2writetext UnknownText_0x18c73f
|
2writetext UnknownText_0x18c73f
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem BLACKGLASSES, 1
|
verbosegiveitem BLACKGLASSES, 1
|
||||||
iffalse UnknownScript_0x18c739
|
iffalse UnknownScript_0x18c739
|
||||||
setbit1 EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
setevent EVENT_GOT_BLACKGLASSES_IN_DARK_CAVE
|
||||||
UnknownScript_0x18c735: ; 0x18c735
|
UnknownScript_0x18c735: ; 0x18c735
|
||||||
2writetext UnknownText_0x18c80c
|
2writetext UnknownText_0x18c80c
|
||||||
closetext
|
closetext
|
||||||
|
@ -13,21 +13,21 @@ DayCare_MapScriptHeader: ; 0x62f76
|
|||||||
UnknownScript_0x62f7b: ; 0x62f7b
|
UnknownScript_0x62f7b: ; 0x62f7b
|
||||||
checkbit2 $0005
|
checkbit2 $0005
|
||||||
iftrue UnknownScript_0x62f88
|
iftrue UnknownScript_0x62f88
|
||||||
clearbit1 $06e5
|
clearevent $06e5
|
||||||
setbit1 $06e6
|
setevent $06e6
|
||||||
return
|
return
|
||||||
; 0x62f88
|
; 0x62f88
|
||||||
|
|
||||||
UnknownScript_0x62f88: ; 0x62f88
|
UnknownScript_0x62f88: ; 0x62f88
|
||||||
setbit1 $06e5
|
setevent $06e5
|
||||||
clearbit1 $06e6
|
clearevent $06e6
|
||||||
return
|
return
|
||||||
; 0x62f8f
|
; 0x62f8f
|
||||||
|
|
||||||
GrampsScript_0x62f8f: ; 0x62f8f
|
GrampsScript_0x62f8f: ; 0x62f8f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_ODD_EGG
|
checkevent EVENT_GOT_ODD_EGG
|
||||||
iftrue UnknownScript_0x62fbd
|
iftrue UnknownScript_0x62fbd
|
||||||
2writetext UnknownText_0x630ce
|
2writetext UnknownText_0x630ce
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -42,7 +42,7 @@ GrampsScript_0x62f8f: ; 0x62f8f
|
|||||||
2writetext UnknownText_0x631c3
|
2writetext UnknownText_0x631c3
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_ODD_EGG
|
setevent EVENT_GOT_ODD_EGG
|
||||||
end
|
end
|
||||||
; 0x62fb6
|
; 0x62fb6
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ UnknownScript_0x18d023: ; 0x18d023
|
|||||||
2writetext UnknownText_0x18d2ea
|
2writetext UnknownText_0x18d2ea
|
||||||
keeptextopen
|
keeptextopen
|
||||||
UnknownScript_0x18d030: ; 0x18d030
|
UnknownScript_0x18d030: ; 0x18d030
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
2writetext UnknownText_0x18d3bc
|
2writetext UnknownText_0x18d3bc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
loadmenudata MenuDataHeader_0x18d215
|
loadmenudata MenuDataHeader_0x18d215
|
||||||
@ -39,7 +39,7 @@ UnknownScript_0x18d030: ; 0x18d030
|
|||||||
; 0x18d049
|
; 0x18d049
|
||||||
|
|
||||||
UnknownScript_0x18d049: ; 0x18d049
|
UnknownScript_0x18d049: ; 0x18d049
|
||||||
setbit1 $0002
|
setevent $0002
|
||||||
2writetext UnknownText_0x18d3d3
|
2writetext UnknownText_0x18d3d3
|
||||||
keeptextopen
|
keeptextopen
|
||||||
loadmenudata MenuDataHeader_0x18d234
|
loadmenudata MenuDataHeader_0x18d234
|
||||||
@ -49,7 +49,7 @@ UnknownScript_0x18d049: ; 0x18d049
|
|||||||
if_equal $2, UnknownScript_0x18d0a9
|
if_equal $2, UnknownScript_0x18d0a9
|
||||||
if_equal $3, UnknownScript_0x18d0cb
|
if_equal $3, UnknownScript_0x18d0cb
|
||||||
UnknownScript_0x18d061: ; 0x18d061
|
UnknownScript_0x18d061: ; 0x18d061
|
||||||
setbit1 $0003
|
setevent $0003
|
||||||
2writetext UnknownText_0x18d3f3
|
2writetext UnknownText_0x18d3f3
|
||||||
keeptextopen
|
keeptextopen
|
||||||
loadmenudata MenuDataHeader_0x18d258
|
loadmenudata MenuDataHeader_0x18d258
|
||||||
@ -59,7 +59,7 @@ UnknownScript_0x18d061: ; 0x18d061
|
|||||||
if_equal $2, UnknownScript_0x18d0a9
|
if_equal $2, UnknownScript_0x18d0a9
|
||||||
if_equal $3, UnknownScript_0x18d0a9
|
if_equal $3, UnknownScript_0x18d0a9
|
||||||
UnknownScript_0x18d079: ; 0x18d079
|
UnknownScript_0x18d079: ; 0x18d079
|
||||||
setbit1 $0004
|
setevent $0004
|
||||||
2writetext UnknownText_0x18d420
|
2writetext UnknownText_0x18d420
|
||||||
keeptextopen
|
keeptextopen
|
||||||
loadmenudata MenuDataHeader_0x18d283
|
loadmenudata MenuDataHeader_0x18d283
|
||||||
@ -69,7 +69,7 @@ UnknownScript_0x18d079: ; 0x18d079
|
|||||||
if_equal $2, UnknownScript_0x18d0cb
|
if_equal $2, UnknownScript_0x18d0cb
|
||||||
if_equal $3, UnknownScript_0x18d0a9
|
if_equal $3, UnknownScript_0x18d0a9
|
||||||
UnknownScript_0x18d091: ; 0x18d091
|
UnknownScript_0x18d091: ; 0x18d091
|
||||||
setbit1 $0005
|
setevent $0005
|
||||||
2writetext UnknownText_0x18d44a
|
2writetext UnknownText_0x18d44a
|
||||||
keeptextopen
|
keeptextopen
|
||||||
loadmenudata MenuDataHeader_0x18d2a5
|
loadmenudata MenuDataHeader_0x18d2a5
|
||||||
@ -79,17 +79,17 @@ UnknownScript_0x18d091: ; 0x18d091
|
|||||||
if_equal $2, UnknownScript_0x18d0a9
|
if_equal $2, UnknownScript_0x18d0a9
|
||||||
if_equal $3, UnknownScript_0x18d0cb
|
if_equal $3, UnknownScript_0x18d0cb
|
||||||
UnknownScript_0x18d0a9: ; 0x18d0a9
|
UnknownScript_0x18d0a9: ; 0x18d0a9
|
||||||
checkbit1 $0005
|
checkevent $0005
|
||||||
iftrue UnknownScript_0x18d100
|
iftrue UnknownScript_0x18d100
|
||||||
2writetext UnknownText_0x18d82d
|
2writetext UnknownText_0x18d82d
|
||||||
keeptextopen
|
keeptextopen
|
||||||
checkbit1 $0004
|
checkevent $0004
|
||||||
iftrue UnknownScript_0x18d091
|
iftrue UnknownScript_0x18d091
|
||||||
checkbit1 $0003
|
checkevent $0003
|
||||||
iftrue UnknownScript_0x18d079
|
iftrue UnknownScript_0x18d079
|
||||||
checkbit1 $0002
|
checkevent $0002
|
||||||
iftrue UnknownScript_0x18d061
|
iftrue UnknownScript_0x18d061
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x18d049
|
iftrue UnknownScript_0x18d049
|
||||||
UnknownScript_0x18d0cb: ; 0x18d0cb
|
UnknownScript_0x18d0cb: ; 0x18d0cb
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -103,17 +103,17 @@ UnknownScript_0x18d0cb: ; 0x18d0cb
|
|||||||
2writetext UnknownText_0x18d816
|
2writetext UnknownText_0x18d816
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $00c1
|
setevent $00c1
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0005
|
checkevent $0005
|
||||||
iftrue UnknownScript_0x18d091
|
iftrue UnknownScript_0x18d091
|
||||||
checkbit1 $0004
|
checkevent $0004
|
||||||
iftrue UnknownScript_0x18d079
|
iftrue UnknownScript_0x18d079
|
||||||
checkbit1 $0003
|
checkevent $0003
|
||||||
iftrue UnknownScript_0x18d061
|
iftrue UnknownScript_0x18d061
|
||||||
checkbit1 $0002
|
checkevent $0002
|
||||||
iftrue UnknownScript_0x18d049
|
iftrue UnknownScript_0x18d049
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x18d030
|
iftrue UnknownScript_0x18d030
|
||||||
UnknownScript_0x18d100: ; 0x18d100
|
UnknownScript_0x18d100: ; 0x18d100
|
||||||
2writetext UnknownText_0x18d47c
|
2writetext UnknownText_0x18d47c
|
||||||
@ -188,20 +188,20 @@ UnknownScript_0x18d100: ; 0x18d100
|
|||||||
playsound $001f
|
playsound $001f
|
||||||
disappear $5
|
disappear $5
|
||||||
waitbutton
|
waitbutton
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
end
|
end
|
||||||
; 0x18d1a5
|
; 0x18d1a5
|
||||||
|
|
||||||
ElderScript_0x18d1a5: ; 0x18d1a5
|
ElderScript_0x18d1a5: ; 0x18d1a5
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x18d1f9
|
iftrue UnknownScript_0x18d1f9
|
||||||
checkbit1 $0006
|
checkevent $0006
|
||||||
iftrue UnknownScript_0x18d1ff
|
iftrue UnknownScript_0x18d1ff
|
||||||
checkbit1 $00bd
|
checkevent $00bd
|
||||||
iffalse UnknownScript_0x18d1c5
|
iffalse UnknownScript_0x18d1c5
|
||||||
checkbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||||
iftrue UnknownScript_0x18d1f3
|
iftrue UnknownScript_0x18d1f3
|
||||||
2writetext UnknownText_0x18d724
|
2writetext UnknownText_0x18d724
|
||||||
closetext
|
closetext
|
||||||
@ -218,10 +218,10 @@ UnknownScript_0x18d1c5: ; 0x18d1c5
|
|||||||
playsound $0002
|
playsound $0002
|
||||||
waitbutton
|
waitbutton
|
||||||
givepoke DRATINI, 15, 0, 0
|
givepoke DRATINI, 15, 0, 0
|
||||||
checkbit1 $00c1
|
checkevent $00c1
|
||||||
special $0094
|
special $0094
|
||||||
setbit1 $00bd
|
setevent $00bd
|
||||||
setbit1 $0006
|
setevent $0006
|
||||||
2writetext UnknownText_0x18d6ca
|
2writetext UnknownText_0x18d6ca
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -23,7 +23,7 @@ UnknownScript_0x18c89e: ; 0x18c89e
|
|||||||
; 0x18c89f
|
; 0x18c89f
|
||||||
|
|
||||||
UnknownScript_0x18c89f: ; 0x18c89f
|
UnknownScript_0x18c89f: ; 0x18c89f
|
||||||
checkbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||||
iftrue UnknownScript_0x18c8a8
|
iftrue UnknownScript_0x18c8a8
|
||||||
disappear $4
|
disappear $4
|
||||||
return
|
return
|
||||||
@ -62,7 +62,7 @@ UnknownScript_0x18c8b8: ; 0x18c8b8
|
|||||||
playsound $0001
|
playsound $0001
|
||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 EVENT_GOT_TM24_DRAGONBREATH
|
setevent EVENT_GOT_TM24_DRAGONBREATH
|
||||||
2writetext UnknownText_0x18ca0d
|
2writetext UnknownText_0x18ca0d
|
||||||
keeptextopen
|
keeptextopen
|
||||||
2writetext UnknownText_0x18caf1
|
2writetext UnknownText_0x18caf1
|
||||||
@ -230,12 +230,12 @@ SilverScript_0x18c97e: ; 0x18c97e
|
|||||||
playmusic $001f
|
playmusic $001f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x18c995
|
iftrue UnknownScript_0x18c995
|
||||||
2writetext UnknownText_0x18cc83
|
2writetext UnknownText_0x18cc83
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
special $003d
|
special $003d
|
||||||
end
|
end
|
||||||
; 0x18c995
|
; 0x18c995
|
||||||
|
@ -34,7 +34,7 @@ LassScript_0x1a4012: ; 0x1a4012
|
|||||||
LassScript_0x1a4015: ; 0x1a4015
|
LassScript_0x1a4015: ; 0x1a4015
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RELEASED_THE_BEASTS
|
checkevent EVENT_RELEASED_THE_BEASTS
|
||||||
iftrue UnknownScript_0x1a4023
|
iftrue UnknownScript_0x1a4023
|
||||||
2writetext UnknownText_0x1a421a
|
2writetext UnknownText_0x1a421a
|
||||||
closetext
|
closetext
|
||||||
@ -52,7 +52,7 @@ UnknownScript_0x1a4023: ; 0x1a4023
|
|||||||
FisherScript_0x1a4029: ; 0x1a4029
|
FisherScript_0x1a4029: ; 0x1a4029
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_JASMINE_RETURNED_TO_GYM
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
iftrue UnknownScript_0x1a4037
|
iftrue UnknownScript_0x1a4037
|
||||||
2writetext UnknownText_0x1a42ac
|
2writetext UnknownText_0x1a42ac
|
||||||
closetext
|
closetext
|
||||||
|
@ -22,7 +22,7 @@ UnknownScript_0x99d57: ; 0x99d57
|
|||||||
MortyScript_0x99d58: ; 0x99d58
|
MortyScript_0x99d58: ; 0x99d58
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_MORTY
|
checkevent EVENT_BEAT_MORTY
|
||||||
iftrue UnknownScript_0x99d8c
|
iftrue UnknownScript_0x99d8c
|
||||||
2writetext UnknownText_0x99e65
|
2writetext UnknownText_0x99e65
|
||||||
closetext
|
closetext
|
||||||
@ -31,7 +31,7 @@ MortyScript_0x99d58: ; 0x99d58
|
|||||||
loadtrainer MORTY, 1
|
loadtrainer MORTY, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_MORTY
|
setevent EVENT_BEAT_MORTY
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x9a043
|
2writetext UnknownText_0x9a043
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -40,20 +40,20 @@ MortyScript_0x99d58: ; 0x99d58
|
|||||||
checkcode $7
|
checkcode $7
|
||||||
2call UnknownScript_0x99db7
|
2call UnknownScript_0x99db7
|
||||||
domaptrigger GROUP_ECRUTEAK_HOUSE, MAP_ECRUTEAK_HOUSE, $1
|
domaptrigger GROUP_ECRUTEAK_HOUSE, MAP_ECRUTEAK_HOUSE, $1
|
||||||
setbit1 $0766
|
setevent $0766
|
||||||
setbit1 $0767
|
setevent $0767
|
||||||
UnknownScript_0x99d8c: ; 0x99d8c
|
UnknownScript_0x99d8c: ; 0x99d8c
|
||||||
checkbit1 EVENT_GOT_TM30_SHADOW_BALL
|
checkevent EVENT_GOT_TM30_SHADOW_BALL
|
||||||
iftrue UnknownScript_0x99db1
|
iftrue UnknownScript_0x99db1
|
||||||
setbit1 EVENT_BEAT_SAGE_JEFFREY
|
setevent EVENT_BEAT_SAGE_JEFFREY
|
||||||
setbit1 EVENT_BEAT_SAGE_PING
|
setevent EVENT_BEAT_SAGE_PING
|
||||||
setbit1 EVENT_BEAT_MEDIUM_MARTHA
|
setevent EVENT_BEAT_MEDIUM_MARTHA
|
||||||
setbit1 EVENT_BEAT_MEDIUM_GRACE
|
setevent EVENT_BEAT_MEDIUM_GRACE
|
||||||
2writetext UnknownText_0x9a059
|
2writetext UnknownText_0x9a059
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_30, 1
|
verbosegiveitem TM_30, 1
|
||||||
iffalse UnknownScript_0x99db5
|
iffalse UnknownScript_0x99db5
|
||||||
setbit1 EVENT_GOT_TM30_SHADOW_BALL
|
setevent EVENT_GOT_TM30_SHADOW_BALL
|
||||||
2writetext UnknownText_0x9a0ec
|
2writetext UnknownText_0x9a0ec
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -218,7 +218,7 @@ MediumGraceScript: ; 0x99e31
|
|||||||
EcruteakGymGuyScript: ; 0x99e39
|
EcruteakGymGuyScript: ; 0x99e39
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_MORTY
|
checkevent EVENT_BEAT_MORTY
|
||||||
iftrue .EcruteakGymGuyWinScript
|
iftrue .EcruteakGymGuyWinScript
|
||||||
2writetext EcruteakGymGuyText
|
2writetext EcruteakGymGuyText
|
||||||
closetext
|
closetext
|
||||||
|
@ -23,19 +23,19 @@ UnknownScript_0x9800e: ; 0x9800e
|
|||||||
; 0x9800f
|
; 0x9800f
|
||||||
|
|
||||||
UnknownScript_0x9800f: ; 0x9800f
|
UnknownScript_0x9800f: ; 0x9800f
|
||||||
checkbit1 EVENT_FOUGHT_SUICUNE
|
checkevent EVENT_FOUGHT_SUICUNE
|
||||||
iftrue UnknownScript_0x98033
|
iftrue UnknownScript_0x98033
|
||||||
checkbit1 EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
||||||
iftrue UnknownScript_0x98033
|
iftrue UnknownScript_0x98033
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x98022
|
iftrue UnknownScript_0x98022
|
||||||
return
|
return
|
||||||
; 0x98022
|
; 0x98022
|
||||||
|
|
||||||
UnknownScript_0x98022: ; 0x98022
|
UnknownScript_0x98022: ; 0x98022
|
||||||
clearbit1 $0766
|
clearevent $0766
|
||||||
setbit1 $0767
|
setevent $0767
|
||||||
setbit1 $07b1
|
setevent $07b1
|
||||||
checkitem CLEAR_BELL
|
checkitem CLEAR_BELL
|
||||||
iftrue UnknownScript_0x98032
|
iftrue UnknownScript_0x98032
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
@ -44,12 +44,12 @@ UnknownScript_0x98032: ; 0x98032
|
|||||||
; 0x98033
|
; 0x98033
|
||||||
|
|
||||||
UnknownScript_0x98033: ; 0x98033
|
UnknownScript_0x98033: ; 0x98033
|
||||||
clearbit1 $07b1
|
clearevent $07b1
|
||||||
return
|
return
|
||||||
; 0x98037
|
; 0x98037
|
||||||
|
|
||||||
UnknownScript_0x98037: ; 0x98037
|
UnknownScript_0x98037: ; 0x98037
|
||||||
checkbit1 $0767
|
checkevent $0767
|
||||||
iftrue UnknownScript_0x98061
|
iftrue UnknownScript_0x98061
|
||||||
applymovement $3, MovementData_0x980c7
|
applymovement $3, MovementData_0x980c7
|
||||||
moveperson $2, $4, $6
|
moveperson $2, $4, $6
|
||||||
@ -60,7 +60,7 @@ UnknownScript_0x98037: ; 0x98037
|
|||||||
; 0x9804c
|
; 0x9804c
|
||||||
|
|
||||||
UnknownScript_0x9804c: ; 0x9804c
|
UnknownScript_0x9804c: ; 0x9804c
|
||||||
checkbit1 $0766
|
checkevent $0766
|
||||||
iftrue UnknownScript_0x98061
|
iftrue UnknownScript_0x98061
|
||||||
applymovement $2, MovementData_0x980cc
|
applymovement $2, MovementData_0x980cc
|
||||||
moveperson $3, $5, $6
|
moveperson $3, $5, $6
|
||||||
@ -77,7 +77,7 @@ UnknownScript_0x98061: ; 0x98061
|
|||||||
SageScript_0x98062: ; 0x98062
|
SageScript_0x98062: ; 0x98062
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x9807c
|
iftrue UnknownScript_0x9807c
|
||||||
checkbit2 $001e
|
checkbit2 $001e
|
||||||
iftrue UnknownScript_0x98076
|
iftrue UnknownScript_0x98076
|
||||||
@ -95,9 +95,9 @@ UnknownScript_0x98076: ; 0x98076
|
|||||||
; 0x9807c
|
; 0x9807c
|
||||||
|
|
||||||
UnknownScript_0x9807c: ; 0x9807c
|
UnknownScript_0x9807c: ; 0x9807c
|
||||||
checkbit1 EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
||||||
iftrue UnknownScript_0x980a4
|
iftrue UnknownScript_0x980a4
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x980aa
|
iftrue UnknownScript_0x980aa
|
||||||
checkitem CLEAR_BELL
|
checkitem CLEAR_BELL
|
||||||
iftrue UnknownScript_0x98093
|
iftrue UnknownScript_0x98093
|
||||||
@ -112,9 +112,9 @@ UnknownScript_0x98093: ; 0x98093
|
|||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 $0767
|
setevent $0767
|
||||||
clearbit1 $0766
|
clearevent $0766
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
end
|
end
|
||||||
; 0x980a4
|
; 0x980a4
|
||||||
|
|
||||||
@ -135,7 +135,7 @@ UnknownScript_0x980aa: ; 0x980aa
|
|||||||
SageScript_0x980b0: ; 0x980b0
|
SageScript_0x980b0: ; 0x980b0
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_CLEAR_BELL
|
checkevent EVENT_GOT_CLEAR_BELL
|
||||||
iftrue UnknownScript_0x980be
|
iftrue UnknownScript_0x980be
|
||||||
2writetext UnknownText_0x9840b
|
2writetext UnknownText_0x9840b
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,7 +9,7 @@ EcruteakItemfinderHouse_MapScriptHeader: ; 0x9a5f9
|
|||||||
CooltrainerMScript_0x9a5fb: ; 0x9a5fb
|
CooltrainerMScript_0x9a5fb: ; 0x9a5fb
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_ITEMFINDER
|
checkevent EVENT_GOT_ITEMFINDER
|
||||||
iftrue UnknownScript_0x9a614
|
iftrue UnknownScript_0x9a614
|
||||||
2writetext UnknownText_0x9a63c
|
2writetext UnknownText_0x9a63c
|
||||||
yesorno
|
yesorno
|
||||||
@ -17,7 +17,7 @@ CooltrainerMScript_0x9a5fb: ; 0x9a5fb
|
|||||||
2writetext UnknownText_0x9a6b5
|
2writetext UnknownText_0x9a6b5
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem ITEMFINDER, 1
|
verbosegiveitem ITEMFINDER, 1
|
||||||
setbit1 EVENT_GOT_ITEMFINDER
|
setevent EVENT_GOT_ITEMFINDER
|
||||||
UnknownScript_0x9a614: ; 0x9a614
|
UnknownScript_0x9a614: ; 0x9a614
|
||||||
2writetext UnknownText_0x9a70e
|
2writetext UnknownText_0x9a70e
|
||||||
closetext
|
closetext
|
||||||
|
@ -50,7 +50,7 @@ UnknownScript_0x98e95: ; 0x98e95
|
|||||||
applymovement $6, MovementData_0x98ece
|
applymovement $6, MovementData_0x98ece
|
||||||
playsound $0023
|
playsound $0023
|
||||||
disappear $6
|
disappear $6
|
||||||
clearbit1 $0712
|
clearevent $0712
|
||||||
setbit2 $0053
|
setbit2 $0053
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -98,21 +98,21 @@ UnknownScript_0x78ba5: ; 0x78ba5
|
|||||||
ProfElmScript: ; 0x78be0
|
ProfElmScript: ; 0x78be0
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_SS_TICKET_FROM_ELM
|
checkevent EVENT_GOT_SS_TICKET_FROM_ELM
|
||||||
iftrue UnknownScript_0x78bee
|
iftrue UnknownScript_0x78bee
|
||||||
checkbit1 $0044
|
checkevent $0044
|
||||||
iftrue ElmGiveTicketScript
|
iftrue ElmGiveTicketScript
|
||||||
UnknownScript_0x78bee: ; 0x78bee
|
UnknownScript_0x78bee: ; 0x78bee
|
||||||
checkbit1 EVENT_GOT_MASTER_BALL_FROM_ELM
|
checkevent EVENT_GOT_MASTER_BALL_FROM_ELM
|
||||||
iftrue UnknownScript_0x78bfa
|
iftrue UnknownScript_0x78bfa
|
||||||
checkbit2 $0022
|
checkbit2 $0022
|
||||||
iftrue ElmGiveMasterBallScript
|
iftrue ElmGiveMasterBallScript
|
||||||
UnknownScript_0x78bfa: ; 0x78bfa
|
UnknownScript_0x78bfa: ; 0x78bfa
|
||||||
checkbit1 EVENT_GOT_EVERSTONE_FROM_ELM
|
checkevent EVENT_GOT_EVERSTONE_FROM_ELM
|
||||||
iftrue UnknownScript_0x78e16
|
iftrue UnknownScript_0x78e16
|
||||||
checkbit1 EVENT_SHOWED_TOGEPI_TO_ELM
|
checkevent EVENT_SHOWED_TOGEPI_TO_ELM
|
||||||
iftrue UnknownScript_0x78e03
|
iftrue UnknownScript_0x78e03
|
||||||
checkbit1 EVENT_TOLD_ELM_ABOUT_TOGEPI_OVER_THE_PHONE
|
checkevent EVENT_TOLD_ELM_ABOUT_TOGEPI_OVER_THE_PHONE
|
||||||
iffalse UnknownScript_0x78c35
|
iffalse UnknownScript_0x78c35
|
||||||
writebyte TOGEPI
|
writebyte TOGEPI
|
||||||
special $0043
|
special $0043
|
||||||
@ -137,20 +137,20 @@ UnknownScript_0x78c22: ; 0x78c22
|
|||||||
; 0x78c35
|
; 0x78c35
|
||||||
|
|
||||||
UnknownScript_0x78c35: ; 0x78c35
|
UnknownScript_0x78c35: ; 0x78c35
|
||||||
checkbit1 EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
checkevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
||||||
iffalse UnknownScript_0x78c41
|
iffalse UnknownScript_0x78c41
|
||||||
checkbit1 EVENT_TOGEPI_HATCHED
|
checkevent EVENT_TOGEPI_HATCHED
|
||||||
iftrue UnknownScript_0x78c22
|
iftrue UnknownScript_0x78c22
|
||||||
UnknownScript_0x78c41: ; 0x78c41
|
UnknownScript_0x78c41: ; 0x78c41
|
||||||
checkbit1 EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE ; why are we checking it again?
|
checkevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE ; why are we checking it again?
|
||||||
iftrue ElmWaitingEggHatchScript
|
iftrue ElmWaitingEggHatchScript
|
||||||
checkbit2 $001b
|
checkbit2 $001b
|
||||||
iftrue ElmAideHasEggScript
|
iftrue ElmAideHasEggScript
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue ElmStudyingEggScript
|
iftrue ElmStudyingEggScript
|
||||||
checkbit1 EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
checkevent EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
||||||
iftrue ElmAfterTheftScript
|
iftrue ElmAfterTheftScript
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue ElmDescribesMrPokemonScript
|
iftrue ElmDescribesMrPokemonScript
|
||||||
2writetext UnknownText_0x79375
|
2writetext UnknownText_0x79375
|
||||||
closetext
|
closetext
|
||||||
@ -169,7 +169,7 @@ LabTryToLeaveScript: ; 0x78c65
|
|||||||
; 0x78c73
|
; 0x78c73
|
||||||
|
|
||||||
CyndaquilPokeBallScript: ; 0x78c73
|
CyndaquilPokeBallScript: ; 0x78c73
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue LookAtElmPokeBallScript
|
iftrue LookAtElmPokeBallScript
|
||||||
spriteface $2, $0
|
spriteface $2, $0
|
||||||
refreshscreen $0
|
refreshscreen $0
|
||||||
@ -182,7 +182,7 @@ CyndaquilPokeBallScript: ; 0x78c73
|
|||||||
yesorno
|
yesorno
|
||||||
iffalse DidntChooseStarterScript
|
iffalse DidntChooseStarterScript
|
||||||
disappear $4
|
disappear $4
|
||||||
setbit1 EVENT_GOT_CYNDAQUIL_FROM_ELM
|
setevent EVENT_GOT_CYNDAQUIL_FROM_ELM
|
||||||
2writetext ChoseStarterText
|
2writetext ChoseStarterText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -200,7 +200,7 @@ CyndaquilPokeBallScript: ; 0x78c73
|
|||||||
; 0x78cb5
|
; 0x78cb5
|
||||||
|
|
||||||
TotodilePokeBallScript: ; 0x78cb5
|
TotodilePokeBallScript: ; 0x78cb5
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue LookAtElmPokeBallScript
|
iftrue LookAtElmPokeBallScript
|
||||||
spriteface $2, $0
|
spriteface $2, $0
|
||||||
refreshscreen $0
|
refreshscreen $0
|
||||||
@ -213,7 +213,7 @@ TotodilePokeBallScript: ; 0x78cb5
|
|||||||
yesorno
|
yesorno
|
||||||
iffalse DidntChooseStarterScript
|
iffalse DidntChooseStarterScript
|
||||||
disappear $5
|
disappear $5
|
||||||
setbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
setevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
2writetext ChoseStarterText
|
2writetext ChoseStarterText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -229,7 +229,7 @@ TotodilePokeBallScript: ; 0x78cb5
|
|||||||
; 0x78cf1
|
; 0x78cf1
|
||||||
|
|
||||||
ChikoritaPokeBallScript: ; 0x78cf1
|
ChikoritaPokeBallScript: ; 0x78cf1
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue LookAtElmPokeBallScript
|
iftrue LookAtElmPokeBallScript
|
||||||
spriteface $2, $0
|
spriteface $2, $0
|
||||||
refreshscreen $0
|
refreshscreen $0
|
||||||
@ -242,7 +242,7 @@ ChikoritaPokeBallScript: ; 0x78cf1
|
|||||||
yesorno
|
yesorno
|
||||||
iffalse DidntChooseStarterScript
|
iffalse DidntChooseStarterScript
|
||||||
disappear $6
|
disappear $6
|
||||||
setbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
setevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
2writetext ChoseStarterText
|
2writetext ChoseStarterText
|
||||||
keeptextopen
|
keeptextopen
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -287,8 +287,8 @@ ElmDirectionsScript: ; 0x78d33
|
|||||||
2writetext ElmDirectionsText3
|
2writetext ElmDirectionsText3
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
setevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
setbit1 $06be
|
setevent $06be
|
||||||
dotrigger $5
|
dotrigger $5
|
||||||
domaptrigger GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN, $1
|
domaptrigger GROUP_NEW_BARK_TOWN, MAP_NEW_BARK_TOWN, $1
|
||||||
end
|
end
|
||||||
@ -311,7 +311,7 @@ LookAtElmPokeBallScript: ; 0x78d6d
|
|||||||
|
|
||||||
MapElmsLabSignpost0Script: ; 0x78d74
|
MapElmsLabSignpost0Script: ; 0x78d74
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue UnknownScript_0x78d81
|
iftrue UnknownScript_0x78d81
|
||||||
2writetext UnknownText_0x79690
|
2writetext UnknownText_0x79690
|
||||||
closetext
|
closetext
|
||||||
@ -361,11 +361,11 @@ ElmAfterTheftScript: ; 0x78da2
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
2writetext ElmAfterTheftText5
|
2writetext ElmAfterTheftText5
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
setevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
setbit2 $0010
|
setbit2 $0010
|
||||||
domaptrigger GROUP_ROUTE_29, MAP_ROUTE_29, $1
|
domaptrigger GROUP_ROUTE_29, MAP_ROUTE_29, $1
|
||||||
clearbit1 $0715
|
clearevent $0715
|
||||||
setbit1 $0714
|
setevent $0714
|
||||||
2writetext ElmAfterTheftText6
|
2writetext ElmAfterTheftText6
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -399,7 +399,7 @@ ShowElmTogepiScript: ; 0x78dee
|
|||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
showemote $0, $2, 15
|
showemote $0, $2, 15
|
||||||
setbit1 EVENT_SHOWED_TOGEPI_TO_ELM
|
setevent EVENT_SHOWED_TOGEPI_TO_ELM
|
||||||
loadfont
|
loadfont
|
||||||
2writetext ShowElmTogepiText2
|
2writetext ShowElmTogepiText2
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -413,7 +413,7 @@ UnknownScript_0x78e03: ; 0x78e03
|
|||||||
2writetext ElmGiveEverstoneText2
|
2writetext ElmGiveEverstoneText2
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_EVERSTONE_FROM_ELM
|
setevent EVENT_GOT_EVERSTONE_FROM_ELM
|
||||||
end
|
end
|
||||||
; 0x78e16
|
; 0x78e16
|
||||||
|
|
||||||
@ -430,7 +430,7 @@ ElmGiveMasterBallScript: ; 0x78e1c
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem MASTER_BALL, 1
|
verbosegiveitem MASTER_BALL, 1
|
||||||
iffalse .notdone
|
iffalse .notdone
|
||||||
setbit1 EVENT_GOT_MASTER_BALL_FROM_ELM
|
setevent EVENT_GOT_MASTER_BALL_FROM_ELM
|
||||||
2writetext ElmGiveMasterBallText2
|
2writetext ElmGiveMasterBallText2
|
||||||
closetext
|
closetext
|
||||||
.notdone
|
.notdone
|
||||||
@ -442,7 +442,7 @@ ElmGiveTicketScript: ; 0x78e2f
|
|||||||
2writetext ElmGiveTicketText1
|
2writetext ElmGiveTicketText1
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem S_S_TICKET, 1
|
verbosegiveitem S_S_TICKET, 1
|
||||||
setbit1 EVENT_GOT_SS_TICKET_FROM_ELM
|
setevent EVENT_GOT_SS_TICKET_FROM_ELM
|
||||||
2writetext ElmGiveTicketText2
|
2writetext ElmGiveTicketText2
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -560,11 +560,11 @@ UnknownScript_0x78ee2: ; 0x78ee2
|
|||||||
ElmsAideScript: ; 0x78ee6
|
ElmsAideScript: ; 0x78ee6
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
checkevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
|
||||||
iftrue UnknownScript_0x78f0c
|
iftrue UnknownScript_0x78f0c
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x78f06
|
iftrue UnknownScript_0x78f06
|
||||||
checkbit1 EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
checkevent EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
||||||
iftrue UnknownScript_0x78f00
|
iftrue UnknownScript_0x78f00
|
||||||
2writetext UnknownText_0x79f65
|
2writetext UnknownText_0x79f65
|
||||||
closetext
|
closetext
|
||||||
@ -617,7 +617,7 @@ MapElmsLabSignpost14Script: ; 0x78f33
|
|||||||
loadfont
|
loadfont
|
||||||
checkbit2 $0043
|
checkbit2 $0043
|
||||||
iftrue UnknownScript_0x78f49
|
iftrue UnknownScript_0x78f49
|
||||||
checkbit1 EVENT_ELM_CALLED_ABOUT_STOLEN_POKEMON
|
checkevent EVENT_ELM_CALLED_ABOUT_STOLEN_POKEMON
|
||||||
iftrue UnknownScript_0x78f43
|
iftrue UnknownScript_0x78f43
|
||||||
2jump UnknownScript_0x78f49
|
2jump UnknownScript_0x78f49
|
||||||
; 0x78f43
|
; 0x78f43
|
||||||
|
@ -32,8 +32,8 @@ UnknownScript_0x7513b: ; 0x7513b
|
|||||||
playsound $001c
|
playsound $001c
|
||||||
earthquake 30
|
earthquake 30
|
||||||
blackoutmod GROUP_FAST_SHIP_CABINS_SW_SSW_NW, MAP_FAST_SHIP_CABINS_SW_SSW_NW
|
blackoutmod GROUP_FAST_SHIP_CABINS_SW_SSW_NW, MAP_FAST_SHIP_CABINS_SW_SSW_NW
|
||||||
clearbit1 $0031
|
clearevent $0031
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x7515d
|
iftrue UnknownScript_0x7515d
|
||||||
dotrigger $2
|
dotrigger $2
|
||||||
end
|
end
|
||||||
@ -47,9 +47,9 @@ UnknownScript_0x7515d: ; 0x7515d
|
|||||||
SailorScript_0x75160: ; 0x75160
|
SailorScript_0x75160: ; 0x75160
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0031
|
checkevent $0031
|
||||||
iftrue UnknownScript_0x7517a
|
iftrue UnknownScript_0x7517a
|
||||||
checkbit1 $002f
|
checkevent $002f
|
||||||
iftrue UnknownScript_0x75174
|
iftrue UnknownScript_0x75174
|
||||||
2writetext UnknownText_0x7523b
|
2writetext UnknownText_0x7523b
|
||||||
closetext
|
closetext
|
||||||
@ -65,7 +65,7 @@ UnknownScript_0x75174: ; 0x75174
|
|||||||
; 0x7517a
|
; 0x7517a
|
||||||
|
|
||||||
UnknownScript_0x7517a: ; 0x7517a
|
UnknownScript_0x7517a: ; 0x7517a
|
||||||
checkbit1 $002f
|
checkevent $002f
|
||||||
iftrue UnknownScript_0x7519c
|
iftrue UnknownScript_0x7519c
|
||||||
2writetext UnknownText_0x754be
|
2writetext UnknownText_0x754be
|
||||||
closetext
|
closetext
|
||||||
@ -74,7 +74,7 @@ UnknownScript_0x7517a: ; 0x7517a
|
|||||||
playsound $0023
|
playsound $0023
|
||||||
special $002e
|
special $002e
|
||||||
waitbutton
|
waitbutton
|
||||||
setbit1 $072b
|
setevent $072b
|
||||||
domaptrigger GROUP_VERMILION_PORT, MAP_VERMILION_PORT, $1
|
domaptrigger GROUP_VERMILION_PORT, MAP_VERMILION_PORT, $1
|
||||||
warp GROUP_VERMILION_PORT, MAP_VERMILION_PORT, $7, $11
|
warp GROUP_VERMILION_PORT, MAP_VERMILION_PORT, $7, $11
|
||||||
end
|
end
|
||||||
@ -88,7 +88,7 @@ UnknownScript_0x7519c: ; 0x7519c
|
|||||||
playsound $0023
|
playsound $0023
|
||||||
special $002e
|
special $002e
|
||||||
waitbutton
|
waitbutton
|
||||||
setbit1 $072a
|
setevent $072a
|
||||||
domaptrigger GROUP_OLIVINE_PORT, MAP_OLIVINE_PORT, $1
|
domaptrigger GROUP_OLIVINE_PORT, MAP_OLIVINE_PORT, $1
|
||||||
warp GROUP_OLIVINE_PORT, MAP_OLIVINE_PORT, $7, $17
|
warp GROUP_OLIVINE_PORT, MAP_OLIVINE_PORT, $7, $17
|
||||||
end
|
end
|
||||||
@ -111,7 +111,7 @@ UnknownScript_0x751c7: ; 0x751c7
|
|||||||
SailorScript_0x751d0: ; 0x751d0
|
SailorScript_0x751d0: ; 0x751d0
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x751de
|
iftrue UnknownScript_0x751de
|
||||||
2writetext UnknownText_0x752f9
|
2writetext UnknownText_0x752f9
|
||||||
closetext
|
closetext
|
||||||
|
@ -19,7 +19,7 @@ UnknownScript_0x7673b: ; 0x7673b
|
|||||||
; 0x7673c
|
; 0x7673c
|
||||||
|
|
||||||
UnknownScript_0x7673c: ; 0x7673c
|
UnknownScript_0x7673c: ; 0x7673c
|
||||||
checkbit1 $072f
|
checkevent $072f
|
||||||
iftrue UnknownScript_0x76766
|
iftrue UnknownScript_0x76766
|
||||||
applymovement $3, MovementData_0x76876
|
applymovement $3, MovementData_0x76876
|
||||||
moveperson $2, $1e, $6
|
moveperson $2, $1e, $6
|
||||||
@ -30,7 +30,7 @@ UnknownScript_0x7673c: ; 0x7673c
|
|||||||
; 0x76751
|
; 0x76751
|
||||||
|
|
||||||
UnknownScript_0x76751: ; 0x76751
|
UnknownScript_0x76751: ; 0x76751
|
||||||
checkbit1 $072e
|
checkevent $072e
|
||||||
iftrue UnknownScript_0x76766
|
iftrue UnknownScript_0x76766
|
||||||
applymovement $2, MovementData_0x76871
|
applymovement $2, MovementData_0x76871
|
||||||
moveperson $3, $1f, $6
|
moveperson $3, $1f, $6
|
||||||
@ -47,17 +47,17 @@ UnknownScript_0x76766: ; 0x76766
|
|||||||
SailorScript_0x76767: ; 0x76767
|
SailorScript_0x76767: ; 0x76767
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x767a0
|
iftrue UnknownScript_0x767a0
|
||||||
checkbit1 $0033
|
checkevent $0033
|
||||||
iftrue UnknownScript_0x7678d
|
iftrue UnknownScript_0x7678d
|
||||||
checkbit1 $0034
|
checkevent $0034
|
||||||
iftrue UnknownScript_0x76787
|
iftrue UnknownScript_0x76787
|
||||||
2writetext UnknownText_0x7687b
|
2writetext UnknownText_0x7687b
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0034
|
setevent $0034
|
||||||
clearbit1 $072d
|
clearevent $072d
|
||||||
end
|
end
|
||||||
; 0x76787
|
; 0x76787
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ UnknownScript_0x76787: ; 0x76787
|
|||||||
|
|
||||||
UnknownScript_0x7678d: ; 0x7678d
|
UnknownScript_0x7678d: ; 0x7678d
|
||||||
2writetext UnknownText_0x7692e
|
2writetext UnknownText_0x7692e
|
||||||
checkbit1 $0032
|
checkevent $0032
|
||||||
iffalse UnknownScript_0x76799
|
iffalse UnknownScript_0x76799
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -13,7 +13,7 @@ UnknownScript_0x75ea6: ; 0x75ea6
|
|||||||
CaptainScript_0x75ea7: ; 0x75ea7
|
CaptainScript_0x75ea7: ; 0x75ea7
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x75eb5
|
iftrue UnknownScript_0x75eb5
|
||||||
2writetext UnknownText_0x76012
|
2writetext UnknownText_0x76012
|
||||||
closetext
|
closetext
|
||||||
@ -72,7 +72,7 @@ UnknownScript_0x75f09: ; 0x75f09
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x76143
|
2writetext UnknownText_0x76143
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $072b
|
setevent $072b
|
||||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||||
2jump UnknownScript_0x75f37
|
2jump UnknownScript_0x75f37
|
||||||
; 0x75f1f
|
; 0x75f1f
|
||||||
@ -80,9 +80,9 @@ UnknownScript_0x75f09: ; 0x75f09
|
|||||||
GentlemanScript_0x75f1f: ; 0x75f1f
|
GentlemanScript_0x75f1f: ; 0x75f1f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
checkevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
iftrue UnknownScript_0x75f67
|
iftrue UnknownScript_0x75f67
|
||||||
checkbit1 $0732
|
checkevent $0732
|
||||||
iftrue UnknownScript_0x75f58
|
iftrue UnknownScript_0x75f58
|
||||||
2writetext UnknownText_0x760ae
|
2writetext UnknownText_0x760ae
|
||||||
closetext
|
closetext
|
||||||
@ -96,7 +96,7 @@ UnknownScript_0x75f37: ; 0x75f37
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem METAL_COAT, 1
|
verbosegiveitem METAL_COAT, 1
|
||||||
iffalse UnknownScript_0x75f44
|
iffalse UnknownScript_0x75f44
|
||||||
setbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
UnknownScript_0x75f44: ; 0x75f44
|
UnknownScript_0x75f44: ; 0x75f44
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -105,8 +105,8 @@ UnknownScript_0x75f44: ; 0x75f44
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x76645
|
2writetext UnknownText_0x76645
|
||||||
closetext
|
closetext
|
||||||
setbit1 $0031
|
setevent $0031
|
||||||
setbit1 $0032
|
setevent $0032
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x75f58
|
; 0x75f58
|
||||||
@ -116,7 +116,7 @@ UnknownScript_0x75f58: ; 0x75f58
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem METAL_COAT, 1
|
verbosegiveitem METAL_COAT, 1
|
||||||
iffalse UnknownScript_0x75f65
|
iffalse UnknownScript_0x75f65
|
||||||
setbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
UnknownScript_0x75f65: ; 0x75f65
|
UnknownScript_0x75f65: ; 0x75f65
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
|
@ -192,12 +192,12 @@ SailorScript_0x755f1: ; 0x755f1
|
|||||||
startbattle
|
startbattle
|
||||||
reloadmap
|
reloadmap
|
||||||
special $001b
|
special $001b
|
||||||
setbit1 $057d
|
setevent $057d
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x758b1
|
2writetext UnknownText_0x758b1
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0033
|
setevent $0033
|
||||||
domaptrigger GROUP_FAST_SHIP_B1F, MAP_FAST_SHIP_B1F, $1
|
domaptrigger GROUP_FAST_SHIP_B1F, MAP_FAST_SHIP_B1F, $1
|
||||||
checkcode $9
|
checkcode $9
|
||||||
if_equal $3, UnknownScript_0x75629
|
if_equal $3, UnknownScript_0x75629
|
||||||
|
@ -13,7 +13,7 @@ UnknownScript_0x75ea6: ; 0x75ea6
|
|||||||
CaptainScript_0x75ea7: ; 0x75ea7
|
CaptainScript_0x75ea7: ; 0x75ea7
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x75eb5
|
iftrue UnknownScript_0x75eb5
|
||||||
2writetext UnknownText_0x76012
|
2writetext UnknownText_0x76012
|
||||||
closetext
|
closetext
|
||||||
@ -72,7 +72,7 @@ UnknownScript_0x75f09: ; 0x75f09
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x76143
|
2writetext UnknownText_0x76143
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $072b
|
setevent $072b
|
||||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $0
|
||||||
2jump UnknownScript_0x75f37
|
2jump UnknownScript_0x75f37
|
||||||
; 0x75f1f
|
; 0x75f1f
|
||||||
@ -80,9 +80,9 @@ UnknownScript_0x75f09: ; 0x75f09
|
|||||||
GentlemanScript_0x75f1f: ; 0x75f1f
|
GentlemanScript_0x75f1f: ; 0x75f1f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
checkevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
iftrue UnknownScript_0x75f67
|
iftrue UnknownScript_0x75f67
|
||||||
checkbit1 $0732
|
checkevent $0732
|
||||||
iftrue UnknownScript_0x75f58
|
iftrue UnknownScript_0x75f58
|
||||||
2writetext UnknownText_0x760ae
|
2writetext UnknownText_0x760ae
|
||||||
closetext
|
closetext
|
||||||
@ -96,7 +96,7 @@ UnknownScript_0x75f37: ; 0x75f37
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem METAL_COAT, 1
|
verbosegiveitem METAL_COAT, 1
|
||||||
iffalse UnknownScript_0x75f44
|
iffalse UnknownScript_0x75f44
|
||||||
setbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
UnknownScript_0x75f44: ; 0x75f44
|
UnknownScript_0x75f44: ; 0x75f44
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -105,8 +105,8 @@ UnknownScript_0x75f44: ; 0x75f44
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x76645
|
2writetext UnknownText_0x76645
|
||||||
closetext
|
closetext
|
||||||
setbit1 $0031
|
setevent $0031
|
||||||
setbit1 $0032
|
setevent $0032
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x75f58
|
; 0x75f58
|
||||||
@ -116,7 +116,7 @@ UnknownScript_0x75f58: ; 0x75f58
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem METAL_COAT, 1
|
verbosegiveitem METAL_COAT, 1
|
||||||
iffalse UnknownScript_0x75f65
|
iffalse UnknownScript_0x75f65
|
||||||
setbit1 EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
setevent EVENT_GOT_METAL_COAT_FROM_GRANDPA_ON_SS_AQUA
|
||||||
UnknownScript_0x75f65: ; 0x75f65
|
UnknownScript_0x75f65: ; 0x75f65
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
|
@ -149,11 +149,11 @@ MapFastShipCabins_SW_SSW_NWSignpost1Script: ; 0x75aac
|
|||||||
2writetext UnknownText_0x75dc1
|
2writetext UnknownText_0x75dc1
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 $0031
|
checkevent $0031
|
||||||
iftrue UnknownScript_0x75ae1
|
iftrue UnknownScript_0x75ae1
|
||||||
checkbit1 $0032
|
checkevent $0032
|
||||||
iftrue UnknownScript_0x75ae2
|
iftrue UnknownScript_0x75ae2
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x75ae2
|
iftrue UnknownScript_0x75ae2
|
||||||
UnknownScript_0x75ae1: ; 0x75ae1
|
UnknownScript_0x75ae1: ; 0x75ae1
|
||||||
end
|
end
|
||||||
@ -162,13 +162,13 @@ UnknownScript_0x75ae1: ; 0x75ae1
|
|||||||
UnknownScript_0x75ae2: ; 0x75ae2
|
UnknownScript_0x75ae2: ; 0x75ae2
|
||||||
playsound $0027
|
playsound $0027
|
||||||
pause 30
|
pause 30
|
||||||
checkbit1 $002f
|
checkevent $002f
|
||||||
iftrue UnknownScript_0x75af7
|
iftrue UnknownScript_0x75af7
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x75e0f
|
2writetext UnknownText_0x75e0f
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0031
|
setevent $0031
|
||||||
end
|
end
|
||||||
; 0x75af7
|
; 0x75af7
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ UnknownScript_0x75af7: ; 0x75af7
|
|||||||
2writetext UnknownText_0x75dde
|
2writetext UnknownText_0x75dde
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0031
|
setevent $0031
|
||||||
end
|
end
|
||||||
; 0x75b01
|
; 0x75b01
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@ JanineScript_0x195db9: ; 0x195db9
|
|||||||
loadtrainer JANINE, 1
|
loadtrainer JANINE, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_JANINE
|
setevent EVENT_BEAT_JANINE
|
||||||
setbit1 $0517
|
setevent $0517
|
||||||
setbit1 $051a
|
setevent $051a
|
||||||
setbit1 $0482
|
setevent $0482
|
||||||
setbit1 $041e
|
setevent $041e
|
||||||
variablesprite $7, $28
|
variablesprite $7, $28
|
||||||
variablesprite $8, $28
|
variablesprite $8, $28
|
||||||
variablesprite $9, $28
|
variablesprite $9, $28
|
||||||
@ -41,13 +41,13 @@ UnknownScript_0x195e00: ; 0x195e00
|
|||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
UnknownScript_0x195e02: ; 0x195e02
|
UnknownScript_0x195e02: ; 0x195e02
|
||||||
checkbit1 EVENT_GOT_TM06_TOXIC
|
checkevent EVENT_GOT_TM06_TOXIC
|
||||||
iftrue UnknownScript_0x195e15
|
iftrue UnknownScript_0x195e15
|
||||||
2writetext UnknownText_0x196002
|
2writetext UnknownText_0x196002
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_06, 1
|
verbosegiveitem TM_06, 1
|
||||||
iffalse UnknownScript_0x195e15
|
iffalse UnknownScript_0x195e15
|
||||||
setbit1 EVENT_GOT_TM06_TOXIC
|
setevent EVENT_GOT_TM06_TOXIC
|
||||||
UnknownScript_0x195e15: ; 0x195e15
|
UnknownScript_0x195e15: ; 0x195e15
|
||||||
2writetext UnknownText_0x196074
|
2writetext UnknownText_0x196074
|
||||||
closetext
|
closetext
|
||||||
@ -56,7 +56,7 @@ UnknownScript_0x195e15: ; 0x195e15
|
|||||||
; 0x195e1b
|
; 0x195e1b
|
||||||
|
|
||||||
FuschiaGym1Script_0x195e1b: ; 0x195e1b
|
FuschiaGym1Script_0x195e1b: ; 0x195e1b
|
||||||
checkbit1 $0517
|
checkevent $0517
|
||||||
iftrue UnknownScript_0x195e2c
|
iftrue UnknownScript_0x195e2c
|
||||||
applymovement $3, MovementData_0x195f27
|
applymovement $3, MovementData_0x195f27
|
||||||
faceplayer
|
faceplayer
|
||||||
@ -65,7 +65,7 @@ FuschiaGym1Script_0x195e1b: ; 0x195e1b
|
|||||||
UnknownScript_0x195e2c: ; 0x195e2c
|
UnknownScript_0x195e2c: ; 0x195e2c
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0517
|
checkevent $0517
|
||||||
iftrue UnknownScript_0x195e4f
|
iftrue UnknownScript_0x195e4f
|
||||||
2writetext UnknownText_0x1960e6
|
2writetext UnknownText_0x1960e6
|
||||||
closetext
|
closetext
|
||||||
@ -75,7 +75,7 @@ UnknownScript_0x195e2c: ; 0x195e2c
|
|||||||
startbattle
|
startbattle
|
||||||
iftrue UnknownScript_0x195e4a
|
iftrue UnknownScript_0x195e4a
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $0517
|
setevent $0517
|
||||||
end
|
end
|
||||||
; 0x195e4a
|
; 0x195e4a
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ UnknownScript_0x195e4f: ; 0x195e4f
|
|||||||
; 0x195e55
|
; 0x195e55
|
||||||
|
|
||||||
FuschiaGym2Script_0x195e55: ; 0x195e55
|
FuschiaGym2Script_0x195e55: ; 0x195e55
|
||||||
checkbit1 $051a
|
checkevent $051a
|
||||||
iftrue UnknownScript_0x195e66
|
iftrue UnknownScript_0x195e66
|
||||||
applymovement $4, MovementData_0x195f27
|
applymovement $4, MovementData_0x195f27
|
||||||
faceplayer
|
faceplayer
|
||||||
@ -102,7 +102,7 @@ FuschiaGym2Script_0x195e55: ; 0x195e55
|
|||||||
UnknownScript_0x195e66: ; 0x195e66
|
UnknownScript_0x195e66: ; 0x195e66
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $051a
|
checkevent $051a
|
||||||
iftrue UnknownScript_0x195e89
|
iftrue UnknownScript_0x195e89
|
||||||
2writetext UnknownText_0x196166
|
2writetext UnknownText_0x196166
|
||||||
closetext
|
closetext
|
||||||
@ -112,7 +112,7 @@ UnknownScript_0x195e66: ; 0x195e66
|
|||||||
startbattle
|
startbattle
|
||||||
iftrue UnknownScript_0x195e84
|
iftrue UnknownScript_0x195e84
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $051a
|
setevent $051a
|
||||||
end
|
end
|
||||||
; 0x195e84
|
; 0x195e84
|
||||||
|
|
||||||
@ -130,7 +130,7 @@ UnknownScript_0x195e89: ; 0x195e89
|
|||||||
; 0x195e8f
|
; 0x195e8f
|
||||||
|
|
||||||
FuschiaGym3Script_0x195e8f: ; 0x195e8f
|
FuschiaGym3Script_0x195e8f: ; 0x195e8f
|
||||||
checkbit1 $0482
|
checkevent $0482
|
||||||
iftrue UnknownScript_0x195ea0
|
iftrue UnknownScript_0x195ea0
|
||||||
applymovement $5, MovementData_0x195f27
|
applymovement $5, MovementData_0x195f27
|
||||||
faceplayer
|
faceplayer
|
||||||
@ -139,7 +139,7 @@ FuschiaGym3Script_0x195e8f: ; 0x195e8f
|
|||||||
UnknownScript_0x195ea0: ; 0x195ea0
|
UnknownScript_0x195ea0: ; 0x195ea0
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0482
|
checkevent $0482
|
||||||
iftrue UnknownScript_0x195ec3
|
iftrue UnknownScript_0x195ec3
|
||||||
2writetext UnknownText_0x1961bb
|
2writetext UnknownText_0x1961bb
|
||||||
closetext
|
closetext
|
||||||
@ -149,7 +149,7 @@ UnknownScript_0x195ea0: ; 0x195ea0
|
|||||||
startbattle
|
startbattle
|
||||||
iftrue UnknownScript_0x195ebe
|
iftrue UnknownScript_0x195ebe
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $0482
|
setevent $0482
|
||||||
end
|
end
|
||||||
; 0x195ebe
|
; 0x195ebe
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ UnknownScript_0x195ec3: ; 0x195ec3
|
|||||||
; 0x195ec9
|
; 0x195ec9
|
||||||
|
|
||||||
FuschiaGym4Script_0x195ec9: ; 0x195ec9
|
FuschiaGym4Script_0x195ec9: ; 0x195ec9
|
||||||
checkbit1 $041e
|
checkevent $041e
|
||||||
iftrue UnknownScript_0x195eda
|
iftrue UnknownScript_0x195eda
|
||||||
applymovement $6, MovementData_0x195f27
|
applymovement $6, MovementData_0x195f27
|
||||||
faceplayer
|
faceplayer
|
||||||
@ -176,7 +176,7 @@ FuschiaGym4Script_0x195ec9: ; 0x195ec9
|
|||||||
UnknownScript_0x195eda: ; 0x195eda
|
UnknownScript_0x195eda: ; 0x195eda
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $041e
|
checkevent $041e
|
||||||
iftrue UnknownScript_0x195efd
|
iftrue UnknownScript_0x195efd
|
||||||
2writetext UnknownText_0x196228
|
2writetext UnknownText_0x196228
|
||||||
closetext
|
closetext
|
||||||
@ -186,7 +186,7 @@ UnknownScript_0x195eda: ; 0x195eda
|
|||||||
startbattle
|
startbattle
|
||||||
iftrue UnknownScript_0x195ef8
|
iftrue UnknownScript_0x195ef8
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $041e
|
setevent $041e
|
||||||
end
|
end
|
||||||
; 0x195ef8
|
; 0x195ef8
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ UnknownScript_0x195efd: ; 0x195efd
|
|||||||
FuchsiaGymGuyScript: ; 0x195f03
|
FuchsiaGymGuyScript: ; 0x195f03
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_JANINE
|
checkevent EVENT_BEAT_JANINE
|
||||||
iftrue .FuchsiaGymGuyWinScript
|
iftrue .FuchsiaGymGuyWinScript
|
||||||
2writetext FuchsiaGymGuyText
|
2writetext FuchsiaGymGuyText
|
||||||
closetext
|
closetext
|
||||||
|
@ -13,7 +13,7 @@ UnknownScript_0x5474f: ; 0x5474f
|
|||||||
ClerkScript_0x54750: ; 0x54750
|
ClerkScript_0x54750: ; 0x54750
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_BICYCLE
|
checkevent EVENT_GOT_BICYCLE
|
||||||
iftrue UnknownScript_0x54775
|
iftrue UnknownScript_0x54775
|
||||||
2writetext UnknownText_0x54787
|
2writetext UnknownText_0x54787
|
||||||
yesorno
|
yesorno
|
||||||
@ -27,7 +27,7 @@ ClerkScript_0x54750: ; 0x54750
|
|||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit2 $0014
|
setbit2 $0014
|
||||||
setbit1 EVENT_GOT_BICYCLE
|
setevent EVENT_GOT_BICYCLE
|
||||||
UnknownScript_0x54775: ; 0x54775
|
UnknownScript_0x54775: ; 0x54775
|
||||||
2writetext UnknownText_0x5485f
|
2writetext UnknownText_0x5485f
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,7 +9,7 @@ GoldenrodBillsHouse_MapScriptHeader: ; 0x54be2
|
|||||||
BillScript_0x54be4: ; 0x54be4
|
BillScript_0x54be4: ; 0x54be4
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_EEVEE
|
checkevent EVENT_GOT_EEVEE
|
||||||
iftrue UnknownScript_0x54c1f
|
iftrue UnknownScript_0x54c1f
|
||||||
2writetext UnknownText_0x54c74
|
2writetext UnknownText_0x54c74
|
||||||
yesorno
|
yesorno
|
||||||
@ -23,7 +23,7 @@ BillScript_0x54be4: ; 0x54be4
|
|||||||
playsound $0002
|
playsound $0002
|
||||||
waitbutton
|
waitbutton
|
||||||
givepoke EEVEE, 20, 0, 0
|
givepoke EEVEE, 20, 0, 0
|
||||||
setbit1 EVENT_GOT_EEVEE
|
setevent EVENT_GOT_EEVEE
|
||||||
2writetext UnknownText_0x54dc1
|
2writetext UnknownText_0x54dc1
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -54,7 +54,7 @@ UnknownScript_0x54c1f: ; 0x54c1f
|
|||||||
PokefanFScript_0x54c25: ; 0x54c25
|
PokefanFScript_0x54c25: ; 0x54c25
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0712
|
checkevent $0712
|
||||||
iffalse UnknownScript_0x54c33
|
iffalse UnknownScript_0x54c33
|
||||||
2writetext UnknownText_0x54ea8
|
2writetext UnknownText_0x54ea8
|
||||||
closetext
|
closetext
|
||||||
|
@ -15,15 +15,15 @@ GoldenrodCity_MapScriptHeader: ; 0x1988d0
|
|||||||
UnknownScript_0x1988d8: ; 0x1988d8
|
UnknownScript_0x1988d8: ; 0x1988d8
|
||||||
setbit2 $0046
|
setbit2 $0046
|
||||||
setbit2 $0016
|
setbit2 $0016
|
||||||
checkbit1 $00b9
|
checkevent $00b9
|
||||||
iftrue UnknownScript_0x1988e7
|
iftrue UnknownScript_0x1988e7
|
||||||
clearbit1 $0769
|
clearevent $0769
|
||||||
UnknownScript_0x1988e7: ; 0x1988e7
|
UnknownScript_0x1988e7: ; 0x1988e7
|
||||||
return
|
return
|
||||||
; 0x1988e8
|
; 0x1988e8
|
||||||
|
|
||||||
UnknownScript_0x1988e8: ; 0x1988e8
|
UnknownScript_0x1988e8: ; 0x1988e8
|
||||||
checkbit1 $0044
|
checkevent $0044
|
||||||
iffalse UnknownScript_0x198908
|
iffalse UnknownScript_0x198908
|
||||||
checkitem COIN_CASE
|
checkitem COIN_CASE
|
||||||
iffalse UnknownScript_0x1988fd
|
iffalse UnknownScript_0x1988fd
|
||||||
@ -143,7 +143,7 @@ UnknownScript_0x1989c6: ; 0x1989c6
|
|||||||
UnknownScript_0x1989ca: ; 0x1989ca
|
UnknownScript_0x1989ca: ; 0x1989ca
|
||||||
playsound $001f
|
playsound $001f
|
||||||
disappear $10
|
disappear $10
|
||||||
clearbit1 $076b
|
clearevent $076b
|
||||||
setbit2 $005e
|
setbit2 $005e
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
@ -174,7 +174,7 @@ YoungsterScript_0x1989e6: ; 0x1989e6
|
|||||||
CooltrainerFScript_0x1989e9: ; 0x1989e9
|
CooltrainerFScript_0x1989e9: ; 0x1989e9
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x1989f7
|
iftrue UnknownScript_0x1989f7
|
||||||
2writetext UnknownText_0x198ae6
|
2writetext UnknownText_0x198ae6
|
||||||
closetext
|
closetext
|
||||||
|
@ -25,15 +25,15 @@ UnknownScript_0x56099: ; 0x56099
|
|||||||
ClerkScript_0x5609c: ; 0x5609c
|
ClerkScript_0x5609c: ; 0x5609c
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TM02_HEADBUTT
|
checkevent EVENT_GOT_TM02_HEADBUTT
|
||||||
iftrue UnknownScript_0x560ad
|
iftrue UnknownScript_0x560ad
|
||||||
checkbit1 EVENT_GOT_TM08_ROCK_SMASH
|
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||||
iftrue UnknownScript_0x560c2
|
iftrue UnknownScript_0x560c2
|
||||||
2jump UnknownScript_0x560b6
|
2jump UnknownScript_0x560b6
|
||||||
; 0x560ad
|
; 0x560ad
|
||||||
|
|
||||||
UnknownScript_0x560ad: ; 0x560ad
|
UnknownScript_0x560ad: ; 0x560ad
|
||||||
checkbit1 EVENT_GOT_TM08_ROCK_SMASH
|
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
||||||
iftrue UnknownScript_0x560c8
|
iftrue UnknownScript_0x560c8
|
||||||
2jump UnknownScript_0x560bc
|
2jump UnknownScript_0x560bc
|
||||||
; 0x560b6
|
; 0x560b6
|
||||||
|
@ -13,7 +13,7 @@ GoldenrodDeptStoreB1F_MapScriptHeader: ; 0x7d779
|
|||||||
; 0x7d781
|
; 0x7d781
|
||||||
|
|
||||||
UnknownScript_0x7d781: ; 0x7d781
|
UnknownScript_0x7d781: ; 0x7d781
|
||||||
checkbit1 $004a
|
checkevent $004a
|
||||||
iftrue UnknownScript_0x7d78a
|
iftrue UnknownScript_0x7d78a
|
||||||
2jump UnknownScript_0x7d791
|
2jump UnknownScript_0x7d791
|
||||||
; 0x7d78a
|
; 0x7d78a
|
||||||
@ -24,9 +24,9 @@ UnknownScript_0x7d78a: ; 0x7d78a
|
|||||||
; 0x7d791
|
; 0x7d791
|
||||||
|
|
||||||
UnknownScript_0x7d791: ; 0x7d791
|
UnknownScript_0x7d791: ; 0x7d791
|
||||||
checkbit1 $0305
|
checkevent $0305
|
||||||
iftrue UnknownScript_0x7d7a2
|
iftrue UnknownScript_0x7d7a2
|
||||||
checkbit1 $0306
|
checkevent $0306
|
||||||
iftrue UnknownScript_0x7d7a7
|
iftrue UnknownScript_0x7d7a7
|
||||||
changeblock $a, $8, $d
|
changeblock $a, $8, $d
|
||||||
return
|
return
|
||||||
@ -43,7 +43,7 @@ UnknownScript_0x7d7a7: ; 0x7d7a7
|
|||||||
; 0x7d7ac
|
; 0x7d7ac
|
||||||
|
|
||||||
UnknownScript_0x7d7ac: ; 0x7d7ac
|
UnknownScript_0x7d7ac: ; 0x7d7ac
|
||||||
clearbit1 $0307
|
clearevent $0307
|
||||||
return
|
return
|
||||||
; 0x7d7b0
|
; 0x7d7b0
|
||||||
|
|
||||||
|
@ -15,32 +15,32 @@ MapGoldenrodDeptStoreElevatorSignpost0Script: ; 0x56699
|
|||||||
playsound $006e
|
playsound $006e
|
||||||
earthquake 60
|
earthquake 60
|
||||||
waitbutton
|
waitbutton
|
||||||
checkbit1 $0307
|
checkevent $0307
|
||||||
iftrue UnknownScript_0x566df
|
iftrue UnknownScript_0x566df
|
||||||
checkbit1 $0304
|
checkevent $0304
|
||||||
iftrue UnknownScript_0x566cb
|
iftrue UnknownScript_0x566cb
|
||||||
checkbit1 $0305
|
checkevent $0305
|
||||||
iftrue UnknownScript_0x566d5
|
iftrue UnknownScript_0x566d5
|
||||||
checkbit1 $0306
|
checkevent $0306
|
||||||
iftrue UnknownScript_0x566c1
|
iftrue UnknownScript_0x566c1
|
||||||
UnknownScript_0x566c1: ;0x566c1
|
UnknownScript_0x566c1: ;0x566c1
|
||||||
setbit1 $0304
|
setevent $0304
|
||||||
clearbit1 $0305
|
clearevent $0305
|
||||||
clearbit1 $0306
|
clearevent $0306
|
||||||
end
|
end
|
||||||
; 0x566cb
|
; 0x566cb
|
||||||
|
|
||||||
UnknownScript_0x566cb: ; 0x566cb
|
UnknownScript_0x566cb: ; 0x566cb
|
||||||
clearbit1 $0304
|
clearevent $0304
|
||||||
setbit1 $0305
|
setevent $0305
|
||||||
clearbit1 $0306
|
clearevent $0306
|
||||||
end
|
end
|
||||||
; 0x566d5
|
; 0x566d5
|
||||||
|
|
||||||
UnknownScript_0x566d5: ; 0x566d5
|
UnknownScript_0x566d5: ; 0x566d5
|
||||||
clearbit1 $0304
|
clearevent $0304
|
||||||
clearbit1 $0305
|
clearevent $0305
|
||||||
setbit1 $0306
|
setevent $0306
|
||||||
end
|
end
|
||||||
; 0x566df
|
; 0x566df
|
||||||
|
|
||||||
|
@ -27,14 +27,14 @@ UnknownScript_0x56722: ; 0x56722
|
|||||||
UnknownScript_0x5672b: ; 0x5672b
|
UnknownScript_0x5672b: ; 0x5672b
|
||||||
checkbit2 $0061
|
checkbit2 $0061
|
||||||
iftrue UnknownScript_0x56738
|
iftrue UnknownScript_0x56738
|
||||||
setbit1 $06f0
|
setevent $06f0
|
||||||
clearbit1 $06f1
|
clearevent $06f1
|
||||||
return
|
return
|
||||||
; 0x56738
|
; 0x56738
|
||||||
|
|
||||||
UnknownScript_0x56738: ; 0x56738
|
UnknownScript_0x56738: ; 0x56738
|
||||||
clearbit1 $06f0
|
clearevent $06f0
|
||||||
setbit1 $06f1
|
setevent $06f1
|
||||||
return
|
return
|
||||||
; 0x5673f
|
; 0x5673f
|
||||||
|
|
||||||
|
@ -7,13 +7,13 @@ GoldenrodFlowerShop_MapScriptHeader: ; 0x5535b
|
|||||||
; 0x5535d
|
; 0x5535d
|
||||||
|
|
||||||
TeacherScript_0x5535d: ; 0x5535d
|
TeacherScript_0x5535d: ; 0x5535d
|
||||||
checkbit1 EVENT_FOUGHT_SUDOWOODO
|
checkevent EVENT_FOUGHT_SUDOWOODO
|
||||||
iftrue UnknownScript_0x5538f
|
iftrue UnknownScript_0x5538f
|
||||||
checkbit1 EVENT_GOT_SQUIRTBOTTLE
|
checkevent EVENT_GOT_SQUIRTBOTTLE
|
||||||
iftrue UnknownScript_0x55399
|
iftrue UnknownScript_0x55399
|
||||||
checkbit1 $00b9
|
checkevent $00b9
|
||||||
iffalse UnknownScript_0x5539f
|
iffalse UnknownScript_0x5539f
|
||||||
checkbit1 $00ba
|
checkevent $00ba
|
||||||
iffalse UnknownScript_0x5538f
|
iffalse UnknownScript_0x5538f
|
||||||
checkbit2 $001d
|
checkbit2 $001d
|
||||||
iffalse UnknownScript_0x5539c
|
iffalse UnknownScript_0x5539c
|
||||||
@ -22,10 +22,10 @@ TeacherScript_0x5535d: ; 0x5535d
|
|||||||
2writetext UnknownText_0x554c2
|
2writetext UnknownText_0x554c2
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem SQUIRTBOTTLE, 1
|
verbosegiveitem SQUIRTBOTTLE, 1
|
||||||
setbit1 EVENT_GOT_SQUIRTBOTTLE
|
setevent EVENT_GOT_SQUIRTBOTTLE
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0769
|
setevent $0769
|
||||||
clearbit1 $0768
|
clearevent $0768
|
||||||
end
|
end
|
||||||
; 0x5538f
|
; 0x5538f
|
||||||
|
|
||||||
@ -53,16 +53,16 @@ UnknownScript_0x5539f: ; 0x5539f
|
|||||||
LassScript_0x553a2: ; 0x553a2
|
LassScript_0x553a2: ; 0x553a2
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_FOUGHT_SUDOWOODO
|
checkevent EVENT_FOUGHT_SUDOWOODO
|
||||||
iftrue UnknownScript_0x553c5
|
iftrue UnknownScript_0x553c5
|
||||||
checkbit1 EVENT_GOT_SQUIRTBOTTLE
|
checkevent EVENT_GOT_SQUIRTBOTTLE
|
||||||
iftrue UnknownScript_0x553bf
|
iftrue UnknownScript_0x553bf
|
||||||
2writetext UnknownText_0x55561
|
2writetext UnknownText_0x55561
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $00ba
|
setevent $00ba
|
||||||
setbit1 $0768
|
setevent $0768
|
||||||
clearbit1 $0769
|
clearevent $0769
|
||||||
end
|
end
|
||||||
; 0x553bf
|
; 0x553bf
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ GoldenrodGameCorner_MapScriptHeader: ; 0x56bf4
|
|||||||
; 0x56bf9
|
; 0x56bf9
|
||||||
|
|
||||||
UnknownScript_0x56bf9: ; 0x56bf9
|
UnknownScript_0x56bf9: ; 0x56bf9
|
||||||
checkbit1 $0044
|
checkevent $0044
|
||||||
iffalse UnknownScript_0x56c19
|
iffalse UnknownScript_0x56c19
|
||||||
checkitem COIN_CASE
|
checkitem COIN_CASE
|
||||||
iffalse UnknownScript_0x56c0e
|
iffalse UnknownScript_0x56c0e
|
||||||
|
@ -20,7 +20,7 @@ UnknownScript_0x5400b: ; 0x5400b
|
|||||||
|
|
||||||
WhitneyScript_0x5400c: ; 0x5400c
|
WhitneyScript_0x5400c: ; 0x5400c
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_BEAT_WHITNEY
|
checkevent EVENT_BEAT_WHITNEY
|
||||||
iftrue UnknownScript_0x54037
|
iftrue UnknownScript_0x54037
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x54122
|
2writetext UnknownText_0x54122
|
||||||
@ -30,16 +30,16 @@ WhitneyScript_0x5400c: ; 0x5400c
|
|||||||
loadtrainer WHITNEY, 1
|
loadtrainer WHITNEY, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_WHITNEY
|
setevent EVENT_BEAT_WHITNEY
|
||||||
setbit1 EVENT_MADE_WHITNEY_CRY
|
setevent EVENT_MADE_WHITNEY_CRY
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_BEAT_BEAUTY_VICTORIA
|
setevent EVENT_BEAT_BEAUTY_VICTORIA
|
||||||
setbit1 EVENT_BEAT_BEAUTY_SAMANTHA
|
setevent EVENT_BEAT_BEAUTY_SAMANTHA
|
||||||
setbit1 EVENT_BEAT_LASS_CARRIE
|
setevent EVENT_BEAT_LASS_CARRIE
|
||||||
setbit1 EVENT_BEAT_LASS_BRIDGET
|
setevent EVENT_BEAT_LASS_BRIDGET
|
||||||
UnknownScript_0x54037: ; 0x54037
|
UnknownScript_0x54037: ; 0x54037
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_MADE_WHITNEY_CRY
|
checkevent EVENT_MADE_WHITNEY_CRY
|
||||||
iffalse UnknownScript_0x54044
|
iffalse UnknownScript_0x54044
|
||||||
2writetext UnknownText_0x541f4
|
2writetext UnknownText_0x541f4
|
||||||
closetext
|
closetext
|
||||||
@ -48,7 +48,7 @@ UnknownScript_0x54037: ; 0x54037
|
|||||||
; 0x54044
|
; 0x54044
|
||||||
|
|
||||||
UnknownScript_0x54044: ; 0x54044
|
UnknownScript_0x54044: ; 0x54044
|
||||||
checkbit1 EVENT_GOT_TM45_ATTRACT
|
checkevent EVENT_GOT_TM45_ATTRACT
|
||||||
iftrue UnknownScript_0x54077
|
iftrue UnknownScript_0x54077
|
||||||
checkbit2 $001d
|
checkbit2 $001d
|
||||||
iftrue UnknownScript_0x54064
|
iftrue UnknownScript_0x54064
|
||||||
@ -66,7 +66,7 @@ UnknownScript_0x54064: ; 0x54064
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_45, 1
|
verbosegiveitem TM_45, 1
|
||||||
iffalse UnknownScript_0x5407b
|
iffalse UnknownScript_0x5407b
|
||||||
setbit1 EVENT_GOT_TM45_ATTRACT
|
setevent EVENT_GOT_TM45_ATTRACT
|
||||||
2writetext UnknownText_0x54302
|
2writetext UnknownText_0x54302
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -134,7 +134,7 @@ WhitneyCriesScript: ; 0x540a0
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
applymovement $4, BridgetWalksAwayMovement
|
applymovement $4, BridgetWalksAwayMovement
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
clearbit1 EVENT_MADE_WHITNEY_CRY
|
clearevent EVENT_MADE_WHITNEY_CRY
|
||||||
end
|
end
|
||||||
; 0x540bb
|
; 0x540bb
|
||||||
|
|
||||||
@ -227,7 +227,7 @@ BeautySamanthaScript: ; 0x540ef
|
|||||||
|
|
||||||
GoldenrodGymGuyScript: ; 0x540f7
|
GoldenrodGymGuyScript: ; 0x540f7
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_BEAT_WHITNEY
|
checkevent EVENT_BEAT_WHITNEY
|
||||||
iftrue .GoldenrodGymGuyWinScript
|
iftrue .GoldenrodGymGuyWinScript
|
||||||
loadfont
|
loadfont
|
||||||
2writetext GoldenrodGymGuyText
|
2writetext GoldenrodGymGuyText
|
||||||
|
@ -16,7 +16,7 @@ UnknownScript_0x550eb: ; 0x550eb
|
|||||||
OfficerScript_0x550ec: ; 0x550ec
|
OfficerScript_0x550ec: ; 0x550ec
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RESTORED_POWER_TO_KANTO
|
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||||
iftrue UnknownScript_0x550fa
|
iftrue UnknownScript_0x550fa
|
||||||
2writetext UnknownText_0x55160
|
2writetext UnknownText_0x55160
|
||||||
closetext
|
closetext
|
||||||
|
@ -18,7 +18,7 @@ UnknownScript_0x60f94: ; 0x60f94
|
|||||||
; 0x60f9e
|
; 0x60f9e
|
||||||
|
|
||||||
UnknownScript_0x60f9e: ; 0x60f9e
|
UnknownScript_0x60f9e: ; 0x60f9e
|
||||||
checkbit1 EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||||
iftrue UnknownScript_0x60fd8
|
iftrue UnknownScript_0x60fd8
|
||||||
playsound $0023
|
playsound $0023
|
||||||
moveperson $3, $0, $7
|
moveperson $3, $0, $7
|
||||||
@ -31,8 +31,8 @@ UnknownScript_0x60f9e: ; 0x60f9e
|
|||||||
2writetext UnknownText_0x622f0
|
2writetext UnknownText_0x622f0
|
||||||
closetext
|
closetext
|
||||||
verbosegiveitem GS_BALL, 1
|
verbosegiveitem GS_BALL, 1
|
||||||
setbit1 EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||||
setbit1 EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||||
2writetext UnknownText_0x62359
|
2writetext UnknownText_0x62359
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -52,7 +52,7 @@ UnknownScript_0x60fd9: ; 0x60fd9
|
|||||||
; 0x60fe3
|
; 0x60fe3
|
||||||
|
|
||||||
UnknownScript_0x60fe3: ; 0x60fe3
|
UnknownScript_0x60fe3: ; 0x60fe3
|
||||||
checkbit1 EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||||
iftrue UnknownScript_0x6101d
|
iftrue UnknownScript_0x6101d
|
||||||
playsound $0023
|
playsound $0023
|
||||||
moveperson $3, $0, $7
|
moveperson $3, $0, $7
|
||||||
@ -65,8 +65,8 @@ UnknownScript_0x60fe3: ; 0x60fe3
|
|||||||
2writetext UnknownText_0x622f0
|
2writetext UnknownText_0x622f0
|
||||||
closetext
|
closetext
|
||||||
verbosegiveitem GS_BALL, 1
|
verbosegiveitem GS_BALL, 1
|
||||||
setbit1 EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
setevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
|
||||||
setbit1 EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
setevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||||
2writetext UnknownText_0x62359
|
2writetext UnknownText_0x62359
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -34,15 +34,15 @@ UnknownScript_0x181454: ; 0x181454
|
|||||||
pause 15
|
pause 15
|
||||||
writebyte $2
|
writebyte $2
|
||||||
special $003e
|
special $003e
|
||||||
setbit1 $0044
|
setevent $0044
|
||||||
setbit1 $077c
|
setevent $077c
|
||||||
setbit1 $06c4
|
setevent $06c4
|
||||||
clearbit1 $0762
|
clearevent $0762
|
||||||
setbit1 $0737
|
setevent $0737
|
||||||
clearbit1 $0738
|
clearevent $0738
|
||||||
domaptrigger GROUP_SPROUT_TOWER_3F, MAP_SPROUT_TOWER_3F, $1
|
domaptrigger GROUP_SPROUT_TOWER_3F, MAP_SPROUT_TOWER_3F, $1
|
||||||
special $001b
|
special $001b
|
||||||
checkbit1 EVENT_GOT_SS_TICKET_FROM_ELM
|
checkevent EVENT_GOT_SS_TICKET_FROM_ELM
|
||||||
iftrue UnknownScript_0x181497
|
iftrue UnknownScript_0x181497
|
||||||
specialphonecall $5
|
specialphonecall $5
|
||||||
UnknownScript_0x181497: ; 0x181497
|
UnknownScript_0x181497: ; 0x181497
|
||||||
|
@ -38,25 +38,25 @@ StoneTable_0x7e4c7: ; 0x7e4c7
|
|||||||
|
|
||||||
UnknownScript_0x7e4d8: ; 0x7e4d8
|
UnknownScript_0x7e4d8: ; 0x7e4d8
|
||||||
disappear 2
|
disappear 2
|
||||||
clearbit1 EVENT_BOULDER_IN_ICE_PATH_1
|
clearevent EVENT_BOULDER_IN_ICE_PATH_1
|
||||||
2jump UnknownScript_0x7e4f8
|
2jump UnknownScript_0x7e4f8
|
||||||
; 0x7e4e0
|
; 0x7e4e0
|
||||||
|
|
||||||
UnknownScript_0x7e4e0: ; 0x7e4e0
|
UnknownScript_0x7e4e0: ; 0x7e4e0
|
||||||
disappear 3
|
disappear 3
|
||||||
clearbit1 EVENT_BOULDER_IN_ICE_PATH_2
|
clearevent EVENT_BOULDER_IN_ICE_PATH_2
|
||||||
2jump UnknownScript_0x7e4f8
|
2jump UnknownScript_0x7e4f8
|
||||||
; 0x7e4e8
|
; 0x7e4e8
|
||||||
|
|
||||||
UnknownScript_0x7e4e8: ; 0x7e4e8
|
UnknownScript_0x7e4e8: ; 0x7e4e8
|
||||||
disappear 4
|
disappear 4
|
||||||
clearbit1 EVENT_BOULDER_IN_ICE_PATH_3
|
clearevent EVENT_BOULDER_IN_ICE_PATH_3
|
||||||
2jump UnknownScript_0x7e4f8
|
2jump UnknownScript_0x7e4f8
|
||||||
; 0x7e4f0
|
; 0x7e4f0
|
||||||
|
|
||||||
UnknownScript_0x7e4f0: ; 0x7e4f0
|
UnknownScript_0x7e4f0: ; 0x7e4f0
|
||||||
disappear 5
|
disappear 5
|
||||||
clearbit1 EVENT_BOULDER_IN_ICE_PATH_4
|
clearevent EVENT_BOULDER_IN_ICE_PATH_4
|
||||||
2jump UnknownScript_0x7e4f8
|
2jump UnknownScript_0x7e4f8
|
||||||
; 0x7e4f8
|
; 0x7e4f8
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ IlexForest_MapScriptHeader: ; 0x6eafe
|
|||||||
; 0x6eb03
|
; 0x6eb03
|
||||||
|
|
||||||
UnknownScript_0x6eb03: ; 0x6eb03
|
UnknownScript_0x6eb03: ; 0x6eb03
|
||||||
checkbit1 EVENT_GOT_HM01_CUT
|
checkevent EVENT_GOT_HM01_CUT
|
||||||
iftrue UnknownScript_0x6eb34
|
iftrue UnknownScript_0x6eb34
|
||||||
copybytetovar FarfetchdPosition
|
copybytetovar FarfetchdPosition
|
||||||
if_equal $1, UnknownScript_0x6eb35
|
if_equal $1, UnknownScript_0x6eb35
|
||||||
@ -91,7 +91,7 @@ UnknownScript_0x6eb74: ; 0x6eb74
|
|||||||
YoungsterScript_0x6eb7b: ; 0x6eb7b
|
YoungsterScript_0x6eb7b: ; 0x6eb7b
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0029
|
checkevent $0029
|
||||||
iftrue UnknownScript_0x6eb89
|
iftrue UnknownScript_0x6eb89
|
||||||
2writetext UnknownText_0x6ef5c
|
2writetext UnknownText_0x6ef5c
|
||||||
closetext
|
closetext
|
||||||
@ -326,8 +326,8 @@ UnknownScript_0x6ed50: ; 0x6ed50
|
|||||||
appear $2
|
appear $2
|
||||||
loadvar FarfetchdPosition, $a
|
loadvar FarfetchdPosition, $a
|
||||||
appear $4
|
appear $4
|
||||||
setbit1 $06f7
|
setevent $06f7
|
||||||
setbit1 $0029
|
setevent $0029
|
||||||
end
|
end
|
||||||
; 0x6ed74
|
; 0x6ed74
|
||||||
|
|
||||||
@ -373,21 +373,21 @@ UnknownScript_0x6eda1: ; 0x6eda1
|
|||||||
BlackBeltScript_0x6edae: ; 0x6edae
|
BlackBeltScript_0x6edae: ; 0x6edae
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_HM01_CUT
|
checkevent EVENT_GOT_HM01_CUT
|
||||||
iftrue UnknownScript_0x6edd8
|
iftrue UnknownScript_0x6edd8
|
||||||
2writetext UnknownText_0x6f099
|
2writetext UnknownText_0x6f099
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem HM_01, 1
|
verbosegiveitem HM_01, 1
|
||||||
setbit1 EVENT_GOT_HM01_CUT
|
setevent EVENT_GOT_HM01_CUT
|
||||||
2writetext UnknownText_0x6f141
|
2writetext UnknownText_0x6f141
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $06e9
|
setevent $06e9
|
||||||
setbit1 $06f3
|
setevent $06f3
|
||||||
setbit1 $06f4
|
setevent $06f4
|
||||||
clearbit1 $06f5
|
clearevent $06f5
|
||||||
clearbit1 $06f6
|
clearevent $06f6
|
||||||
clearbit1 $06f7
|
clearevent $06f7
|
||||||
end
|
end
|
||||||
; 0x6edd8
|
; 0x6edd8
|
||||||
|
|
||||||
@ -401,13 +401,13 @@ UnknownScript_0x6edd8: ; 0x6edd8
|
|||||||
RockerScript_0x6edde: ; 0x6edde
|
RockerScript_0x6edde: ; 0x6edde
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TM02_HEADBUTT
|
checkevent EVENT_GOT_TM02_HEADBUTT
|
||||||
iftrue UnknownScript_0x6edf3
|
iftrue UnknownScript_0x6edf3
|
||||||
2writetext UnknownText_0x6f21b
|
2writetext UnknownText_0x6f21b
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_02, 1
|
verbosegiveitem TM_02, 1
|
||||||
iffalse UnknownScript_0x6edf7
|
iffalse UnknownScript_0x6edf7
|
||||||
setbit1 EVENT_GOT_TM02_HEADBUTT
|
setevent EVENT_GOT_TM02_HEADBUTT
|
||||||
UnknownScript_0x6edf3: ; 0x6edf3
|
UnknownScript_0x6edf3: ; 0x6edf3
|
||||||
2writetext UnknownText_0x6f26d
|
2writetext UnknownText_0x6f26d
|
||||||
closetext
|
closetext
|
||||||
@ -491,7 +491,7 @@ MapIlexForestSignpost0Script: ; 0x6ee24
|
|||||||
; 0x6ee27
|
; 0x6ee27
|
||||||
|
|
||||||
MapIlexForestSignpost4Script: ; 0x6ee27
|
MapIlexForestSignpost4Script: ; 0x6ee27
|
||||||
checkbit1 $00c0
|
checkevent $00c0
|
||||||
iftrue UnknownScript_0x6ee30
|
iftrue UnknownScript_0x6ee30
|
||||||
2jump UnknownScript_0x6ee35
|
2jump UnknownScript_0x6ee35
|
||||||
; 0x6ee30
|
; 0x6ee30
|
||||||
@ -514,10 +514,10 @@ UnknownScript_0x6ee38: ; 0x6ee38
|
|||||||
|
|
||||||
UnknownScript_0x6ee42: ; 0x6ee42
|
UnknownScript_0x6ee42: ; 0x6ee42
|
||||||
takeitem GS_BALL, 1
|
takeitem GS_BALL, 1
|
||||||
clearbit1 $00c0
|
clearevent $00c0
|
||||||
setbit1 $07a4
|
setevent $07a4
|
||||||
disappear $8
|
disappear $8
|
||||||
clearbit1 $06eb
|
clearevent $06eb
|
||||||
2writetext UnknownText_0x6f43b
|
2writetext UnknownText_0x6f43b
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -24,27 +24,27 @@ UnknownScript_0x18000a: ; 0x18000a
|
|||||||
domaptrigger GROUP_KARENS_ROOM, MAP_KARENS_ROOM, $0
|
domaptrigger GROUP_KARENS_ROOM, MAP_KARENS_ROOM, $0
|
||||||
domaptrigger GROUP_LANCES_ROOM, MAP_LANCES_ROOM, $0
|
domaptrigger GROUP_LANCES_ROOM, MAP_LANCES_ROOM, $0
|
||||||
domaptrigger GROUP_HALL_OF_FAME, MAP_HALL_OF_FAME, $0
|
domaptrigger GROUP_HALL_OF_FAME, MAP_HALL_OF_FAME, $0
|
||||||
clearbit1 $0309
|
clearevent $0309
|
||||||
clearbit1 EVENT_WILLS_ROOM_EXIT_OPEN
|
clearevent EVENT_WILLS_ROOM_EXIT_OPEN
|
||||||
clearbit1 EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
clearevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||||
clearbit1 EVENT_KOGAS_ROOM_EXIT_OPEN
|
clearevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||||
clearbit1 EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
clearevent EVENT_KOGAS_ROOM_ENTRANCE_CLOSED
|
||||||
clearbit1 EVENT_BRUNOS_ROOM_EXIT_OPEN
|
clearevent EVENT_BRUNOS_ROOM_EXIT_OPEN
|
||||||
clearbit1 EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
clearevent EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
||||||
clearbit1 EVENT_KARENS_ROOM_EXIT_OPEN
|
clearevent EVENT_KARENS_ROOM_EXIT_OPEN
|
||||||
clearbit1 EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
clearevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
||||||
clearbit1 $0312
|
clearevent $0312
|
||||||
clearbit1 $05b8
|
clearevent $05b8
|
||||||
clearbit1 $05b9
|
clearevent $05b9
|
||||||
clearbit1 $05ba
|
clearevent $05ba
|
||||||
clearbit1 EVENT_BEAT_ELITE_4_KAREN
|
clearevent EVENT_BEAT_ELITE_4_KAREN
|
||||||
clearbit1 EVENT_BEAT_CHAMPION_LANCE
|
clearevent EVENT_BEAT_CHAMPION_LANCE
|
||||||
setbit1 $075f
|
setevent $075f
|
||||||
return
|
return
|
||||||
; 0x180053
|
; 0x180053
|
||||||
|
|
||||||
UnknownScript_0x180053: ; 0x180053
|
UnknownScript_0x180053: ; 0x180053
|
||||||
checkbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||||
iffalse UnknownScript_0x18012b
|
iffalse UnknownScript_0x18012b
|
||||||
checkbit2 $005d
|
checkbit2 $005d
|
||||||
iftrue UnknownScript_0x18012b
|
iftrue UnknownScript_0x18012b
|
||||||
@ -67,7 +67,7 @@ UnknownScript_0x180053: ; 0x180053
|
|||||||
; 0x180094
|
; 0x180094
|
||||||
|
|
||||||
UnknownScript_0x180094: ; 0x180094
|
UnknownScript_0x180094: ; 0x180094
|
||||||
checkbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||||
iffalse UnknownScript_0x18012b
|
iffalse UnknownScript_0x18012b
|
||||||
checkbit2 $005d
|
checkbit2 $005d
|
||||||
iftrue UnknownScript_0x18012b
|
iftrue UnknownScript_0x18012b
|
||||||
@ -90,10 +90,10 @@ UnknownScript_0x1800ce: ; 0x1800ce
|
|||||||
2writetext UnknownText_0x1801f5
|
2writetext UnknownText_0x1801f5
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $077b
|
setevent $077b
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x1800f3
|
iftrue UnknownScript_0x1800f3
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x180103
|
iftrue UnknownScript_0x180103
|
||||||
winlosstext UnknownText_0x180295, UnknownText_0x1802fd
|
winlosstext UnknownText_0x180295, UnknownText_0x1802fd
|
||||||
setlasttalked $5
|
setlasttalked $5
|
||||||
|
@ -24,11 +24,11 @@ UnknownScript_0x180bc0: ; 0x180bc0
|
|||||||
; 0x180bc1
|
; 0x180bc1
|
||||||
|
|
||||||
UnknownScript_0x180bc1: ; 0x180bc1
|
UnknownScript_0x180bc1: ; 0x180bc1
|
||||||
checkbit1 EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
checkevent EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
||||||
iffalse UnknownScript_0x180bcb
|
iffalse UnknownScript_0x180bcb
|
||||||
changeblock $4, $e, $2a
|
changeblock $4, $e, $2a
|
||||||
UnknownScript_0x180bcb: ; 0x180bcb
|
UnknownScript_0x180bcb: ; 0x180bcb
|
||||||
checkbit1 EVENT_KARENS_ROOM_EXIT_OPEN
|
checkevent EVENT_KARENS_ROOM_EXIT_OPEN
|
||||||
iffalse UnknownScript_0x180bd5
|
iffalse UnknownScript_0x180bd5
|
||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
UnknownScript_0x180bd5: ; 0x180bd5
|
UnknownScript_0x180bd5: ; 0x180bd5
|
||||||
@ -44,7 +44,7 @@ UnknownScript_0x180bd6: ; 0x180bd6
|
|||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
setevent EVENT_KARENS_ROOM_ENTRANCE_CLOSED
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x180bee
|
; 0x180bee
|
||||||
@ -52,7 +52,7 @@ UnknownScript_0x180bd6: ; 0x180bd6
|
|||||||
KarenScript_0x180bee: ; 0x180bee
|
KarenScript_0x180bee: ; 0x180bee
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_ELITE_4_KAREN
|
checkevent EVENT_BEAT_ELITE_4_KAREN
|
||||||
iftrue UnknownScript_0x180c1c
|
iftrue UnknownScript_0x180c1c
|
||||||
2writetext UnknownText_0x180c27
|
2writetext UnknownText_0x180c27
|
||||||
closetext
|
closetext
|
||||||
@ -61,7 +61,7 @@ KarenScript_0x180bee: ; 0x180bee
|
|||||||
loadtrainer KAREN, 1
|
loadtrainer KAREN, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_ELITE_4_KAREN
|
setevent EVENT_BEAT_ELITE_4_KAREN
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x180d29
|
2writetext UnknownText_0x180d29
|
||||||
closetext
|
closetext
|
||||||
@ -70,7 +70,7 @@ KarenScript_0x180bee: ; 0x180bee
|
|||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_KARENS_ROOM_EXIT_OPEN
|
setevent EVENT_KARENS_ROOM_EXIT_OPEN
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x180c1c
|
; 0x180c1c
|
||||||
|
@ -24,11 +24,11 @@ UnknownScript_0x18072c: ; 0x18072c
|
|||||||
; 0x18072d
|
; 0x18072d
|
||||||
|
|
||||||
UnknownScript_0x18072d: ; 0x18072d
|
UnknownScript_0x18072d: ; 0x18072d
|
||||||
checkbit1 EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
checkevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||||
iffalse UnknownScript_0x180737
|
iffalse UnknownScript_0x180737
|
||||||
changeblock $4, $e, $2a
|
changeblock $4, $e, $2a
|
||||||
UnknownScript_0x180737: ; 0x180737
|
UnknownScript_0x180737: ; 0x180737
|
||||||
checkbit1 EVENT_KOGAS_ROOM_EXIT_OPEN
|
checkevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||||
iffalse UnknownScript_0x180741
|
iffalse UnknownScript_0x180741
|
||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
UnknownScript_0x180741: ; 0x180741
|
UnknownScript_0x180741: ; 0x180741
|
||||||
@ -44,7 +44,7 @@ UnknownScript_0x180742: ; 0x180742
|
|||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
setevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x18075a
|
; 0x18075a
|
||||||
@ -52,7 +52,7 @@ UnknownScript_0x180742: ; 0x180742
|
|||||||
KogaScript_0x18075a: ; 0x18075a
|
KogaScript_0x18075a: ; 0x18075a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $05b9
|
checkevent $05b9
|
||||||
iftrue UnknownScript_0x180788
|
iftrue UnknownScript_0x180788
|
||||||
2writetext UnknownText_0x180793
|
2writetext UnknownText_0x180793
|
||||||
closetext
|
closetext
|
||||||
@ -61,7 +61,7 @@ KogaScript_0x18075a: ; 0x18075a
|
|||||||
loadtrainer KOGA, 1
|
loadtrainer KOGA, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $05b9
|
setevent $05b9
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x1808ca
|
2writetext UnknownText_0x1808ca
|
||||||
closetext
|
closetext
|
||||||
@ -70,7 +70,7 @@ KogaScript_0x18075a: ; 0x18075a
|
|||||||
changeblock $4, $2, $16
|
changeblock $4, $2, $16
|
||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_KOGAS_ROOM_EXIT_OPEN
|
setevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||||
waitbutton
|
waitbutton
|
||||||
end
|
end
|
||||||
; 0x180788
|
; 0x180788
|
||||||
|
@ -19,14 +19,14 @@ UnknownScript_0x7a4d7: ; 0x7a4d7
|
|||||||
; 0x7a4d8
|
; 0x7a4d8
|
||||||
|
|
||||||
UnknownScript_0x7a4d8: ; 0x7a4d8
|
UnknownScript_0x7a4d8: ; 0x7a4d8
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
; 0x7a4db
|
; 0x7a4db
|
||||||
|
|
||||||
UnknownScript_0x7a4db: ; 0x7a4db
|
UnknownScript_0x7a4db: ; 0x7a4db
|
||||||
playmusic $004e
|
playmusic $004e
|
||||||
showemote $0, $2, 15
|
showemote $0, $2, 15
|
||||||
spriteface $0, $2
|
spriteface $0, $2
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iffalse UnknownScript_0x7a4f2
|
iffalse UnknownScript_0x7a4f2
|
||||||
applymovement $2, MovementData_0x7a5fc
|
applymovement $2, MovementData_0x7a5fc
|
||||||
2jump UnknownScript_0x7a4f6
|
2jump UnknownScript_0x7a4f6
|
||||||
@ -44,8 +44,8 @@ UnknownScript_0x7a4f6: ; 0x7a4f6
|
|||||||
setbit2 $0002
|
setbit2 $0002
|
||||||
addcellnum $1
|
addcellnum $1
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 $06c7
|
setevent $06c7
|
||||||
clearbit1 $06c8
|
clearevent $06c8
|
||||||
2writetext UnknownText_0x7a6bd
|
2writetext UnknownText_0x7a6bd
|
||||||
keeptextopen
|
keeptextopen
|
||||||
special $0025
|
special $0025
|
||||||
@ -86,9 +86,9 @@ UnknownScript_0x7a549: ; 0x7a549
|
|||||||
2writetext UnknownText_0x7a850
|
2writetext UnknownText_0x7a850
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x7a55d
|
iftrue UnknownScript_0x7a55d
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iffalse UnknownScript_0x7a564
|
iffalse UnknownScript_0x7a564
|
||||||
2jump UnknownScript_0x7a56b
|
2jump UnknownScript_0x7a56b
|
||||||
; 0x7a55d
|
; 0x7a55d
|
||||||
@ -125,17 +125,17 @@ UnknownScript_0x7a57e: ; 0x7a57e
|
|||||||
|
|
||||||
MomScript_0x7a582: ; 0x7a582
|
MomScript_0x7a582: ; 0x7a582
|
||||||
faceplayer
|
faceplayer
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
checktriggers
|
checktriggers
|
||||||
iffalse UnknownScript_0x7a572
|
iffalse UnknownScript_0x7a572
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0076
|
checkevent $0076
|
||||||
iftrue UnknownScript_0x7a5af
|
iftrue UnknownScript_0x7a5af
|
||||||
checkbit1 EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
checkevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
||||||
iftrue UnknownScript_0x7a5b8
|
iftrue UnknownScript_0x7a5b8
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x7a5b5
|
iftrue UnknownScript_0x7a5b5
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue UnknownScript_0x7a5a9
|
iftrue UnknownScript_0x7a5a9
|
||||||
2writetext UnknownText_0x7a8b5
|
2writetext UnknownText_0x7a8b5
|
||||||
closetext
|
closetext
|
||||||
@ -158,9 +158,9 @@ UnknownScript_0x7a5af: ; 0x7a5af
|
|||||||
; 0x7a5b5
|
; 0x7a5b5
|
||||||
|
|
||||||
UnknownScript_0x7a5b5: ; 0x7a5b5
|
UnknownScript_0x7a5b5: ; 0x7a5b5
|
||||||
setbit1 $0076
|
setevent $0076
|
||||||
UnknownScript_0x7a5b8: ; 0x7a5b8
|
UnknownScript_0x7a5b8: ; 0x7a5b8
|
||||||
setbit1 EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
setevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
||||||
special $0022
|
special $0022
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -18,8 +18,8 @@ UnknownScript_0x7abb3: ; 0x7abb3
|
|||||||
|
|
||||||
UnknownScript_0x7abb4: ; 0x7abb4
|
UnknownScript_0x7abb4: ; 0x7abb4
|
||||||
special $004a
|
special $004a
|
||||||
setbit1 $0007
|
setevent $0007
|
||||||
checkbit1 $0036
|
checkevent $0036
|
||||||
iftrue UnknownScript_0x7abc4
|
iftrue UnknownScript_0x7abc4
|
||||||
jumpstd $0018
|
jumpstd $0018
|
||||||
return
|
return
|
||||||
@ -55,7 +55,7 @@ ConsoleScript_0x7abd2: ; 0x7abd2
|
|||||||
; 0x7abd4
|
; 0x7abd4
|
||||||
|
|
||||||
MapKrissHouse2FSignpost4: ; 0x7abd4
|
MapKrissHouse2FSignpost4: ; 0x7abd4
|
||||||
dw $02cc ; bit1
|
dw $02cc ; event
|
||||||
dw MapKrissHouse2FSignpost4Script
|
dw MapKrissHouse2FSignpost4Script
|
||||||
; 0x7abd8
|
; 0x7abd8
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ MapKrissHouse2FSignpost4Script: ; 0x7abd8
|
|||||||
; 0x7abda
|
; 0x7abda
|
||||||
|
|
||||||
MapKrissHouse2FSignpost2Script: ; 0x7abda
|
MapKrissHouse2FSignpost2Script: ; 0x7abda
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue UnknownScript_0x7ac07
|
iftrue UnknownScript_0x7ac07
|
||||||
checkbit1 EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
checkevent EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
||||||
iftrue UnknownScript_0x7ac0a
|
iftrue UnknownScript_0x7ac0a
|
||||||
playmusic $001d
|
playmusic $001d
|
||||||
loadfont
|
loadfont
|
||||||
@ -80,7 +80,7 @@ MapKrissHouse2FSignpost2Script: ; 0x7abda
|
|||||||
2writetext UnknownText_0x7ac84
|
2writetext UnknownText_0x7ac84
|
||||||
pause 45
|
pause 45
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
setevent EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
||||||
end
|
end
|
||||||
; 0x7ac07
|
; 0x7ac07
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ MapKrissNeighborsHouseSignpost1Script: ; 0x7acf4
|
|||||||
; 0x7acf7
|
; 0x7acf7
|
||||||
|
|
||||||
MapKrissNeighborsHouseSignpost2Script: ; 0x7acf7
|
MapKrissNeighborsHouseSignpost2Script: ; 0x7acf7
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue UnknownScript_0x7ad24
|
iftrue UnknownScript_0x7ad24
|
||||||
checkbit1 EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
checkevent EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
||||||
iftrue UnknownScript_0x7ad27
|
iftrue UnknownScript_0x7ad27
|
||||||
playmusic $001d
|
playmusic $001d
|
||||||
loadfont
|
loadfont
|
||||||
@ -35,7 +35,7 @@ MapKrissNeighborsHouseSignpost2Script: ; 0x7acf7
|
|||||||
2writetext UnknownText_0x7ae9b
|
2writetext UnknownText_0x7ae9b
|
||||||
pause 45
|
pause 45
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
setevent EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE
|
||||||
end
|
end
|
||||||
; 0x7ad24
|
; 0x7ad24
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@ KurtsHouse_MapScriptHeader: ; 0x18e14f
|
|||||||
; 0x18e154
|
; 0x18e154
|
||||||
|
|
||||||
UnknownScript_0x18e154: ; 0x18e154
|
UnknownScript_0x18e154: ; 0x18e154
|
||||||
checkbit1 EVENT_CLEARED_SLOWPOKE_WELL
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||||
iffalse UnknownScript_0x18e177
|
iffalse UnknownScript_0x18e177
|
||||||
checkbit1 $00c0
|
checkevent $00c0
|
||||||
iftrue UnknownScript_0x18e177
|
iftrue UnknownScript_0x18e177
|
||||||
checkbit2 $0050
|
checkbit2 $0050
|
||||||
iftrue UnknownScript_0x18e16f
|
iftrue UnknownScript_0x18e16f
|
||||||
@ -36,15 +36,15 @@ UnknownScript_0x18e177: ; 0x18e177
|
|||||||
KurtScript_0x18e178: ; 0x18e178
|
KurtScript_0x18e178: ; 0x18e178
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0035
|
checkevent $0035
|
||||||
iftrue UnknownScript_0x18e1cc
|
iftrue UnknownScript_0x18e1cc
|
||||||
checkbit1 EVENT_CLEARED_SLOWPOKE_WELL
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||||
iftrue UnknownScript_0x18e1bf
|
iftrue UnknownScript_0x18e1bf
|
||||||
2writetext UnknownText_0x18e473
|
2writetext UnknownText_0x18e473
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
special $006a
|
special $006a
|
||||||
setbit1 $06fa
|
setevent $06fa
|
||||||
checkcode $9
|
checkcode $9
|
||||||
if_equal $1, UnknownScript_0x18e1ab
|
if_equal $1, UnknownScript_0x18e1ab
|
||||||
spriteface $0, $0
|
spriteface $0, $0
|
||||||
@ -73,30 +73,30 @@ UnknownScript_0x18e1bf: ; 0x18e1bf
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem LURE_BALL, 1
|
verbosegiveitem LURE_BALL, 1
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
setbit1 $0035
|
setevent $0035
|
||||||
UnknownScript_0x18e1cc: ; 0x18e1cc
|
UnknownScript_0x18e1cc: ; 0x18e1cc
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x18e29f
|
iftrue UnknownScript_0x18e29f
|
||||||
checkbit1 $0258
|
checkevent $0258
|
||||||
iftrue UnknownScript_0x18e2b4
|
iftrue UnknownScript_0x18e2b4
|
||||||
checkbit1 $0259
|
checkevent $0259
|
||||||
iftrue UnknownScript_0x18e2ca
|
iftrue UnknownScript_0x18e2ca
|
||||||
checkbit1 $025a
|
checkevent $025a
|
||||||
iftrue UnknownScript_0x18e2e0
|
iftrue UnknownScript_0x18e2e0
|
||||||
checkbit1 $025b
|
checkevent $025b
|
||||||
iftrue UnknownScript_0x18e2f6
|
iftrue UnknownScript_0x18e2f6
|
||||||
checkbit1 $025c
|
checkevent $025c
|
||||||
iftrue UnknownScript_0x18e30c
|
iftrue UnknownScript_0x18e30c
|
||||||
checkbit1 $025d
|
checkevent $025d
|
||||||
iftrue UnknownScript_0x18e322
|
iftrue UnknownScript_0x18e322
|
||||||
checkbit1 $025e
|
checkevent $025e
|
||||||
iftrue UnknownScript_0x18e338
|
iftrue UnknownScript_0x18e338
|
||||||
checkbit1 EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
checkevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||||
iftrue UnknownScript_0x18e34e
|
iftrue UnknownScript_0x18e34e
|
||||||
UnknownScript_0x18e202: ; 0x18e202
|
UnknownScript_0x18e202: ; 0x18e202
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x18e212
|
iftrue UnknownScript_0x18e212
|
||||||
checkbit1 $0002
|
checkevent $0002
|
||||||
iftrue UnknownScript_0x18e212
|
iftrue UnknownScript_0x18e212
|
||||||
2writetext UnknownText_0x18e6c9
|
2writetext UnknownText_0x18e6c9
|
||||||
closetext
|
closetext
|
||||||
@ -115,9 +115,9 @@ UnknownScript_0x18e212: ; 0x18e212
|
|||||||
iftrue UnknownScript_0x18e249
|
iftrue UnknownScript_0x18e249
|
||||||
checkitem PNK_APRICORN
|
checkitem PNK_APRICORN
|
||||||
iftrue UnknownScript_0x18e249
|
iftrue UnknownScript_0x18e249
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x18e2ae
|
iftrue UnknownScript_0x18e2ae
|
||||||
checkbit1 $0002
|
checkevent $0002
|
||||||
iftrue UnknownScript_0x18e243
|
iftrue UnknownScript_0x18e243
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
@ -133,7 +133,7 @@ UnknownScript_0x18e243: ; 0x18e243
|
|||||||
UnknownScript_0x18e249: ; 0x18e249
|
UnknownScript_0x18e249: ; 0x18e249
|
||||||
2writetext UnknownText_0x18e736
|
2writetext UnknownText_0x18e736
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0002
|
setevent $0002
|
||||||
special $0056
|
special $0056
|
||||||
if_equal $0, UnknownScript_0x18e2a5
|
if_equal $0, UnknownScript_0x18e2a5
|
||||||
if_equal $59, UnknownScript_0x18e275
|
if_equal $59, UnknownScript_0x18e275
|
||||||
@ -142,42 +142,42 @@ UnknownScript_0x18e249: ; 0x18e249
|
|||||||
if_equal $61, UnknownScript_0x18e287
|
if_equal $61, UnknownScript_0x18e287
|
||||||
if_equal $63, UnknownScript_0x18e28d
|
if_equal $63, UnknownScript_0x18e28d
|
||||||
if_equal $65, UnknownScript_0x18e293
|
if_equal $65, UnknownScript_0x18e293
|
||||||
setbit1 $0258
|
setevent $0258
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e275
|
; 0x18e275
|
||||||
|
|
||||||
UnknownScript_0x18e275: ; 0x18e275
|
UnknownScript_0x18e275: ; 0x18e275
|
||||||
setbit1 $0259
|
setevent $0259
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e27b
|
; 0x18e27b
|
||||||
|
|
||||||
UnknownScript_0x18e27b: ; 0x18e27b
|
UnknownScript_0x18e27b: ; 0x18e27b
|
||||||
setbit1 $025a
|
setevent $025a
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e281
|
; 0x18e281
|
||||||
|
|
||||||
UnknownScript_0x18e281: ; 0x18e281
|
UnknownScript_0x18e281: ; 0x18e281
|
||||||
setbit1 $025b
|
setevent $025b
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e287
|
; 0x18e287
|
||||||
|
|
||||||
UnknownScript_0x18e287: ; 0x18e287
|
UnknownScript_0x18e287: ; 0x18e287
|
||||||
setbit1 $025c
|
setevent $025c
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e28d
|
; 0x18e28d
|
||||||
|
|
||||||
UnknownScript_0x18e28d: ; 0x18e28d
|
UnknownScript_0x18e28d: ; 0x18e28d
|
||||||
setbit1 $025d
|
setevent $025d
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e293
|
; 0x18e293
|
||||||
|
|
||||||
UnknownScript_0x18e293: ; 0x18e293
|
UnknownScript_0x18e293: ; 0x18e293
|
||||||
setbit1 $025e
|
setevent $025e
|
||||||
2jump UnknownScript_0x18e299
|
2jump UnknownScript_0x18e299
|
||||||
; 0x18e299
|
; 0x18e299
|
||||||
|
|
||||||
UnknownScript_0x18e299: ; 0x18e299
|
UnknownScript_0x18e299: ; 0x18e299
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
setbit2 $0050
|
setbit2 $0050
|
||||||
UnknownScript_0x18e29f: ; 0x18e29f
|
UnknownScript_0x18e29f: ; 0x18e29f
|
||||||
2writetext UnknownText_0x18e779
|
2writetext UnknownText_0x18e779
|
||||||
@ -194,7 +194,7 @@ UnknownScript_0x18e2a5: ; 0x18e2a5
|
|||||||
; 0x18e2ab
|
; 0x18e2ab
|
||||||
|
|
||||||
UnknownScript_0x18e2ab: ; 0x18e2ab
|
UnknownScript_0x18e2ab: ; 0x18e2ab
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
UnknownScript_0x18e2ae: ; 0x18e2ae
|
UnknownScript_0x18e2ae: ; 0x18e2ae
|
||||||
2writetext UnknownText_0x18e82a
|
2writetext UnknownText_0x18e82a
|
||||||
closetext
|
closetext
|
||||||
@ -211,7 +211,7 @@ UnknownScript_0x18e2b4: ; 0x18e2b4
|
|||||||
verbosegiveitem2 LEVEL_BALL, $16
|
verbosegiveitem2 LEVEL_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e2c4: ; 0x18e2c4
|
UnknownScript_0x18e2c4: ; 0x18e2c4
|
||||||
clearbit1 $0258
|
clearevent $0258
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e2ca
|
; 0x18e2ca
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ UnknownScript_0x18e2ca: ; 0x18e2ca
|
|||||||
verbosegiveitem2 LURE_BALL, $16
|
verbosegiveitem2 LURE_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e2da: ; 0x18e2da
|
UnknownScript_0x18e2da: ; 0x18e2da
|
||||||
clearbit1 $0259
|
clearevent $0259
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e2e0
|
; 0x18e2e0
|
||||||
|
|
||||||
@ -235,7 +235,7 @@ UnknownScript_0x18e2e0: ; 0x18e2e0
|
|||||||
verbosegiveitem2 MOON_BALL, $16
|
verbosegiveitem2 MOON_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e2f0: ; 0x18e2f0
|
UnknownScript_0x18e2f0: ; 0x18e2f0
|
||||||
clearbit1 $025a
|
clearevent $025a
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e2f6
|
; 0x18e2f6
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ UnknownScript_0x18e2f6: ; 0x18e2f6
|
|||||||
verbosegiveitem2 FRIEND_BALL, $16
|
verbosegiveitem2 FRIEND_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e306: ; 0x18e306
|
UnknownScript_0x18e306: ; 0x18e306
|
||||||
clearbit1 $025b
|
clearevent $025b
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e30c
|
; 0x18e30c
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ UnknownScript_0x18e30c: ; 0x18e30c
|
|||||||
verbosegiveitem2 FAST_BALL, $16
|
verbosegiveitem2 FAST_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e31c: ; 0x18e31c
|
UnknownScript_0x18e31c: ; 0x18e31c
|
||||||
clearbit1 $025c
|
clearevent $025c
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e322
|
; 0x18e322
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ UnknownScript_0x18e322: ; 0x18e322
|
|||||||
verbosegiveitem2 HEAVY_BALL, $16
|
verbosegiveitem2 HEAVY_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e332: ; 0x18e332
|
UnknownScript_0x18e332: ; 0x18e332
|
||||||
clearbit1 $025d
|
clearevent $025d
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e338
|
; 0x18e338
|
||||||
|
|
||||||
@ -283,19 +283,19 @@ UnknownScript_0x18e338: ; 0x18e338
|
|||||||
verbosegiveitem2 LOVE_BALL, $16
|
verbosegiveitem2 LOVE_BALL, $16
|
||||||
iffalse UnknownScript_0x18e2b2
|
iffalse UnknownScript_0x18e2b2
|
||||||
UnknownScript_0x18e348: ; 0x18e348
|
UnknownScript_0x18e348: ; 0x18e348
|
||||||
clearbit1 $025e
|
clearevent $025e
|
||||||
2jump UnknownScript_0x18e2ab
|
2jump UnknownScript_0x18e2ab
|
||||||
; 0x18e34e
|
; 0x18e34e
|
||||||
|
|
||||||
UnknownScript_0x18e34e: ; 0x18e34e
|
UnknownScript_0x18e34e: ; 0x18e34e
|
||||||
checkbit1 $00bf
|
checkevent $00bf
|
||||||
iftrue UnknownScript_0x18e368
|
iftrue UnknownScript_0x18e368
|
||||||
checkitem GS_BALL
|
checkitem GS_BALL
|
||||||
iffalse UnknownScript_0x18e202
|
iffalse UnknownScript_0x18e202
|
||||||
2writetext UnknownText_0x18e8ab
|
2writetext UnknownText_0x18e8ab
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $00bf
|
setevent $00bf
|
||||||
takeitem GS_BALL, 1
|
takeitem GS_BALL, 1
|
||||||
setbit2 $0050
|
setbit2 $0050
|
||||||
end
|
end
|
||||||
@ -316,9 +316,9 @@ UnknownScript_0x18e378: ; 0x18e378
|
|||||||
2writetext UnknownText_0x18e95c
|
2writetext UnknownText_0x18e95c
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $00c0
|
setevent $00c0
|
||||||
clearbit1 EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
clearevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||||
clearbit1 $00bf
|
clearevent $00bf
|
||||||
special $006a
|
special $006a
|
||||||
pause 20
|
pause 20
|
||||||
showemote $0, $2, 30
|
showemote $0, $2, 30
|
||||||
@ -337,7 +337,7 @@ UnknownScript_0x18e3a2: ; 0x18e3a2
|
|||||||
UnknownScript_0x18e3ac: ; 0x18e3ac
|
UnknownScript_0x18e3ac: ; 0x18e3ac
|
||||||
playsound $0023
|
playsound $0023
|
||||||
disappear $2
|
disappear $2
|
||||||
clearbit1 $07a4
|
clearevent $07a4
|
||||||
waitbutton
|
waitbutton
|
||||||
special $003d
|
special $003d
|
||||||
domaptrigger GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN, $2
|
domaptrigger GROUP_AZALEA_TOWN, MAP_AZALEA_TOWN, $2
|
||||||
@ -347,10 +347,10 @@ UnknownScript_0x18e3ac: ; 0x18e3ac
|
|||||||
KurtScript_0x18e3bd: ; 0x18e3bd
|
KurtScript_0x18e3bd: ; 0x18e3bd
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $00bf
|
checkevent $00bf
|
||||||
iftrue UnknownScript_0x18e3e0
|
iftrue UnknownScript_0x18e3e0
|
||||||
UnknownScript_0x18e3c5: ; 0x18e3c5
|
UnknownScript_0x18e3c5: ; 0x18e3c5
|
||||||
checkbit1 $00bb
|
checkevent $00bb
|
||||||
iffalse UnknownScript_0x18e3d4
|
iffalse UnknownScript_0x18e3d4
|
||||||
2writetext UnknownText_0x18e7d8
|
2writetext UnknownText_0x18e7d8
|
||||||
closetext
|
closetext
|
||||||
@ -364,7 +364,7 @@ UnknownScript_0x18e3d4: ; 0x18e3d4
|
|||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
spriteface $5, $1
|
spriteface $5, $1
|
||||||
setbit1 $00bb
|
setevent $00bb
|
||||||
end
|
end
|
||||||
; 0x18e3e0
|
; 0x18e3e0
|
||||||
|
|
||||||
@ -380,17 +380,17 @@ UnknownScript_0x18e3e0: ; 0x18e3e0
|
|||||||
|
|
||||||
TwinScript_0x18e3ed: ; 0x18e3ed
|
TwinScript_0x18e3ed: ; 0x18e3ed
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x18e42f
|
iftrue UnknownScript_0x18e42f
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x18e448
|
iftrue UnknownScript_0x18e448
|
||||||
checkbit1 $00c0
|
checkevent $00c0
|
||||||
iftrue UnknownScript_0x18e420
|
iftrue UnknownScript_0x18e420
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iftrue UnknownScript_0x18e427
|
iftrue UnknownScript_0x18e427
|
||||||
checkbit1 EVENT_CLEARED_SLOWPOKE_WELL
|
checkevent EVENT_CLEARED_SLOWPOKE_WELL
|
||||||
iftrue UnknownScript_0x18e419
|
iftrue UnknownScript_0x18e419
|
||||||
checkbit1 $06fa
|
checkevent $06fa
|
||||||
iftrue UnknownScript_0x18e420
|
iftrue UnknownScript_0x18e420
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x18e9b5
|
2writetext UnknownText_0x18e9b5
|
||||||
@ -427,7 +427,7 @@ TwinScript_0x18e42e: ; 0x18e42e
|
|||||||
faceplayer
|
faceplayer
|
||||||
UnknownScript_0x18e42f: ; 0x18e42f
|
UnknownScript_0x18e42f: ; 0x18e42f
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $00bf
|
checkevent $00bf
|
||||||
iftrue UnknownScript_0x18e43f
|
iftrue UnknownScript_0x18e43f
|
||||||
2writetext UnknownText_0x18eab2
|
2writetext UnknownText_0x18eab2
|
||||||
closetext
|
closetext
|
||||||
|
@ -42,7 +42,7 @@ UnknownScript_0x7001f: ; 0x7001f
|
|||||||
; 0x70022
|
; 0x70022
|
||||||
|
|
||||||
LanceScript_0x70022: ; 0x70022
|
LanceScript_0x70022: ; 0x70022
|
||||||
checkbit1 EVENT_REFUSED_TO_HELP_LANCE_AT_LAKE_OF_RAGE
|
checkevent EVENT_REFUSED_TO_HELP_LANCE_AT_LAKE_OF_RAGE
|
||||||
iftrue UnknownScript_0x70057
|
iftrue UnknownScript_0x70057
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x70157
|
2writetext UnknownText_0x70157
|
||||||
@ -58,8 +58,8 @@ UnknownScript_0x70035: ; 0x70035
|
|||||||
playsound $0013
|
playsound $0013
|
||||||
applymovement $2, MovementData_0x70155
|
applymovement $2, MovementData_0x70155
|
||||||
disappear $2
|
disappear $2
|
||||||
clearbit1 $06d5
|
clearevent $06d5
|
||||||
setbit1 EVENT_DECIDED_TO_HELP_LANCE
|
setevent EVENT_DECIDED_TO_HELP_LANCE
|
||||||
domaptrigger GROUP_MAHOGANY_MART_1F, MAP_MAHOGANY_MART_1F, $1
|
domaptrigger GROUP_MAHOGANY_MART_1F, MAP_MAHOGANY_MART_1F, $1
|
||||||
end
|
end
|
||||||
; 0x7004e
|
; 0x7004e
|
||||||
@ -68,7 +68,7 @@ UnknownScript_0x7004e: ; 0x7004e
|
|||||||
2writetext UnknownText_0x70371
|
2writetext UnknownText_0x70371
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_REFUSED_TO_HELP_LANCE_AT_LAKE_OF_RAGE
|
setevent EVENT_REFUSED_TO_HELP_LANCE_AT_LAKE_OF_RAGE
|
||||||
end
|
end
|
||||||
; 0x70057
|
; 0x70057
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ UnknownScript_0x7007a: ; 0x7007a
|
|||||||
GrampsScript_0x7008e: ; 0x7008e
|
GrampsScript_0x7008e: ; 0x7008e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue UnknownScript_0x7009c
|
iftrue UnknownScript_0x7009c
|
||||||
2writetext UnknownText_0x703f8
|
2writetext UnknownText_0x703f8
|
||||||
closetext
|
closetext
|
||||||
@ -140,7 +140,7 @@ MapLakeofRageSignpost0Script: ; 0x700a8
|
|||||||
MapLakeofRageSignpost1Script: ; 0x700ab
|
MapLakeofRageSignpost1Script: ; 0x700ab
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x70903
|
2writetext UnknownText_0x70903
|
||||||
checkbit1 EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue UnknownScript_0x700b8
|
iftrue UnknownScript_0x700b8
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -273,21 +273,21 @@ CooltrainerfLoisScript: ; 0x70106
|
|||||||
SuperNerdScript_0x7010e: ; 0x7010e
|
SuperNerdScript_0x7010e: ; 0x7010e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_BLACKBELT_FROM_WESLEY
|
checkevent EVENT_GOT_BLACKBELT_FROM_WESLEY
|
||||||
iftrue UnknownScript_0x7013c
|
iftrue UnknownScript_0x7013c
|
||||||
checkcode $b
|
checkcode $b
|
||||||
if_not_equal WEDNESDAY, UnknownScript_0x70142
|
if_not_equal WEDNESDAY, UnknownScript_0x70142
|
||||||
checkbit1 EVENT_MET_WESLEY_OF_WEDNESDAY
|
checkevent EVENT_MET_WESLEY_OF_WEDNESDAY
|
||||||
iftrue UnknownScript_0x70129
|
iftrue UnknownScript_0x70129
|
||||||
2writetext UnknownText_0x70784
|
2writetext UnknownText_0x70784
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_MET_WESLEY_OF_WEDNESDAY
|
setevent EVENT_MET_WESLEY_OF_WEDNESDAY
|
||||||
UnknownScript_0x70129: ; 0x70129
|
UnknownScript_0x70129: ; 0x70129
|
||||||
2writetext UnknownText_0x707dd
|
2writetext UnknownText_0x707dd
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem BLACKBELT, 1
|
verbosegiveitem BLACKBELT, 1
|
||||||
iffalse UnknownScript_0x70140
|
iffalse UnknownScript_0x70140
|
||||||
setbit1 EVENT_GOT_BLACKBELT_FROM_WESLEY
|
setevent EVENT_GOT_BLACKBELT_FROM_WESLEY
|
||||||
2writetext UnknownText_0x7080b
|
2writetext UnknownText_0x7080b
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -9,13 +9,13 @@ LakeofRageHiddenPowerHouse_MapScriptHeader: ; 0x19a525
|
|||||||
FisherScript_0x19a527: ; 0x19a527
|
FisherScript_0x19a527: ; 0x19a527
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TM10_HIDDEN_POWER
|
checkevent EVENT_GOT_TM10_HIDDEN_POWER
|
||||||
iftrue UnknownScript_0x19a542
|
iftrue UnknownScript_0x19a542
|
||||||
2writetext UnknownText_0x19a54b
|
2writetext UnknownText_0x19a54b
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_10, 1
|
verbosegiveitem TM_10, 1
|
||||||
iffalse UnknownScript_0x19a546
|
iffalse UnknownScript_0x19a546
|
||||||
setbit1 EVENT_GOT_TM10_HIDDEN_POWER
|
setevent EVENT_GOT_TM10_HIDDEN_POWER
|
||||||
2writetext UnknownText_0x19a5de
|
2writetext UnknownText_0x19a5de
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
|
@ -9,18 +9,18 @@ LakeofRageMagikarpHouse_MapScriptHeader: ; 0x19a6ac
|
|||||||
FishingGuruScript_0x19a6ae: ; 0x19a6ae
|
FishingGuruScript_0x19a6ae: ; 0x19a6ae
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $003a
|
checkevent $003a
|
||||||
iftrue UnknownScript_0x19a6fe
|
iftrue UnknownScript_0x19a6fe
|
||||||
checkbit1 $0039
|
checkevent $0039
|
||||||
iftrue UnknownScript_0x19a6e0
|
iftrue UnknownScript_0x19a6e0
|
||||||
checkbit1 EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue UnknownScript_0x19a6d7
|
iftrue UnknownScript_0x19a6d7
|
||||||
checkbit1 $0038
|
checkevent $0038
|
||||||
iftrue UnknownScript_0x19a6d1
|
iftrue UnknownScript_0x19a6d1
|
||||||
2writetext UnknownText_0x19a72e
|
2writetext UnknownText_0x19a72e
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0038
|
setevent $0038
|
||||||
end
|
end
|
||||||
; 0x19a6d1
|
; 0x19a6d1
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ UnknownScript_0x19a6d7: ; 0x19a6d7
|
|||||||
2writetext UnknownText_0x19a890
|
2writetext UnknownText_0x19a890
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0039
|
setevent $0039
|
||||||
end
|
end
|
||||||
; 0x19a6e0
|
; 0x19a6e0
|
||||||
|
|
||||||
@ -60,13 +60,13 @@ UnknownScript_0x19a6fe: ; 0x19a6fe
|
|||||||
2writetext UnknownText_0x19a9c3
|
2writetext UnknownText_0x19a9c3
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
clearbit1 $003a
|
clearevent $003a
|
||||||
end
|
end
|
||||||
; 0x19a711
|
; 0x19a711
|
||||||
|
|
||||||
UnknownScript_0x19a711: ; 0x19a711
|
UnknownScript_0x19a711: ; 0x19a711
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $003a
|
setevent $003a
|
||||||
end
|
end
|
||||||
; 0x19a716
|
; 0x19a716
|
||||||
|
|
||||||
|
@ -24,11 +24,11 @@ UnknownScript_0x180e3d: ; 0x180e3d
|
|||||||
; 0x180e3e
|
; 0x180e3e
|
||||||
|
|
||||||
UnknownScript_0x180e3e: ; 0x180e3e
|
UnknownScript_0x180e3e: ; 0x180e3e
|
||||||
checkbit1 EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
checkevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
||||||
iffalse UnknownScript_0x180e48
|
iffalse UnknownScript_0x180e48
|
||||||
changeblock $4, $16, $34
|
changeblock $4, $16, $34
|
||||||
UnknownScript_0x180e48: ; 0x180e48
|
UnknownScript_0x180e48: ; 0x180e48
|
||||||
checkbit1 $0312
|
checkevent $0312
|
||||||
iffalse UnknownScript_0x180e52
|
iffalse UnknownScript_0x180e52
|
||||||
changeblock $4, $0, $b
|
changeblock $4, $0, $b
|
||||||
UnknownScript_0x180e52: ; 0x180e52
|
UnknownScript_0x180e52: ; 0x180e52
|
||||||
@ -44,7 +44,7 @@ UnknownScript_0x180e53: ; 0x180e53
|
|||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
setevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
||||||
end
|
end
|
||||||
; 0x180e6a
|
; 0x180e6a
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ UnknownScript_0x180e7b: ; 0x180e7b
|
|||||||
startbattle
|
startbattle
|
||||||
reloadmapmusic
|
reloadmapmusic
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_CHAMPION_LANCE
|
setevent EVENT_BEAT_CHAMPION_LANCE
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x181132
|
2writetext UnknownText_0x181132
|
||||||
closetext
|
closetext
|
||||||
@ -78,7 +78,7 @@ UnknownScript_0x180e7b: ; 0x180e7b
|
|||||||
changeblock $4, $0, $b
|
changeblock $4, $0, $b
|
||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
setevent EVENT_LANCES_ROOM_ENTRANCE_CLOSED
|
||||||
musicfadeout $0038, $10
|
musicfadeout $0038, $10
|
||||||
pause 30
|
pause 30
|
||||||
showemote $0, $2, 15
|
showemote $0, $2, 15
|
||||||
|
@ -23,7 +23,7 @@ GentlemanScript_0x7ee6c: ; 0x7ee6c
|
|||||||
loadfont
|
loadfont
|
||||||
checkbit2 $0003
|
checkbit2 $0003
|
||||||
iftrue .UnknownScript_0x7ee8e
|
iftrue .UnknownScript_0x7ee8e
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue .UnknownScript_0x7ee80
|
iftrue .UnknownScript_0x7ee80
|
||||||
2writetext UnknownText_0x7effb
|
2writetext UnknownText_0x7effb
|
||||||
closetext
|
closetext
|
||||||
|
@ -21,7 +21,7 @@ TeacherScript_0x7e6a6: ; 0x7e6a6
|
|||||||
YoungsterScript_0x7e6a9: ; 0x7e6a9
|
YoungsterScript_0x7e6a9: ; 0x7e6a9
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x7e6b7
|
iftrue UnknownScript_0x7e6b7
|
||||||
2writetext UnknownText_0x7e779
|
2writetext UnknownText_0x7e779
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,7 +9,7 @@ MahoganyGym_MapScriptHeader: ; 0x199a9c
|
|||||||
PryceScript_0x199a9e: ; 0x199a9e
|
PryceScript_0x199a9e: ; 0x199a9e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_PRYCE
|
checkevent EVENT_BEAT_PRYCE
|
||||||
iftrue UnknownScript_0x199ac8
|
iftrue UnknownScript_0x199ac8
|
||||||
2writetext UnknownText_0x199b8d
|
2writetext UnknownText_0x199b8d
|
||||||
closetext
|
closetext
|
||||||
@ -18,7 +18,7 @@ PryceScript_0x199a9e: ; 0x199a9e
|
|||||||
loadtrainer PRYCE, 1
|
loadtrainer PRYCE, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_PRYCE
|
setevent EVENT_BEAT_PRYCE
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x199d3b
|
2writetext UnknownText_0x199d3b
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -27,18 +27,18 @@ PryceScript_0x199a9e: ; 0x199a9e
|
|||||||
checkcode $7
|
checkcode $7
|
||||||
2call UnknownScript_0x199af6
|
2call UnknownScript_0x199af6
|
||||||
UnknownScript_0x199ac8: ; 0x199ac8
|
UnknownScript_0x199ac8: ; 0x199ac8
|
||||||
checkbit1 EVENT_GOT_TM16_ICY_WIND
|
checkevent EVENT_GOT_TM16_ICY_WIND
|
||||||
iftrue UnknownScript_0x199af0
|
iftrue UnknownScript_0x199af0
|
||||||
setbit1 EVENT_BEAT_SKIER_ROXANNE
|
setevent EVENT_BEAT_SKIER_ROXANNE
|
||||||
setbit1 EVENT_BEAT_SKIER_CLARISSA
|
setevent EVENT_BEAT_SKIER_CLARISSA
|
||||||
setbit1 EVENT_BEAT_BOARDER_RONALD
|
setevent EVENT_BEAT_BOARDER_RONALD
|
||||||
setbit1 EVENT_BEAT_BOARDER_BRAD
|
setevent EVENT_BEAT_BOARDER_BRAD
|
||||||
setbit1 EVENT_BEAT_BOARDER_DOUGLAS
|
setevent EVENT_BEAT_BOARDER_DOUGLAS
|
||||||
2writetext UnknownText_0x199d55
|
2writetext UnknownText_0x199d55
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_16, 1
|
verbosegiveitem TM_16, 1
|
||||||
iffalse UnknownScript_0x199af4
|
iffalse UnknownScript_0x199af4
|
||||||
setbit1 EVENT_GOT_TM16_ICY_WIND
|
setevent EVENT_GOT_TM16_ICY_WIND
|
||||||
2writetext UnknownText_0x199def
|
2writetext UnknownText_0x199def
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -215,7 +215,7 @@ BoarderDouglasScript: ; 0x199b61
|
|||||||
MahoganyGymGuyScript: ; 0x199b69
|
MahoganyGymGuyScript: ; 0x199b69
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_PRYCE
|
checkevent EVENT_BEAT_PRYCE
|
||||||
iftrue .MahoganyGymGuyWinScript
|
iftrue .MahoganyGymGuyWinScript
|
||||||
2writetext MahoganyGymGuyText
|
2writetext MahoganyGymGuyText
|
||||||
closetext
|
closetext
|
||||||
|
@ -24,7 +24,7 @@ UnknownScript_0x6c357: ; 0x6c357
|
|||||||
; 0x6c35b
|
; 0x6c35b
|
||||||
|
|
||||||
UnknownScript_0x6c35b: ; 0x6c35b
|
UnknownScript_0x6c35b: ; 0x6c35b
|
||||||
checkbit1 EVENT_UNCOVERED_STAIRCASE_IN_MAHOGANY_MART
|
checkevent EVENT_UNCOVERED_STAIRCASE_IN_MAHOGANY_MART
|
||||||
iftrue UnknownScript_0x6c362
|
iftrue UnknownScript_0x6c362
|
||||||
return
|
return
|
||||||
; 0x6c362
|
; 0x6c362
|
||||||
@ -37,7 +37,7 @@ UnknownScript_0x6c362: ; 0x6c362
|
|||||||
PharmacistScript_0x6c367: ; 0x6c367
|
PharmacistScript_0x6c367: ; 0x6c367
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_DECIDED_TO_HELP_LANCE
|
checkevent EVENT_DECIDED_TO_HELP_LANCE
|
||||||
iftrue UnknownScript_0x6c375
|
iftrue UnknownScript_0x6c375
|
||||||
pokemart $0, $000f
|
pokemart $0, $000f
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -54,7 +54,7 @@ UnknownScript_0x6c375: ; 0x6c375
|
|||||||
BlackBeltScript_0x6c37b: ; 0x6c37b
|
BlackBeltScript_0x6c37b: ; 0x6c37b
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_DECIDED_TO_HELP_LANCE
|
checkevent EVENT_DECIDED_TO_HELP_LANCE
|
||||||
iftrue UnknownScript_0x6c389
|
iftrue UnknownScript_0x6c389
|
||||||
2writetext UnknownText_0x6c494
|
2writetext UnknownText_0x6c494
|
||||||
closetext
|
closetext
|
||||||
@ -99,7 +99,7 @@ UnknownScript_0x6c38f: ; 0x6c38f
|
|||||||
changeblock $6, $2, $1e
|
changeblock $6, $2, $1e
|
||||||
reloadmappart
|
reloadmappart
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_UNCOVERED_STAIRCASE_IN_MAHOGANY_MART
|
setevent EVENT_UNCOVERED_STAIRCASE_IN_MAHOGANY_MART
|
||||||
spriteface $4, $2
|
spriteface $4, $2
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x6c5ba
|
2writetext UnknownText_0x6c5ba
|
||||||
|
@ -42,7 +42,7 @@ UnknownScript_0x190013: ; 0x190013
|
|||||||
PokefanMScript_0x19002e: ; 0x19002e
|
PokefanMScript_0x19002e: ; 0x19002e
|
||||||
faceplayer
|
faceplayer
|
||||||
UnknownScript_0x19002f: ; 0x19002f
|
UnknownScript_0x19002f: ; 0x19002f
|
||||||
checkbit1 EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue UnknownScript_0x190039
|
iftrue UnknownScript_0x190039
|
||||||
2call UnknownScript_0x190040
|
2call UnknownScript_0x190040
|
||||||
end
|
end
|
||||||
@ -100,7 +100,7 @@ UnknownScript_0x190078: ; 0x190078
|
|||||||
GrampsScript_0x19007e: ; 0x19007e
|
GrampsScript_0x19007e: ; 0x19007e
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_ROCKET_HIDEOUT
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||||
iftrue UnknownScript_0x19008c
|
iftrue UnknownScript_0x19008c
|
||||||
2writetext UnknownText_0x1901e5
|
2writetext UnknownText_0x1901e5
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,9 +9,9 @@ ManiasHouse_MapScriptHeader: ; 0x9d276
|
|||||||
RockerScript_0x9d278: ; 0x9d278
|
RockerScript_0x9d278: ; 0x9d278
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
checkevent EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
||||||
iftrue UnknownScript_0x9d2fa
|
iftrue UnknownScript_0x9d2fa
|
||||||
checkbit1 EVENT_GOT_SHUCKIE
|
checkevent EVENT_GOT_SHUCKIE
|
||||||
iftrue UnknownScript_0x9d2a4
|
iftrue UnknownScript_0x9d2a4
|
||||||
2writetext UnknownText_0x9d303
|
2writetext UnknownText_0x9d303
|
||||||
yesorno
|
yesorno
|
||||||
@ -25,7 +25,7 @@ RockerScript_0x9d278: ; 0x9d278
|
|||||||
playsound $0091
|
playsound $0091
|
||||||
waitbutton
|
waitbutton
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_SHUCKIE
|
setevent EVENT_GOT_SHUCKIE
|
||||||
end
|
end
|
||||||
; 0x9d2a4
|
; 0x9d2a4
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ UnknownScript_0x9d2bc: ; 0x9d2bc
|
|||||||
2writetext UnknownText_0x9d4b1
|
2writetext UnknownText_0x9d4b1
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
setevent EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
||||||
end
|
end
|
||||||
; 0x9d2df
|
; 0x9d2df
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ UnknownScript_0x9d2e5: ; 0x9d2e5
|
|||||||
2writetext UnknownText_0x9d4e3
|
2writetext UnknownText_0x9d4e3
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
setevent EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM
|
||||||
end
|
end
|
||||||
; 0x9d2ee
|
; 0x9d2ee
|
||||||
|
|
||||||
|
@ -30,9 +30,9 @@ UnknownScript_0x7408e: ; 0x7408e
|
|||||||
2writetext UnknownText_0x74105
|
2writetext UnknownText_0x74105
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x740c3
|
iftrue UnknownScript_0x740c3
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x740d3
|
iftrue UnknownScript_0x740d3
|
||||||
winlosstext UnknownText_0x7419d, UnknownText_0x742e0
|
winlosstext UnknownText_0x7419d, UnknownText_0x742e0
|
||||||
setlasttalked $2
|
setlasttalked $2
|
||||||
@ -72,7 +72,7 @@ UnknownScript_0x740e3: ; 0x740e3
|
|||||||
applymovement $2, MovementData_0x740fd
|
applymovement $2, MovementData_0x740fd
|
||||||
disappear $2
|
disappear $2
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
setbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
setevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||||
playmapmusic
|
playmapmusic
|
||||||
end
|
end
|
||||||
; 0x740f9
|
; 0x740f9
|
||||||
|
@ -20,7 +20,7 @@ UnknownScript_0x77092: ; 0x77092
|
|||||||
; 0x77093
|
; 0x77093
|
||||||
|
|
||||||
UnknownScript_0x77093: ; 0x77093
|
UnknownScript_0x77093: ; 0x77093
|
||||||
setbit1 $00ec
|
setevent $00ec
|
||||||
return
|
return
|
||||||
; 0x77097
|
; 0x77097
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ UnknownScript_0x7709a: ; 0x7709a
|
|||||||
disappear $2
|
disappear $2
|
||||||
disappear $3
|
disappear $3
|
||||||
stopfollow
|
stopfollow
|
||||||
clearbit1 $00ec
|
clearevent $00ec
|
||||||
setbit2 $0058
|
setbit2 $0058
|
||||||
end
|
end
|
||||||
; 0x77117
|
; 0x77117
|
||||||
|
@ -9,9 +9,9 @@ MountMortarB1F_MapScriptHeader: ; 0x7e1f4
|
|||||||
BlackBeltScript_0x7e1f6: ; 0x7e1f6
|
BlackBeltScript_0x7e1f6: ; 0x7e1f6
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TYROGUE_FROM_KIYO
|
checkevent EVENT_GOT_TYROGUE_FROM_KIYO
|
||||||
iftrue UnknownScript_0x7e231
|
iftrue UnknownScript_0x7e231
|
||||||
checkbit1 $04a9
|
checkevent $04a9
|
||||||
iftrue UnknownScript_0x7e217
|
iftrue UnknownScript_0x7e217
|
||||||
2writetext UnknownText_0x7e24d
|
2writetext UnknownText_0x7e24d
|
||||||
closetext
|
closetext
|
||||||
@ -20,7 +20,7 @@ BlackBeltScript_0x7e1f6: ; 0x7e1f6
|
|||||||
loadtrainer BLACKBELT_T, KIYO
|
loadtrainer BLACKBELT_T, KIYO
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 $04a9
|
setevent $04a9
|
||||||
loadfont
|
loadfont
|
||||||
UnknownScript_0x7e217: ; 0x7e217
|
UnknownScript_0x7e217: ; 0x7e217
|
||||||
2writetext UnknownText_0x7e2c0
|
2writetext UnknownText_0x7e2c0
|
||||||
@ -32,7 +32,7 @@ UnknownScript_0x7e217: ; 0x7e217
|
|||||||
playsound $0002
|
playsound $0002
|
||||||
waitbutton
|
waitbutton
|
||||||
givepoke TYROGUE, 10, 0, 0
|
givepoke TYROGUE, 10, 0, 0
|
||||||
setbit1 EVENT_GOT_TYROGUE_FROM_KIYO
|
setevent EVENT_GOT_TYROGUE_FROM_KIYO
|
||||||
UnknownScript_0x7e231: ; 0x7e231
|
UnknownScript_0x7e231: ; 0x7e231
|
||||||
2writetext UnknownText_0x7e36a
|
2writetext UnknownText_0x7e36a
|
||||||
closetext
|
closetext
|
||||||
|
@ -36,7 +36,7 @@ UnknownScript_0x196e56: ; 0x196e56
|
|||||||
playsound $0091
|
playsound $0091
|
||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
setevent EVENT_GOT_MYSTERY_EGG_FROM_MR_POKEMON
|
||||||
blackoutmod GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
|
blackoutmod GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY
|
||||||
2writetext UnknownText_0x196feb
|
2writetext UnknownText_0x196feb
|
||||||
keeptextopen
|
keeptextopen
|
||||||
@ -56,7 +56,7 @@ GentlemanScript_0x196e97: ; 0x196e97
|
|||||||
loadfont
|
loadfont
|
||||||
checkitem RED_SCALE
|
checkitem RED_SCALE
|
||||||
iftrue UnknownScript_0x196eb0
|
iftrue UnknownScript_0x196eb0
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x196eaa
|
iftrue UnknownScript_0x196eaa
|
||||||
2writetext UnknownText_0x197134
|
2writetext UnknownText_0x197134
|
||||||
closetext
|
closetext
|
||||||
@ -128,29 +128,29 @@ UnknownScript_0x196ec9: ; 0x196ec9
|
|||||||
2writetext UnknownText_0x197134
|
2writetext UnknownText_0x197134
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $06bd
|
setevent $06bd
|
||||||
setbit1 $0792
|
setevent $0792
|
||||||
clearbit1 $0793
|
clearevent $0793
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
domaptrigger GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY, $1
|
domaptrigger GROUP_CHERRYGROVE_CITY, MAP_CHERRYGROVE_CITY, $1
|
||||||
domaptrigger GROUP_ELMS_LAB, MAP_ELMS_LAB, $3
|
domaptrigger GROUP_ELMS_LAB, MAP_ELMS_LAB, $3
|
||||||
specialphonecall $2
|
specialphonecall $2
|
||||||
clearbit1 $0702
|
clearevent $0702
|
||||||
checkbit1 EVENT_GOT_TOTODILE_FROM_ELM
|
checkevent EVENT_GOT_TOTODILE_FROM_ELM
|
||||||
iftrue UnknownScript_0x196f49
|
iftrue UnknownScript_0x196f49
|
||||||
checkbit1 EVENT_GOT_CHIKORITA_FROM_ELM
|
checkevent EVENT_GOT_CHIKORITA_FROM_ELM
|
||||||
iftrue UnknownScript_0x196f4d
|
iftrue UnknownScript_0x196f4d
|
||||||
setbit1 $0641
|
setevent $0641
|
||||||
end
|
end
|
||||||
; 0x196f49
|
; 0x196f49
|
||||||
|
|
||||||
UnknownScript_0x196f49: ; 0x196f49
|
UnknownScript_0x196f49: ; 0x196f49
|
||||||
setbit1 $0642
|
setevent $0642
|
||||||
end
|
end
|
||||||
; 0x196f4d
|
; 0x196f4d
|
||||||
|
|
||||||
UnknownScript_0x196f4d: ; 0x196f4d
|
UnknownScript_0x196f4d: ; 0x196f4d
|
||||||
setbit1 $0640
|
setevent $0640
|
||||||
end
|
end
|
||||||
; 0x196f51
|
; 0x196f51
|
||||||
|
|
||||||
|
@ -9,13 +9,13 @@ MrPsychicsHouse_MapScriptHeader: ; 0x18a778
|
|||||||
FishingGuruScript_0x18a77a: ; 0x18a77a
|
FishingGuruScript_0x18a77a: ; 0x18a77a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_TM29_PSYCHIC
|
checkevent EVENT_GOT_TM29_PSYCHIC
|
||||||
iftrue UnknownScript_0x18a78f
|
iftrue UnknownScript_0x18a78f
|
||||||
2writetext UnknownText_0x18a798
|
2writetext UnknownText_0x18a798
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_29, 1
|
verbosegiveitem TM_29, 1
|
||||||
iffalse UnknownScript_0x18a793
|
iffalse UnknownScript_0x18a793
|
||||||
setbit1 EVENT_GOT_TM29_PSYCHIC
|
setevent EVENT_GOT_TM29_PSYCHIC
|
||||||
UnknownScript_0x18a78f: ; 0x18a78f
|
UnknownScript_0x18a78f: ; 0x18a78f
|
||||||
2writetext UnknownText_0x18a7bb
|
2writetext UnknownText_0x18a7bb
|
||||||
closetext
|
closetext
|
||||||
|
@ -17,13 +17,13 @@ PokefanFScript_0x5c005: ; 0x5c005
|
|||||||
TeacherScript_0x5c008: ; 0x5c008
|
TeacherScript_0x5c008: ; 0x5c008
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_QUICK_CLAW
|
checkevent EVENT_GOT_QUICK_CLAW
|
||||||
iftrue UnknownScript_0x5c01d
|
iftrue UnknownScript_0x5c01d
|
||||||
2writetext UnknownText_0x5c265
|
2writetext UnknownText_0x5c265
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem QUICK_CLAW, 1
|
verbosegiveitem QUICK_CLAW, 1
|
||||||
iffalse UnknownScript_0x5c021
|
iffalse UnknownScript_0x5c021
|
||||||
setbit1 EVENT_GOT_QUICK_CLAW
|
setevent EVENT_GOT_QUICK_CLAW
|
||||||
UnknownScript_0x5c01d: ; 0x5c01d
|
UnknownScript_0x5c01d: ; 0x5c01d
|
||||||
2writetext UnknownText_0x5c30d
|
2writetext UnknownText_0x5c30d
|
||||||
closetext
|
closetext
|
||||||
@ -92,11 +92,11 @@ SchoolboyJack1Script: ; 0x5c04e
|
|||||||
iftrue UnknownScript_0x5c088
|
iftrue UnknownScript_0x5c088
|
||||||
checkcellnum $5
|
checkcellnum $5
|
||||||
iftrue UnknownScript_0x5c108
|
iftrue UnknownScript_0x5c108
|
||||||
checkbit1 $025f
|
checkevent $025f
|
||||||
iftrue UnknownScript_0x5c071
|
iftrue UnknownScript_0x5c071
|
||||||
2writetext UnknownText_0x5c4f3
|
2writetext UnknownText_0x5c4f3
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $025f
|
setevent $025f
|
||||||
2call UnknownScript_0x5c0fc
|
2call UnknownScript_0x5c0fc
|
||||||
2jump UnknownScript_0x5c074
|
2jump UnknownScript_0x5c074
|
||||||
; 0x5c071
|
; 0x5c071
|
||||||
@ -122,13 +122,13 @@ UnknownScript_0x5c088: ; 0x5c088
|
|||||||
if_equal $1, UnknownScript_0x5c0b9
|
if_equal $1, UnknownScript_0x5c0b9
|
||||||
if_equal $0, UnknownScript_0x5c0bf
|
if_equal $0, UnknownScript_0x5c0bf
|
||||||
UnknownScript_0x5c0a7: ; 0x5c0a7
|
UnknownScript_0x5c0a7: ; 0x5c0a7
|
||||||
checkbit1 EVENT_RESTORED_POWER_TO_KANTO
|
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||||
iftrue UnknownScript_0x5c0f3
|
iftrue UnknownScript_0x5c0f3
|
||||||
UnknownScript_0x5c0ad: ; 0x5c0ad
|
UnknownScript_0x5c0ad: ; 0x5c0ad
|
||||||
checkbit1 $0044
|
checkevent $0044
|
||||||
iftrue UnknownScript_0x5c0e6
|
iftrue UnknownScript_0x5c0e6
|
||||||
UnknownScript_0x5c0b3: ; 0x5c0b3
|
UnknownScript_0x5c0b3: ; 0x5c0b3
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5c0d9
|
iftrue UnknownScript_0x5c0d9
|
||||||
UnknownScript_0x5c0b9: ; 0x5c0b9
|
UnknownScript_0x5c0b9: ; 0x5c0b9
|
||||||
checkbit2 $0047
|
checkbit2 $0047
|
||||||
@ -271,11 +271,11 @@ PokefanfBeverly1Script: ; 0x5c138
|
|||||||
iftrue UnknownScript_0x5c19b
|
iftrue UnknownScript_0x5c19b
|
||||||
checkpoke MARILL
|
checkpoke MARILL
|
||||||
iffalse UnknownScript_0x5c189
|
iffalse UnknownScript_0x5c189
|
||||||
checkbit1 EVENT_SHOWED_BEVERLY_MARILL
|
checkevent EVENT_SHOWED_BEVERLY_MARILL
|
||||||
iftrue UnknownScript_0x5c160
|
iftrue UnknownScript_0x5c160
|
||||||
2writetext UnknownText_0x5c5bd
|
2writetext UnknownText_0x5c5bd
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_SHOWED_BEVERLY_MARILL
|
setevent EVENT_SHOWED_BEVERLY_MARILL
|
||||||
2call UnknownScript_0x5c18f
|
2call UnknownScript_0x5c18f
|
||||||
2jump UnknownScript_0x5c163
|
2jump UnknownScript_0x5c163
|
||||||
; 0x5c160
|
; 0x5c160
|
||||||
|
@ -24,7 +24,7 @@ UnknownScript_0x1a800e: ; 0x1a800e
|
|||||||
|
|
||||||
UnknownScript_0x1a800f: ; 0x1a800f
|
UnknownScript_0x1a800f: ; 0x1a800f
|
||||||
setbit2 $0041
|
setbit2 $0041
|
||||||
clearbit1 $0076
|
clearevent $0076
|
||||||
return
|
return
|
||||||
; 0x1a8016
|
; 0x1a8016
|
||||||
|
|
||||||
@ -80,11 +80,11 @@ UnknownScript_0x1a8041: ; 0x1a8041
|
|||||||
TeacherScript_0x1a806f: ; 0x1a806f
|
TeacherScript_0x1a806f: ; 0x1a806f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
checkevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
|
||||||
iftrue UnknownScript_0x1a8095
|
iftrue UnknownScript_0x1a8095
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iftrue UnknownScript_0x1a808f
|
iftrue UnknownScript_0x1a808f
|
||||||
checkbit1 EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue UnknownScript_0x1a8089
|
iftrue UnknownScript_0x1a8089
|
||||||
2writetext UnknownText_0x1a80f7
|
2writetext UnknownText_0x1a80f7
|
||||||
closetext
|
closetext
|
||||||
|
@ -13,13 +13,13 @@ UnknownScript_0x19b3c7: ; 0x19b3c7
|
|||||||
OakScript_0x19b3c8: ; 0x19b3c8
|
OakScript_0x19b3c8: ; 0x19b3c8
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $074f
|
checkevent $074f
|
||||||
iftrue UnknownScript_0x19b3ea
|
iftrue UnknownScript_0x19b3ea
|
||||||
checkbit1 $00e1
|
checkevent $00e1
|
||||||
iftrue UnknownScript_0x19b3dd
|
iftrue UnknownScript_0x19b3dd
|
||||||
2writetext UnknownText_0x19b427
|
2writetext UnknownText_0x19b427
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $00e1
|
setevent $00e1
|
||||||
UnknownScript_0x19b3dd: ; 0x19b3dd
|
UnknownScript_0x19b3dd: ; 0x19b3dd
|
||||||
checkcode $7
|
checkcode $7
|
||||||
if_equal $10, UnknownScript_0x19b3f7
|
if_equal $10, UnknownScript_0x19b3f7
|
||||||
@ -40,7 +40,7 @@ UnknownScript_0x19b3ea: ; 0x19b3ea
|
|||||||
UnknownScript_0x19b3f7: ; 0x19b3f7
|
UnknownScript_0x19b3f7: ; 0x19b3f7
|
||||||
2writetext UnknownText_0x19b4fc
|
2writetext UnknownText_0x19b4fc
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $074f
|
setevent $074f
|
||||||
2jump UnknownScript_0x19b3ea
|
2jump UnknownScript_0x19b3ea
|
||||||
; 0x19b401
|
; 0x19b401
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@ OlivineCafe_MapScriptHeader: ; 0x9c8bf
|
|||||||
SailorScript_0x9c8c1: ; 0x9c8c1
|
SailorScript_0x9c8c1: ; 0x9c8c1
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_HM04_STRENGTH
|
checkevent EVENT_GOT_HM04_STRENGTH
|
||||||
iftrue UnknownScript_0x9c8d3
|
iftrue UnknownScript_0x9c8d3
|
||||||
2writetext UnknownText_0x9c8df
|
2writetext UnknownText_0x9c8df
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem HM_04, 1
|
verbosegiveitem HM_04, 1
|
||||||
setbit1 EVENT_GOT_HM04_STRENGTH
|
setevent EVENT_GOT_HM04_STRENGTH
|
||||||
UnknownScript_0x9c8d3: ; 0x9c8d3
|
UnknownScript_0x9c8d3: ; 0x9c8d3
|
||||||
2writetext UnknownText_0x9c965
|
2writetext UnknownText_0x9c965
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,7 +9,7 @@ OlivineGoodRodHouse_MapScriptHeader: ; 0x9c719
|
|||||||
FishingGuruScript_0x9c71b: ; 0x9c71b
|
FishingGuruScript_0x9c71b: ; 0x9c71b
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_GOOD_ROD
|
checkevent EVENT_GOT_GOOD_ROD
|
||||||
iftrue UnknownScript_0x9c740
|
iftrue UnknownScript_0x9c740
|
||||||
2writetext UnknownText_0x9c749
|
2writetext UnknownText_0x9c749
|
||||||
yesorno
|
yesorno
|
||||||
@ -20,7 +20,7 @@ FishingGuruScript_0x9c71b: ; 0x9c71b
|
|||||||
2writetext UnknownText_0x9c807
|
2writetext UnknownText_0x9c807
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_GOOD_ROD
|
setevent EVENT_GOT_GOOD_ROD
|
||||||
end
|
end
|
||||||
; 0x9c73a
|
; 0x9c73a
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ OlivineGym_MapScriptHeader: ; 0x9c12d
|
|||||||
JasmineScript_0x9c12f: ; 0x9c12f
|
JasmineScript_0x9c12f: ; 0x9c12f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_JASMINE
|
checkevent EVENT_BEAT_JASMINE
|
||||||
iftrue UnknownScript_0x9c159
|
iftrue UnknownScript_0x9c159
|
||||||
2writetext UnknownText_0x9c1b9
|
2writetext UnknownText_0x9c1b9
|
||||||
closetext
|
closetext
|
||||||
@ -18,7 +18,7 @@ JasmineScript_0x9c12f: ; 0x9c12f
|
|||||||
loadtrainer JASMINE, 1
|
loadtrainer JASMINE, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_JASMINE
|
setevent EVENT_BEAT_JASMINE
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x9c33a
|
2writetext UnknownText_0x9c33a
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -27,13 +27,13 @@ JasmineScript_0x9c12f: ; 0x9c12f
|
|||||||
checkcode $7
|
checkcode $7
|
||||||
2call UnknownScript_0x9c178
|
2call UnknownScript_0x9c178
|
||||||
UnknownScript_0x9c159: ; 0x9c159
|
UnknownScript_0x9c159: ; 0x9c159
|
||||||
checkbit1 EVENT_GOT_TM23_IRON_TAIL
|
checkevent EVENT_GOT_TM23_IRON_TAIL
|
||||||
iftrue UnknownScript_0x9c172
|
iftrue UnknownScript_0x9c172
|
||||||
2writetext UnknownText_0x9c354
|
2writetext UnknownText_0x9c354
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_23, 1
|
verbosegiveitem TM_23, 1
|
||||||
iffalse UnknownScript_0x9c176
|
iffalse UnknownScript_0x9c176
|
||||||
setbit1 EVENT_GOT_TM23_IRON_TAIL
|
setevent EVENT_GOT_TM23_IRON_TAIL
|
||||||
2writetext UnknownText_0x9c3a5
|
2writetext UnknownText_0x9c3a5
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -64,9 +64,9 @@ UnknownScript_0x9c184: ; 0x9c184
|
|||||||
|
|
||||||
OlivineGymGuyScript: ; 0x9c187
|
OlivineGymGuyScript: ; 0x9c187
|
||||||
faceplayer
|
faceplayer
|
||||||
checkbit1 EVENT_BEAT_JASMINE
|
checkevent EVENT_BEAT_JASMINE
|
||||||
iftrue .OlivineGymGuyWinScript
|
iftrue .OlivineGymGuyWinScript
|
||||||
checkbit1 EVENT_JASMINE_RETURNED_TO_GYM
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
iffalse .OlivineGymGuyPreScript
|
iffalse .OlivineGymGuyPreScript
|
||||||
loadfont
|
loadfont
|
||||||
2writetext OlivineGymGuyText
|
2writetext OlivineGymGuyText
|
||||||
|
@ -63,9 +63,9 @@ SailorHuey1Script: ; 0x5af91
|
|||||||
iftrue UnknownScript_0x5afc7
|
iftrue UnknownScript_0x5afc7
|
||||||
checkcellnum $7
|
checkcellnum $7
|
||||||
iftrue UnknownScript_0x5b05f
|
iftrue UnknownScript_0x5b05f
|
||||||
checkbit1 $0263
|
checkevent $0263
|
||||||
iftrue UnknownScript_0x5afb0
|
iftrue UnknownScript_0x5afb0
|
||||||
setbit1 $0263
|
setevent $0263
|
||||||
2call UnknownScript_0x5b053
|
2call UnknownScript_0x5b053
|
||||||
2jump UnknownScript_0x5afb3
|
2jump UnknownScript_0x5afb3
|
||||||
; 0x5afb0
|
; 0x5afb0
|
||||||
@ -90,13 +90,13 @@ UnknownScript_0x5afc7: ; 0x5afc7
|
|||||||
if_equal $1, UnknownScript_0x5afee
|
if_equal $1, UnknownScript_0x5afee
|
||||||
if_equal $0, UnknownScript_0x5aff4
|
if_equal $0, UnknownScript_0x5aff4
|
||||||
UnknownScript_0x5afe2: ; 0x5afe2
|
UnknownScript_0x5afe2: ; 0x5afe2
|
||||||
checkbit1 EVENT_RESTORED_POWER_TO_KANTO
|
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||||
iftrue UnknownScript_0x5b01b
|
iftrue UnknownScript_0x5b01b
|
||||||
UnknownScript_0x5afe8: ; 0x5afe8
|
UnknownScript_0x5afe8: ; 0x5afe8
|
||||||
checkbit1 $0044
|
checkevent $0044
|
||||||
iftrue UnknownScript_0x5b00e
|
iftrue UnknownScript_0x5b00e
|
||||||
UnknownScript_0x5afee: ; 0x5afee
|
UnknownScript_0x5afee: ; 0x5afee
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5b001
|
iftrue UnknownScript_0x5b001
|
||||||
UnknownScript_0x5aff4: ; 0x5aff4
|
UnknownScript_0x5aff4: ; 0x5aff4
|
||||||
loadtrainer SAILOR, HUEY1
|
loadtrainer SAILOR, HUEY1
|
||||||
@ -130,14 +130,14 @@ UnknownScript_0x5b01b: ; 0x5b01b
|
|||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
clearbit2 $0066
|
clearbit2 $0066
|
||||||
checkbit1 EVENT_HUEY_PROTEIN
|
checkevent EVENT_HUEY_PROTEIN
|
||||||
iftrue UnknownScript_0x5b03f
|
iftrue UnknownScript_0x5b03f
|
||||||
checkbit1 $0265
|
checkevent $0265
|
||||||
iftrue UnknownScript_0x5b03e
|
iftrue UnknownScript_0x5b03e
|
||||||
2call UnknownScript_0x5b076
|
2call UnknownScript_0x5b076
|
||||||
verbosegiveitem PROTEIN, 1
|
verbosegiveitem PROTEIN, 1
|
||||||
iffalse UnknownScript_0x5b06f
|
iffalse UnknownScript_0x5b06f
|
||||||
setbit1 $0265
|
setevent $0265
|
||||||
2jump UnknownScript_0x5b05f
|
2jump UnknownScript_0x5b05f
|
||||||
; 0x5b03e
|
; 0x5b03e
|
||||||
|
|
||||||
@ -151,8 +151,8 @@ UnknownScript_0x5b03f: ; 0x5b03f
|
|||||||
closetext
|
closetext
|
||||||
verbosegiveitem PROTEIN, 1
|
verbosegiveitem PROTEIN, 1
|
||||||
iffalse UnknownScript_0x5b06f
|
iffalse UnknownScript_0x5b06f
|
||||||
clearbit1 EVENT_HUEY_PROTEIN
|
clearevent EVENT_HUEY_PROTEIN
|
||||||
setbit1 $0265
|
setevent $0265
|
||||||
2jump UnknownScript_0x5b05f
|
2jump UnknownScript_0x5b05f
|
||||||
; 0x5b053
|
; 0x5b053
|
||||||
|
|
||||||
@ -192,7 +192,7 @@ UnknownScript_0x5b06b: ; 0x5b06b
|
|||||||
; 0x5b06f
|
; 0x5b06f
|
||||||
|
|
||||||
UnknownScript_0x5b06f: ; 0x5b06f
|
UnknownScript_0x5b06f: ; 0x5b06f
|
||||||
setbit1 EVENT_HUEY_PROTEIN
|
setevent EVENT_HUEY_PROTEIN
|
||||||
jumpstd $0021
|
jumpstd $0021
|
||||||
end
|
end
|
||||||
; 0x5b076
|
; 0x5b076
|
||||||
|
@ -11,11 +11,11 @@ JasmineScript_0x60b91: ; 0x60b91
|
|||||||
loadfont
|
loadfont
|
||||||
checkitem SECRETPOTION
|
checkitem SECRETPOTION
|
||||||
iftrue UnknownScript_0x60bab
|
iftrue UnknownScript_0x60bab
|
||||||
checkbit1 $0037
|
checkevent $0037
|
||||||
iftrue UnknownScript_0x60ba5
|
iftrue UnknownScript_0x60ba5
|
||||||
2writetext UnknownText_0x60c81
|
2writetext UnknownText_0x60c81
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 $0037
|
setevent $0037
|
||||||
UnknownScript_0x60ba5: ; 0x60ba5
|
UnknownScript_0x60ba5: ; 0x60ba5
|
||||||
2writetext UnknownText_0x60d64
|
2writetext UnknownText_0x60d64
|
||||||
closetext
|
closetext
|
||||||
@ -64,8 +64,8 @@ UnknownScript_0x60bab: ; 0x60bab
|
|||||||
2writetext UnknownText_0x60e6c
|
2writetext UnknownText_0x60e6c
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_JASMINE_RETURNED_TO_GYM
|
setevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
clearbit1 $06d3
|
clearevent $06d3
|
||||||
checkcode $9
|
checkcode $9
|
||||||
if_equal $0, UnknownScript_0x60c17
|
if_equal $0, UnknownScript_0x60c17
|
||||||
if_equal $3, UnknownScript_0x60c1e
|
if_equal $3, UnknownScript_0x60c1e
|
||||||
@ -107,7 +107,7 @@ UnknownScript_0x60c39: ; 0x60c39
|
|||||||
MonsterScript_0x60c3a: ; 0x60c3a
|
MonsterScript_0x60c3a: ; 0x60c3a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_JASMINE_RETURNED_TO_GYM
|
checkevent EVENT_JASMINE_RETURNED_TO_GYM
|
||||||
iftrue UnknownScript_0x60c51
|
iftrue UnknownScript_0x60c51
|
||||||
2writetext UnknownText_0x60f03
|
2writetext UnknownText_0x60f03
|
||||||
writebyte AMPHAROS
|
writebyte AMPHAROS
|
||||||
|
@ -23,7 +23,7 @@ UnknownScript_0x748b1: ; 0x748b1
|
|||||||
applymovement $0, MovementData_0x74a32
|
applymovement $0, MovementData_0x74a32
|
||||||
appear $2
|
appear $2
|
||||||
dotrigger $0
|
dotrigger $0
|
||||||
setbit1 $0000
|
setevent $0000
|
||||||
blackoutmod GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
|
blackoutmod GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
|
||||||
end
|
end
|
||||||
; 0x748c0
|
; 0x748c0
|
||||||
@ -31,7 +31,7 @@ UnknownScript_0x748b1: ; 0x748b1
|
|||||||
SailorScript_0x748c0: ; 0x748c0
|
SailorScript_0x748c0: ; 0x748c0
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x74919
|
iftrue UnknownScript_0x74919
|
||||||
2writetext UnknownText_0x74a55
|
2writetext UnknownText_0x74a55
|
||||||
closetext
|
closetext
|
||||||
@ -45,21 +45,21 @@ SailorScript_0x748c0: ; 0x748c0
|
|||||||
playsound $0023
|
playsound $0023
|
||||||
special $002e
|
special $002e
|
||||||
waitbutton
|
waitbutton
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iffalse UnknownScript_0x7490a
|
iffalse UnknownScript_0x7490a
|
||||||
clearbit1 $073a
|
clearevent $073a
|
||||||
setbit1 $073b
|
setevent $073b
|
||||||
clearbit1 EVENT_BEAT_COOLTRAINERM_SEAN
|
clearevent EVENT_BEAT_COOLTRAINERM_SEAN
|
||||||
clearbit1 EVENT_BEAT_COOLTRAINERF_CAROL
|
clearevent EVENT_BEAT_COOLTRAINERF_CAROL
|
||||||
clearbit1 EVENT_BEAT_GENTLEMAN_EDWARD
|
clearevent EVENT_BEAT_GENTLEMAN_EDWARD
|
||||||
clearbit1 EVENT_BEAT_BEAUTY_CASSIE
|
clearevent EVENT_BEAT_BEAUTY_CASSIE
|
||||||
clearbit1 EVENT_BEAT_PSYCHIC_RODNEY
|
clearevent EVENT_BEAT_PSYCHIC_RODNEY
|
||||||
clearbit1 EVENT_BEAT_SUPER_NERD_SHAWN
|
clearevent EVENT_BEAT_SUPER_NERD_SHAWN
|
||||||
clearbit1 EVENT_BEAT_SAILOR_GARRETT
|
clearevent EVENT_BEAT_SAILOR_GARRETT
|
||||||
clearbit1 EVENT_BEAT_FISHER_JONAH
|
clearevent EVENT_BEAT_FISHER_JONAH
|
||||||
clearbit1 EVENT_BEAT_BLACKBELT_WAI
|
clearevent EVENT_BEAT_BLACKBELT_WAI
|
||||||
UnknownScript_0x7490a: ; 0x7490a
|
UnknownScript_0x7490a: ; 0x7490a
|
||||||
clearbit1 $002f
|
clearevent $002f
|
||||||
appear $2
|
appear $2
|
||||||
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $1
|
domaptrigger GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $1
|
||||||
warp GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $19, $1
|
warp GROUP_FAST_SHIP_1F, MAP_FAST_SHIP_1F, $19, $1
|
||||||
@ -75,13 +75,13 @@ UnknownScript_0x74919: ; 0x74919
|
|||||||
|
|
||||||
UnknownScript_0x7491f: ; 0x7491f
|
UnknownScript_0x7491f: ; 0x7491f
|
||||||
spriteface $4, $3
|
spriteface $4, $3
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x7498b
|
iftrue UnknownScript_0x7498b
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x7498b
|
iftrue UnknownScript_0x7498b
|
||||||
spriteface $0, $2
|
spriteface $0, $2
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iffalse UnknownScript_0x7494e
|
iffalse UnknownScript_0x7494e
|
||||||
checkcode $b
|
checkcode $b
|
||||||
if_equal SUNDAY, UnknownScript_0x74977
|
if_equal SUNDAY, UnknownScript_0x74977
|
||||||
@ -100,7 +100,7 @@ UnknownScript_0x7494e: ; 0x7494e
|
|||||||
2writetext UnknownText_0x74b11
|
2writetext UnknownText_0x74b11
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
applymovement $0, MovementData_0x74a37
|
applymovement $0, MovementData_0x74a37
|
||||||
2jump SailorScript_0x748c0
|
2jump SailorScript_0x748c0
|
||||||
; 0x7496d
|
; 0x7496d
|
||||||
@ -151,9 +151,9 @@ UnknownScript_0x74992: ; 0x74992
|
|||||||
SailorScript_0x7499c: ; 0x7499c
|
SailorScript_0x7499c: ; 0x7499c
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0000
|
checkevent $0000
|
||||||
iftrue UnknownScript_0x74919
|
iftrue UnknownScript_0x74919
|
||||||
checkbit1 $0030
|
checkevent $0030
|
||||||
iffalse UnknownScript_0x749c0
|
iffalse UnknownScript_0x749c0
|
||||||
checkcode $b
|
checkcode $b
|
||||||
if_equal SUNDAY, UnknownScript_0x749f2
|
if_equal SUNDAY, UnknownScript_0x749f2
|
||||||
@ -172,7 +172,7 @@ UnknownScript_0x749c0: ; 0x749c0
|
|||||||
2writetext UnknownText_0x74b11
|
2writetext UnknownText_0x74b11
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
checkcode $9
|
checkcode $9
|
||||||
if_equal $3, UnknownScript_0x749e5
|
if_equal $3, UnknownScript_0x749e5
|
||||||
applymovement $0, MovementData_0x74a3f
|
applymovement $0, MovementData_0x74a3f
|
||||||
|
@ -26,12 +26,12 @@ BugCatcherScript_0x18c00c: ; 0x18c00c
|
|||||||
GrampsScript_0x18c00f: ; 0x18c00f
|
GrampsScript_0x18c00f: ; 0x18c00f
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_SILVER_WING
|
checkevent EVENT_GOT_SILVER_WING
|
||||||
iftrue UnknownScript_0x18c023
|
iftrue UnknownScript_0x18c023
|
||||||
2writetext UnknownText_0x18c0c6
|
2writetext UnknownText_0x18c0c6
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem SILVER_WING, 1
|
verbosegiveitem SILVER_WING, 1
|
||||||
setbit1 EVENT_GOT_SILVER_WING
|
setevent EVENT_GOT_SILVER_WING
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x18c023
|
; 0x18c023
|
||||||
|
@ -18,8 +18,8 @@ BrockScript_0x1a2864: ; 0x1a2864
|
|||||||
loadtrainer BROCK, 1
|
loadtrainer BROCK, 1
|
||||||
startbattle
|
startbattle
|
||||||
returnafterbattle
|
returnafterbattle
|
||||||
setbit1 EVENT_BEAT_BROCK
|
setevent EVENT_BEAT_BROCK
|
||||||
setbit1 EVENT_BEAT_CAMPER_JERRY
|
setevent EVENT_BEAT_CAMPER_JERRY
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x1a2a3d
|
2writetext UnknownText_0x1a2a3d
|
||||||
playsound $009c
|
playsound $009c
|
||||||
@ -70,7 +70,7 @@ CamperJerryScript: ; 0x1a28a4
|
|||||||
PewterGymGuyScript: ; 0x1a28ac
|
PewterGymGuyScript: ; 0x1a28ac
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_BEAT_BROCK
|
checkevent EVENT_BEAT_BROCK
|
||||||
iftrue .PewterGymGuyWinScript
|
iftrue .PewterGymGuyWinScript
|
||||||
2writetext PewterGymGuyText
|
2writetext PewterGymGuyText
|
||||||
closetext
|
closetext
|
||||||
|
@ -17,8 +17,8 @@ PokeCenter2F_MapScriptHeader: ; 0x192845
|
|||||||
UnknownScript_0x19285f: ; 0x19285f
|
UnknownScript_0x19285f: ; 0x19285f
|
||||||
special $0011
|
special $0011
|
||||||
if_equal $0, UnknownScript_0x192872
|
if_equal $0, UnknownScript_0x192872
|
||||||
clearbit1 $0711
|
clearevent $0711
|
||||||
checkbit1 $0001
|
checkevent $0001
|
||||||
iftrue UnknownScript_0x192872
|
iftrue UnknownScript_0x192872
|
||||||
priorityjump UnknownScript_0x192887
|
priorityjump UnknownScript_0x192887
|
||||||
; 0x192872
|
; 0x192872
|
||||||
@ -54,7 +54,7 @@ UnknownScript_0x192883: ; 0x192883
|
|||||||
|
|
||||||
UnknownScript_0x192887: ; 0x192887
|
UnknownScript_0x192887: ; 0x192887
|
||||||
appear $5
|
appear $5
|
||||||
setbit1 $0001
|
setevent $0001
|
||||||
end
|
end
|
||||||
; 0x19288d
|
; 0x19288d
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ UnknownScript_0x192895: ; 0x192895
|
|||||||
; 0x19289d
|
; 0x19289d
|
||||||
|
|
||||||
LinkReceptionistScript_0x19289d: ; 0x19289d
|
LinkReceptionistScript_0x19289d: ; 0x19289d
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iffalse UnknownScript_0x19288d
|
iffalse UnknownScript_0x19288d
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x192e3a
|
2writetext UnknownText_0x192e3a
|
||||||
@ -190,7 +190,7 @@ UnknownScript_0x19294a: ; 0x19294a
|
|||||||
; 0x192952
|
; 0x192952
|
||||||
|
|
||||||
LinkReceptionistScript_0x192952: ; 0x192952
|
LinkReceptionistScript_0x192952: ; 0x192952
|
||||||
checkbit1 EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM
|
||||||
iffalse UnknownScript_0x192895
|
iffalse UnknownScript_0x192895
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x192de0
|
2writetext UnknownText_0x192de0
|
||||||
@ -331,7 +331,7 @@ UnknownScript_0x192a25: ; 0x192a25
|
|||||||
; 0x192a2d
|
; 0x192a2d
|
||||||
|
|
||||||
LinkReceptionistScript_0x192a2d: ; 0x192a2d
|
LinkReceptionistScript_0x192a2d: ; 0x192a2d
|
||||||
checkbit1 $0712
|
checkevent $0712
|
||||||
iftrue UnknownScript_0x192a25
|
iftrue UnknownScript_0x192a25
|
||||||
checkbit2 $0053
|
checkbit2 $0053
|
||||||
iftrue UnknownScript_0x192a25
|
iftrue UnknownScript_0x192a25
|
||||||
@ -653,7 +653,7 @@ MapPokeCenter2FSignpost0Script: ; 0x192c93
|
|||||||
OfficerScript_0x192c9a: ; 0x192c9a
|
OfficerScript_0x192c9a: ; 0x192c9a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 $0711
|
checkevent $0711
|
||||||
iftrue UnknownScript_0x192cb8
|
iftrue UnknownScript_0x192cb8
|
||||||
2writetext UnknownText_0x193190
|
2writetext UnknownText_0x193190
|
||||||
yesorno
|
yesorno
|
||||||
@ -664,7 +664,7 @@ OfficerScript_0x192c9a: ; 0x192c9a
|
|||||||
special $0012
|
special $0012
|
||||||
iffalse UnknownScript_0x192cbe
|
iffalse UnknownScript_0x192cbe
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 $0711
|
setevent $0711
|
||||||
UnknownScript_0x192cb8: ; 0x192cb8
|
UnknownScript_0x192cb8: ; 0x192cb8
|
||||||
2writetext UnknownText_0x1931d2
|
2writetext UnknownText_0x1931d2
|
||||||
closetext
|
closetext
|
||||||
|
@ -9,9 +9,9 @@ PokemonFanClub_MapScriptHeader: ; 0x1917e7
|
|||||||
GentlemanScript_0x1917e9: ; 0x1917e9
|
GentlemanScript_0x1917e9: ; 0x1917e9
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
||||||
iftrue UnknownScript_0x191815
|
iftrue UnknownScript_0x191815
|
||||||
checkbit1 EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
|
checkevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT_BUT_BAG_WAS_FULL
|
||||||
iftrue UnknownScript_0x191802
|
iftrue UnknownScript_0x191802
|
||||||
2writetext UnknownText_0x191881
|
2writetext UnknownText_0x191881
|
||||||
yesorno
|
yesorno
|
||||||
@ -23,7 +23,7 @@ UnknownScript_0x191802: ; 0x191802
|
|||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem RARE_CANDY, 1
|
verbosegiveitem RARE_CANDY, 1
|
||||||
iffalse UnknownScript_0x19181f
|
iffalse UnknownScript_0x19181f
|
||||||
setbit1 EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
setevent EVENT_LISTENED_TO_FAN_CLUB_PRESIDENT
|
||||||
2writetext UnknownText_0x191a72
|
2writetext UnknownText_0x191a72
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -52,9 +52,9 @@ ReceptionistScript_0x191821: ; 0x191821
|
|||||||
FisherScript_0x191824: ; 0x191824
|
FisherScript_0x191824: ; 0x191824
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
checkevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
||||||
iftrue UnknownScript_0x19185f
|
iftrue UnknownScript_0x19185f
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x191838
|
iftrue UnknownScript_0x191838
|
||||||
2writetext UnknownText_0x191ba0
|
2writetext UnknownText_0x191ba0
|
||||||
closetext
|
closetext
|
||||||
@ -64,7 +64,7 @@ FisherScript_0x191824: ; 0x191824
|
|||||||
|
|
||||||
UnknownScript_0x191838: ; 0x191838
|
UnknownScript_0x191838: ; 0x191838
|
||||||
2writetext UnknownText_0x191bff
|
2writetext UnknownText_0x191bff
|
||||||
checkbit1 EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
checkevent EVENT_MET_COPYCAT_FOUND_OUT_ABOUT_LOST_ITEM
|
||||||
iftrue UnknownScript_0x191844
|
iftrue UnknownScript_0x191844
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
@ -83,7 +83,7 @@ UnknownScript_0x191844: ; 0x191844
|
|||||||
playsound $0091
|
playsound $0091
|
||||||
waitbutton
|
waitbutton
|
||||||
itemnotify
|
itemnotify
|
||||||
setbit1 EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
setevent EVENT_GOT_LOST_ITEM_FROM_FAN_CLUB
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
end
|
end
|
||||||
; 0x19185f
|
; 0x19185f
|
||||||
|
@ -45,9 +45,9 @@ UnknownScript_0x188dc5: ; 0x188dc5
|
|||||||
OfficerScript_0x188df5: ; 0x188df5
|
OfficerScript_0x188df5: ; 0x188df5
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e0f
|
iftrue UnknownScript_0x188e0f
|
||||||
checkbit1 EVENT_MET_MANAGER_AT_POWER_PLANT
|
checkevent EVENT_MET_MANAGER_AT_POWER_PLANT
|
||||||
iftrue UnknownScript_0x188e09
|
iftrue UnknownScript_0x188e09
|
||||||
2writetext UnknownText_0x188ee0
|
2writetext UnknownText_0x188ee0
|
||||||
closetext
|
closetext
|
||||||
@ -72,7 +72,7 @@ UnknownScript_0x188e0f: ; 0x188e0f
|
|||||||
GymGuyScript_0x188e15: ; 0x188e15
|
GymGuyScript_0x188e15: ; 0x188e15
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e23
|
iftrue UnknownScript_0x188e23
|
||||||
2writetext UnknownText_0x188fcf
|
2writetext UnknownText_0x188fcf
|
||||||
closetext
|
closetext
|
||||||
@ -90,7 +90,7 @@ UnknownScript_0x188e23: ; 0x188e23
|
|||||||
GymGuyScript_0x188e29: ; 0x188e29
|
GymGuyScript_0x188e29: ; 0x188e29
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e37
|
iftrue UnknownScript_0x188e37
|
||||||
2writetext UnknownText_0x189079
|
2writetext UnknownText_0x189079
|
||||||
closetext
|
closetext
|
||||||
@ -108,7 +108,7 @@ UnknownScript_0x188e37: ; 0x188e37
|
|||||||
OfficerScript_0x188e3d: ; 0x188e3d
|
OfficerScript_0x188e3d: ; 0x188e3d
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e4b
|
iftrue UnknownScript_0x188e4b
|
||||||
2writetext UnknownText_0x18910e
|
2writetext UnknownText_0x18910e
|
||||||
closetext
|
closetext
|
||||||
@ -126,7 +126,7 @@ UnknownScript_0x188e4b: ; 0x188e4b
|
|||||||
GymGuyScript_0x188e51: ; 0x188e51
|
GymGuyScript_0x188e51: ; 0x188e51
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e5f
|
iftrue UnknownScript_0x188e5f
|
||||||
2writetext UnknownText_0x1891c2
|
2writetext UnknownText_0x1891c2
|
||||||
closetext
|
closetext
|
||||||
@ -144,18 +144,18 @@ UnknownScript_0x188e5f: ; 0x188e5f
|
|||||||
FisherScript_0x188e65: ; 0x188e65
|
FisherScript_0x188e65: ; 0x188e65
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_RETURNED_MACHINE_PART
|
checkevent EVENT_RETURNED_MACHINE_PART
|
||||||
iftrue UnknownScript_0x188eac
|
iftrue UnknownScript_0x188eac
|
||||||
checkitem MACHINE_PART
|
checkitem MACHINE_PART
|
||||||
iftrue UnknownScript_0x188e93
|
iftrue UnknownScript_0x188e93
|
||||||
checkbit1 EVENT_MET_MANAGER_AT_POWER_PLANT
|
checkevent EVENT_MET_MANAGER_AT_POWER_PLANT
|
||||||
iftrue UnknownScript_0x188e8d
|
iftrue UnknownScript_0x188e8d
|
||||||
2writetext UnknownText_0x189264
|
2writetext UnknownText_0x189264
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_MET_MANAGER_AT_POWER_PLANT
|
setevent EVENT_MET_MANAGER_AT_POWER_PLANT
|
||||||
clearbit1 $076d
|
clearevent $076d
|
||||||
clearbit1 EVENT_FOUND_MACHINE_PART_IN_CERULEAN_GYM
|
clearevent EVENT_FOUND_MACHINE_PART_IN_CERULEAN_GYM
|
||||||
domaptrigger GROUP_CERULEAN_GYM, MAP_CERULEAN_GYM, $1
|
domaptrigger GROUP_CERULEAN_GYM, MAP_CERULEAN_GYM, $1
|
||||||
dotrigger $1
|
dotrigger $1
|
||||||
end
|
end
|
||||||
@ -172,20 +172,20 @@ UnknownScript_0x188e93: ; 0x188e93
|
|||||||
2writetext UnknownText_0x18936e
|
2writetext UnknownText_0x18936e
|
||||||
keeptextopen
|
keeptextopen
|
||||||
takeitem MACHINE_PART, 1
|
takeitem MACHINE_PART, 1
|
||||||
setbit1 EVENT_RETURNED_MACHINE_PART
|
setevent EVENT_RETURNED_MACHINE_PART
|
||||||
clearbit1 $0772
|
clearevent $0772
|
||||||
setbit1 $0771
|
setevent $0771
|
||||||
setbit1 $076c
|
setevent $076c
|
||||||
setbit1 EVENT_RESTORED_POWER_TO_KANTO
|
setevent EVENT_RESTORED_POWER_TO_KANTO
|
||||||
clearbit1 $0749
|
clearevent $0749
|
||||||
UnknownScript_0x188eac: ; 0x188eac
|
UnknownScript_0x188eac: ; 0x188eac
|
||||||
checkbit1 EVENT_GOT_TM07_ZAP_CANNON
|
checkevent EVENT_GOT_TM07_ZAP_CANNON
|
||||||
iftrue UnknownScript_0x188ec5
|
iftrue UnknownScript_0x188ec5
|
||||||
2writetext UnknownText_0x1893c4
|
2writetext UnknownText_0x1893c4
|
||||||
keeptextopen
|
keeptextopen
|
||||||
verbosegiveitem TM_07, 1
|
verbosegiveitem TM_07, 1
|
||||||
iffalse UnknownScript_0x188ec3
|
iffalse UnknownScript_0x188ec3
|
||||||
setbit1 EVENT_GOT_TM07_ZAP_CANNON
|
setevent EVENT_GOT_TM07_ZAP_CANNON
|
||||||
2writetext UnknownText_0x1893f4
|
2writetext UnknownText_0x1893f4
|
||||||
closetext
|
closetext
|
||||||
UnknownScript_0x188ec3: ; 0x188ec3
|
UnknownScript_0x188ec3: ; 0x188ec3
|
||||||
|
@ -170,7 +170,7 @@ BuenaScript_0x5d775: ; 0x5d775
|
|||||||
loadfont
|
loadfont
|
||||||
checkbit2 $0013
|
checkbit2 $0013
|
||||||
iftrue UnknownScript_0x5d865
|
iftrue UnknownScript_0x5d865
|
||||||
checkbit1 EVENT_MET_BUENA
|
checkevent EVENT_MET_BUENA
|
||||||
iffalse UnknownScript_0x5d800
|
iffalse UnknownScript_0x5d800
|
||||||
checkbit2 $0060
|
checkbit2 $0060
|
||||||
iftrue UnknownScript_0x5d82f
|
iftrue UnknownScript_0x5d82f
|
||||||
@ -231,7 +231,7 @@ UnknownScript_0x5d7be: ; 0x5d7be
|
|||||||
UnknownScript_0x5d800: ; 0x5d800
|
UnknownScript_0x5d800: ; 0x5d800
|
||||||
2writetext UnknownText_0x5dcf4
|
2writetext UnknownText_0x5dcf4
|
||||||
keeptextopen
|
keeptextopen
|
||||||
setbit1 EVENT_MET_BUENA
|
setevent EVENT_MET_BUENA
|
||||||
verbosegiveitem BLUE_CARD, 1
|
verbosegiveitem BLUE_CARD, 1
|
||||||
UnknownScript_0x5d80a: ; 0x5d80a
|
UnknownScript_0x5d80a: ; 0x5d80a
|
||||||
2writetext UnknownText_0x5de10
|
2writetext UnknownText_0x5de10
|
||||||
@ -239,7 +239,7 @@ UnknownScript_0x5d80a: ; 0x5d80a
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue UnknownScript_0x5d81a
|
iftrue UnknownScript_0x5d81a
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
UnknownScript_0x5d81a: ; 0x5d81a
|
UnknownScript_0x5d81a: ; 0x5d81a
|
||||||
spriteface $b, $3
|
spriteface $b, $3
|
||||||
@ -263,7 +263,7 @@ UnknownScript_0x5d82f: ; 0x5d82f
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue UnknownScript_0x5d83f
|
iftrue UnknownScript_0x5d83f
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
UnknownScript_0x5d83f: ; 0x5d83f
|
UnknownScript_0x5d83f: ; 0x5d83f
|
||||||
spriteface $b, $3
|
spriteface $b, $3
|
||||||
@ -303,7 +303,7 @@ UnknownScript_0x5d86b: ; 0x5d86b
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue UnknownScript_0x5d87b
|
iftrue UnknownScript_0x5d87b
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
UnknownScript_0x5d87b: ; 0x5d87b
|
UnknownScript_0x5d87b: ; 0x5d87b
|
||||||
spriteface $b, $3
|
spriteface $b, $3
|
||||||
@ -316,7 +316,7 @@ UnknownScript_0x5d87f: ; 0x5d87f
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue UnknownScript_0x5d88f
|
iftrue UnknownScript_0x5d88f
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
UnknownScript_0x5d88f: ; 0x5d88f
|
UnknownScript_0x5d88f: ; 0x5d88f
|
||||||
spriteface $b, $3
|
spriteface $b, $3
|
||||||
@ -329,7 +329,7 @@ UnknownScript_0x5d893: ; 0x5d893
|
|||||||
loadmovesprites
|
loadmovesprites
|
||||||
checkcellnum $25
|
checkcellnum $25
|
||||||
iftrue UnknownScript_0x5d8a3
|
iftrue UnknownScript_0x5d8a3
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
UnknownScript_0x5d8a3: ; 0x5d8a3
|
UnknownScript_0x5d8a3: ; 0x5d8a3
|
||||||
end
|
end
|
||||||
@ -343,11 +343,11 @@ UnknownScript_0x5d8a4: ; 0x5d8a4
|
|||||||
pause 15
|
pause 15
|
||||||
spriteface $0, $1
|
spriteface $0, $1
|
||||||
pause 15
|
pause 15
|
||||||
checkbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
checkevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
iftrue UnknownScript_0x5d8cc
|
iftrue UnknownScript_0x5d8cc
|
||||||
showemote $0, $b, 15
|
showemote $0, $b, 15
|
||||||
setbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER_NO_BLUE_CARD
|
||||||
setbit1 EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
setevent EVENT_BUENA_OFFERED_HER_PHONE_NUMBER
|
||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x5e1ee
|
2writetext UnknownText_0x5e1ee
|
||||||
2jump UnknownScript_0x5d8d0
|
2jump UnknownScript_0x5d8d0
|
||||||
|
@ -11,7 +11,7 @@ RadioTower3F_MapScriptHeader: ; 0x5e53e
|
|||||||
; 0x5e543
|
; 0x5e543
|
||||||
|
|
||||||
UnknownScript_0x5e543: ; 0x5e543
|
UnknownScript_0x5e543: ; 0x5e543
|
||||||
checkbit1 EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e54a
|
iftrue UnknownScript_0x5e54a
|
||||||
return
|
return
|
||||||
; 0x5e54a
|
; 0x5e54a
|
||||||
@ -29,7 +29,7 @@ SuperNerdScript_0x5e553: ; 0x5e553
|
|||||||
GymGuyScript_0x5e556: ; 0x5e556
|
GymGuyScript_0x5e556: ; 0x5e556
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e564
|
iftrue UnknownScript_0x5e564
|
||||||
2writetext UnknownText_0x5e682
|
2writetext UnknownText_0x5e682
|
||||||
closetext
|
closetext
|
||||||
@ -47,11 +47,11 @@ UnknownScript_0x5e564: ; 0x5e564
|
|||||||
CooltrainerFScript_0x5e56a: ; 0x5e56a
|
CooltrainerFScript_0x5e56a: ; 0x5e56a
|
||||||
faceplayer
|
faceplayer
|
||||||
loadfont
|
loadfont
|
||||||
checkbit1 EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
checkevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e59d
|
iftrue UnknownScript_0x5e59d
|
||||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e58a
|
iftrue UnknownScript_0x5e58a
|
||||||
checkbit1 EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e584
|
iftrue UnknownScript_0x5e584
|
||||||
2writetext UnknownText_0x5e754
|
2writetext UnknownText_0x5e754
|
||||||
closetext
|
closetext
|
||||||
@ -74,7 +74,7 @@ UnknownScript_0x5e58a: ; 0x5e58a
|
|||||||
2writetext UnknownText_0x5e821
|
2writetext UnknownText_0x5e821
|
||||||
closetext
|
closetext
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
setbit1 EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
setevent EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER
|
||||||
end
|
end
|
||||||
; 0x5e59d
|
; 0x5e59d
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ MapRadioTower3FSignpost2Script: ; 0x5e5f3
|
|||||||
loadfont
|
loadfont
|
||||||
2writetext UnknownText_0x5eaa4
|
2writetext UnknownText_0x5eaa4
|
||||||
closetext
|
closetext
|
||||||
checkbit1 EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
checkevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
iftrue UnknownScript_0x5e603
|
iftrue UnknownScript_0x5e603
|
||||||
checkitem CARD_KEY
|
checkitem CARD_KEY
|
||||||
iftrue UnknownScript_0x5e605
|
iftrue UnknownScript_0x5e605
|
||||||
@ -218,7 +218,7 @@ UnknownScript_0x5e603: ; 0x5e603
|
|||||||
UnknownScript_0x5e605: ; 0x5e605
|
UnknownScript_0x5e605: ; 0x5e605
|
||||||
2writetext UnknownText_0x5eabc
|
2writetext UnknownText_0x5eabc
|
||||||
closetext
|
closetext
|
||||||
setbit1 EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
setevent EVENT_USED_THE_CARD_KEY_IN_THE_RADIO_TOWER
|
||||||
playsound $001f
|
playsound $001f
|
||||||
changeblock $e, $2, $2a
|
changeblock $e, $2, $2a
|
||||||
changeblock $e, $4, $1
|
changeblock $e, $4, $1
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user