Document macros/map.asm

Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events)
Prefix FLOOR to the `elevfloor` constants
This commit is contained in:
Remy Oukaour
2017-12-11 01:02:28 -05:00
parent c6fefd0fe8
commit 41acb0667a
22 changed files with 219 additions and 179 deletions

View File

@@ -287,9 +287,9 @@ checktime: macro
db \1 ; time
endm
checkmorn EQUS "checktime 1 << MORN"
checkday EQUS "checktime 1 << DAY"
checknite EQUS "checktime 1 << NITE"
checkmorn EQUS "checktime MORN"
checkday EQUS "checktime DAY"
checknite EQUS "checktime NITE"
enum checkpoke_command
checkpoke: macro