- 2
- Posts
- 4
- Years
- Seen Dec 18, 2021
Howdy, I've tried following the tutorial: https://github.com/pret/pokered/wiki/Add-a-new-Type to add a new type, but when I attempt to follow this I get the following error:
ERROR: main.asm(152) -> engine/battle/print_type.asm(52) -> data/types/names.asm(26) -> macros/asserts.asm::assert_table_length(16):
Assertion failed: TypeNames: expected 28 entries, each 2 bytes
error: Assembly aborted (1 error)!
make: *** [Makefile:90: main_blue.o] Error 1
Any ideas on how to fix this?
ERROR: main.asm(152) -> engine/battle/print_type.asm(52) -> data/types/names.asm(26) -> macros/asserts.asm::assert_table_length(16):
Assertion failed: TypeNames: expected 28 entries, each 2 bytes
error: Assembly aborted (1 error)!
make: *** [Makefile:90: main_blue.o] Error 1
Any ideas on how to fix this?