You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
first round of event flag constants in map events
this is a little over half.. 610 to go
This commit is contained in:
@@ -17,13 +17,13 @@ PokefanFScript_0x5c005: ; 0x5c005
|
||||
TeacherScript_0x5c008: ; 0x5c008
|
||||
faceplayer
|
||||
loadfont
|
||||
checkbit1 $0057
|
||||
checkbit1 EVENT_GOT_QUICK_CLAW
|
||||
iftrue UnknownScript_0x5c01d
|
||||
2writetext UnknownText_0x5c265
|
||||
keeptextopen
|
||||
verbosegiveitem QUICK_CLAW, 1
|
||||
iffalse UnknownScript_0x5c021
|
||||
setbit1 $0057
|
||||
setbit1 EVENT_GOT_QUICK_CLAW
|
||||
UnknownScript_0x5c01d: ; 0x5c01d
|
||||
2writetext UnknownText_0x5c30d
|
||||
closetext
|
||||
@@ -122,13 +122,13 @@ UnknownScript_0x5c088: ; 0x5c088
|
||||
if_equal $1, UnknownScript_0x5c0b9
|
||||
if_equal $0, UnknownScript_0x5c0bf
|
||||
UnknownScript_0x5c0a7: ; 0x5c0a7
|
||||
checkbit1 $00cd
|
||||
checkbit1 EVENT_RESTORED_POWER_TO_KANTO
|
||||
iftrue UnknownScript_0x5c0f3
|
||||
UnknownScript_0x5c0ad: ; 0x5c0ad
|
||||
checkbit1 $0044
|
||||
iftrue UnknownScript_0x5c0e6
|
||||
UnknownScript_0x5c0b3: ; 0x5c0b3
|
||||
checkbit1 $0021
|
||||
checkbit1 EVENT_CLEARED_RADIO_TOWER
|
||||
iftrue UnknownScript_0x5c0d9
|
||||
UnknownScript_0x5c0b9: ; 0x5c0b9
|
||||
checkbit2 $0047
|
||||
@@ -271,11 +271,11 @@ PokefanfBeverly1Script: ; 0x5c138
|
||||
iftrue UnknownScript_0x5c19b
|
||||
checkpoke MARILL
|
||||
iffalse UnknownScript_0x5c189
|
||||
checkbit1 $0261
|
||||
checkbit1 EVENT_SHOWED_BEVERLY_MARILL
|
||||
iftrue UnknownScript_0x5c160
|
||||
2writetext UnknownText_0x5c5bd
|
||||
keeptextopen
|
||||
setbit1 $0261
|
||||
setbit1 EVENT_SHOWED_BEVERLY_MARILL
|
||||
2call UnknownScript_0x5c18f
|
||||
2jump UnknownScript_0x5c163
|
||||
; 0x5c160
|
||||
|
||||
Reference in New Issue
Block a user