script commands if_greater_than and if_less_than were swapped

This commit is contained in:
yenatch
2013-09-26 18:40:20 -04:00
parent 73bd376cfd
commit ad3293595d
13 changed files with 26 additions and 26 deletions

View File

@@ -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