You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Mobile phrases and tons of related data.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user