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:
@@ -15,15 +15,15 @@ GoldenrodCity_MapScriptHeader: ; 0x1988d0
|
||||
UnknownScript_0x1988d8: ; 0x1988d8
|
||||
setbit2 $0046
|
||||
setbit2 $0016
|
||||
checkbit1 $00b9
|
||||
checkevent $00b9
|
||||
iftrue UnknownScript_0x1988e7
|
||||
clearbit1 $0769
|
||||
clearevent $0769
|
||||
UnknownScript_0x1988e7: ; 0x1988e7
|
||||
return
|
||||
; 0x1988e8
|
||||
|
||||
UnknownScript_0x1988e8: ; 0x1988e8
|
||||
checkbit1 $0044
|
||||
checkevent $0044
|
||||
iffalse UnknownScript_0x198908
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x1988fd
|
||||
@@ -143,7 +143,7 @@ UnknownScript_0x1989c6: ; 0x1989c6
|
||||
UnknownScript_0x1989ca: ; 0x1989ca
|
||||
playsound $001f
|
||||
disappear $10
|
||||
clearbit1 $076b
|
||||
clearevent $076b
|
||||
setbit2 $005e
|
||||
waitbutton
|
||||
end
|
||||
@@ -174,7 +174,7 @@ YoungsterScript_0x1989e6: ; 0x1989e6
|
||||
CooltrainerFScript_0x1989e9: ; 0x1989e9
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
||||
checkevent EVENT_CLEARED_RADIO_TOWER
|
||||
iftrue UnknownScript_0x1989f7
|
||||
2writetext UnknownText_0x198ae6
|
||||
closetext
|
||||
|
||||
Reference in New Issue
Block a user