You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
rename bit1 script commands to event
This commit is contained in:
@@ -24,11 +24,11 @@ UnknownScript_0x18072c: ; 0x18072c
|
||||
; 0x18072d
|
||||
|
||||
UnknownScript_0x18072d: ; 0x18072d
|
||||
checkbit1 EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||
checkevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||
iffalse UnknownScript_0x180737
|
||||
changeblock $4, $e, $2a
|
||||
UnknownScript_0x180737: ; 0x180737
|
||||
checkbit1 EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||
checkevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||
iffalse UnknownScript_0x180741
|
||||
changeblock $4, $2, $16
|
||||
UnknownScript_0x180741: ; 0x180741
|
||||
@@ -44,7 +44,7 @@ UnknownScript_0x180742: ; 0x180742
|
||||
reloadmappart
|
||||
loadmovesprites
|
||||
dotrigger $1
|
||||
setbit1 EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||
setevent EVENT_WILLS_ROOM_ENTRANCE_CLOSED
|
||||
waitbutton
|
||||
end
|
||||
; 0x18075a
|
||||
@@ -52,7 +52,7 @@ UnknownScript_0x180742: ; 0x180742
|
||||
KogaScript_0x18075a: ; 0x18075a
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $05b9
|
||||
checkevent $05b9
|
||||
iftrue UnknownScript_0x180788
|
||||
2writetext UnknownText_0x180793
|
||||
closetext
|
||||
@@ -61,7 +61,7 @@ KogaScript_0x18075a: ; 0x18075a
|
||||
loadtrainer KOGA, 1
|
||||
startbattle
|
||||
returnafterbattle
|
||||
setbit1 $05b9
|
||||
setevent $05b9
|
||||
loadfont
|
||||
2writetext UnknownText_0x1808ca
|
||||
closetext
|
||||
@@ -70,7 +70,7 @@ KogaScript_0x18075a: ; 0x18075a
|
||||
changeblock $4, $2, $16
|
||||
reloadmappart
|
||||
loadmovesprites
|
||||
setbit1 EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||
setevent EVENT_KOGAS_ROOM_EXIT_OPEN
|
||||
waitbutton
|
||||
end
|
||||
; 0x180788
|
||||
|
||||
Reference in New Issue
Block a user