You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
rename bit1 script commands to event
This commit is contained in:
@@ -45,11 +45,11 @@ PokefanmDerek1Script: ; 0x1a5b0b
|
||||
iftrue UnknownScript_0x1a5b6e
|
||||
checkpoke PIKACHU
|
||||
iffalse UnknownScript_0x1a5b5c
|
||||
checkbit1 EVENT_SHOWED_DEREK_PIKACHU
|
||||
checkevent EVENT_SHOWED_DEREK_PIKACHU
|
||||
iftrue UnknownScript_0x1a5b33
|
||||
2writetext UnknownText_0x1a5cf8
|
||||
keeptextopen
|
||||
setbit1 EVENT_SHOWED_DEREK_PIKACHU
|
||||
setevent EVENT_SHOWED_DEREK_PIKACHU
|
||||
2call UnknownScript_0x1a5b62
|
||||
2jump UnknownScript_0x1a5b36
|
||||
; 0x1a5b33
|
||||
@@ -216,7 +216,7 @@ PokefanFScript_0x1a5bbe: ; 0x1a5bbe
|
||||
loadfont
|
||||
checktime $4
|
||||
iffalse UnknownScript_0x1a5be5
|
||||
checkbit1 $05c2
|
||||
checkevent $05c2
|
||||
iftrue UnknownScript_0x1a5bdf
|
||||
2writetext UnknownText_0x1a5ee8
|
||||
closetext
|
||||
@@ -225,7 +225,7 @@ PokefanFScript_0x1a5bbe: ; 0x1a5bbe
|
||||
loadtrainer POKEFANF, JAIME
|
||||
startbattle
|
||||
returnafterbattle
|
||||
setbit1 $05c2
|
||||
setevent $05c2
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1a5bdf
|
||||
|
||||
Reference in New Issue
Block a user