You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge branch 'master' into remove-another-moneybyteparam-special-case
This commit is contained in:
@@ -498,8 +498,6 @@ def macro_translator(macro, token, line):
|
|||||||
elif param_klass.byte_type == "dw":
|
elif param_klass.byte_type == "dw":
|
||||||
if param_klass.size == 2:
|
if param_klass.size == 2:
|
||||||
allowed_length += 1 # just label
|
allowed_length += 1 # just label
|
||||||
elif param_klass == MoneyByteParam:
|
|
||||||
allowed_length += 1
|
|
||||||
elif param_klass.size == 3:
|
elif param_klass.size == 3:
|
||||||
allowed_length += 2 # bank and label
|
allowed_length += 2 # bank and label
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user