getname functions

This commit is contained in:
yenatch 2013-04-29 13:45:41 -04:00
parent 6f6988e3d1
commit c80b2e376e
2 changed files with 273 additions and 61 deletions

View File

@ -1689,6 +1689,9 @@ HM_05 EQU $F7
HM_06 EQU $F8
HM_07 EQU $F9
NUM_TMS EQU HM_01 - TM_01 - 2
; days of the week
SUNDAY EQU $00
MONDAY EQU $01

331
main.asm

File diff suppressed because it is too large Load Diff