mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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
Block a user