mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Improve some RAM formatting
This commit is contained in:
parent
ce62dca69b
commit
8701ef4d61
10 changed files with 450 additions and 799 deletions
|
|
@ -207,7 +207,7 @@ TM01 EQU const_value
|
|||
add_tm ROCK_SLIDE ; $F8
|
||||
add_tm TRI_ATTACK ; $F9
|
||||
add_tm SUBSTITUTE ; $FA
|
||||
assert NUM_TMS == const_value - TM01, "NUM_TMS ({d:NUM_TMS}) does not match the number of add_tm definitions"
|
||||
ASSERT NUM_TMS == const_value - TM01, "NUM_TMS ({d:NUM_TMS}) does not match the number of add_tm definitions"
|
||||
|
||||
NUM_TM_HM EQU NUM_TMS + NUM_HMS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue