You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
script commands if_greater_than and if_less_than were swapped
This commit is contained in:
@@ -105,7 +105,7 @@ OfficerScript_0x6a204: ; 0x6a204
|
||||
yesorno
|
||||
iffalse UnknownScript_0x6a2a3
|
||||
checkcode $1
|
||||
if_less_than $1, UnknownScript_0x6a271
|
||||
if_greater_than $1, UnknownScript_0x6a271
|
||||
special $0016
|
||||
clearevent $0308
|
||||
UnknownScript_0x6a234: ; 0x6a234
|
||||
@@ -143,7 +143,7 @@ UnknownScript_0x6a26c: ; 0x6a26c
|
||||
|
||||
UnknownScript_0x6a271: ; 0x6a271
|
||||
checkcode $1
|
||||
if_greater_than $6, $627d
|
||||
if_less_than $6, $627d
|
||||
checkcode $10
|
||||
if_equal $0, UnknownScript_0x6a2b5
|
||||
special $005a
|
||||
|
||||
Reference in New Issue
Block a user