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:
@@ -23,7 +23,7 @@ UnknownScript_0x18c89e: ; 0x18c89e
|
||||
; 0x18c89f
|
||||
|
||||
UnknownScript_0x18c89f: ; 0x18c89f
|
||||
checkbit1 EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
||||
iftrue UnknownScript_0x18c8a8
|
||||
disappear $4
|
||||
return
|
||||
@@ -62,7 +62,7 @@ UnknownScript_0x18c8b8: ; 0x18c8b8
|
||||
playsound $0001
|
||||
waitbutton
|
||||
itemnotify
|
||||
setbit1 EVENT_GOT_TM24_DRAGONBREATH
|
||||
setevent EVENT_GOT_TM24_DRAGONBREATH
|
||||
2writetext UnknownText_0x18ca0d
|
||||
keeptextopen
|
||||
2writetext UnknownText_0x18caf1
|
||||
@@ -230,12 +230,12 @@ SilverScript_0x18c97e: ; 0x18c97e
|
||||
playmusic $001f
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $0000
|
||||
checkevent $0000
|
||||
iftrue UnknownScript_0x18c995
|
||||
2writetext UnknownText_0x18cc83
|
||||
closetext
|
||||
loadmovesprites
|
||||
setbit1 $0000
|
||||
setevent $0000
|
||||
special $003d
|
||||
end
|
||||
; 0x18c995
|
||||
|
||||
Reference in New Issue
Block a user