mirror of https://github.com/pret/pokecrystal.git
Mobile phrases and tons of related data.
This commit is contained in:
parent
36436bbf41
commit
a0e2b8270f
|
@ -139,3 +139,11 @@ x = 0
|
||||||
x = x + (\1) * $40000
|
x = x + (\1) * $40000
|
||||||
endr
|
endr
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
|
||||||
|
bcd: MACRO
|
||||||
|
rept _NARG
|
||||||
|
dn ((\1) % 100) / 10, (\1) % 10
|
||||||
|
shift
|
||||||
|
endr
|
||||||
|
ENDM
|
||||||
|
|
Loading…
Reference in New Issue