Fixed some inconsistencies in the usage of the if-def directive.

This commit is contained in:
Urs-Bjoern Schmidt 2018-07-02 11:34:11 +02:00
parent 6ba3765c59
commit b4ab6dc701
3 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ Route23Mons:
IF DEF(_RED)
db 26,EKANS
ENDC
IF !DEF(_RED)
IF DEF(_BLUE)
db 26,SANDSHREW
ENDC
db 33,DITTO
@ -14,7 +14,7 @@ Route23Mons:
IF DEF(_RED)
db 41,ARBOK
ENDC
IF !DEF(_RED)
IF DEF(_BLUE)
db 41,SANDSLASH
ENDC
db 43,DITTO