mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
"<NULL>" -> 0, for 'and a'
This commit is contained in:
parent
328a6737db
commit
9d6ac04c9d
@ -181,7 +181,7 @@ NextChar::
|
||||
|
||||
CheckDict::
|
||||
dict: MACRO
|
||||
if \1 == "<NULL>"
|
||||
if \1 == 0
|
||||
and a
|
||||
else
|
||||
cp \1
|
||||
|
Loading…
Reference in New Issue
Block a user