You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
script commands if_greater_than and if_less_than were swapped
This commit is contained in:
@@ -12,9 +12,9 @@ Route16_MapScriptHeader: ; 0x1ad313
|
||||
|
||||
UnknownScript_0x1ad318: ; 0x1ad318
|
||||
checkcode $13
|
||||
if_greater_than $5, UnknownScript_0x1ad328
|
||||
if_less_than $5, UnknownScript_0x1ad328
|
||||
checkcode $12
|
||||
if_less_than $d, UnknownScript_0x1ad328
|
||||
if_greater_than $d, UnknownScript_0x1ad328
|
||||
setflag $0019
|
||||
return
|
||||
; 0x1ad328
|
||||
|
||||
Reference in New Issue
Block a user