mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
parent
e1f6bb5393
commit
95ec2cf039
139 changed files with 863 additions and 437 deletions
|
|
@ -2,6 +2,7 @@
|
|||
; define constants for the item IDs and for the corresponding move values.
|
||||
|
||||
TechnicalMachines:
|
||||
table_width 1, TechnicalMachines
|
||||
|
||||
n = 1
|
||||
REPT NUM_TMS
|
||||
|
|
@ -14,6 +15,7 @@ ENDC
|
|||
PURGE MOVE_FOR_TM
|
||||
n = n + 1
|
||||
ENDR
|
||||
assert_table_length NUM_TMS
|
||||
|
||||
n = 1
|
||||
REPT NUM_HMS
|
||||
|
|
@ -26,3 +28,4 @@ ENDC
|
|||
PURGE MOVE_FOR_HM
|
||||
n = n + 1
|
||||
ENDR
|
||||
assert_table_length NUM_TM_HM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue