mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
parent
e1f6bb5393
commit
95ec2cf039
139 changed files with 863 additions and 437 deletions
|
|
@ -1,4 +1,5 @@
|
|||
TypeNames:
|
||||
table_width 2, TypeNames
|
||||
|
||||
dw .Normal
|
||||
dw .Fighting
|
||||
|
|
@ -22,6 +23,8 @@ ENDR
|
|||
dw .Ice
|
||||
dw .Dragon
|
||||
|
||||
assert_table_length NUM_TYPES
|
||||
|
||||
.Normal: db "NORMAL@"
|
||||
.Fighting: db "FIGHTING@"
|
||||
.Flying: db "FLYING@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue