Mobile phrases and tons of related data.

This commit is contained in:
yenatch 2015-02-04 01:10:59 -08:00
parent 36436bbf41
commit a0e2b8270f
2 changed files with 3978 additions and 137 deletions

View File

@ -139,3 +139,11 @@ x = 0
x = x + (\1) * $40000
endr
ENDM
bcd: MACRO
rept _NARG
dn ((\1) % 100) / 10, (\1) % 10
shift
endr
ENDM

4107
main.asm

File diff suppressed because it is too large Load Diff