Verify data table and name list sizes with assertion macros

Fixes #312
This commit is contained in:
Rangi 2021-03-25 16:33:05 -04:00
parent e1f6bb5393
commit 95ec2cf039
139 changed files with 863 additions and 437 deletions

View file

@ -740,7 +740,7 @@ FellText:
text_end
PrintStatText:
ld hl, StatsTextStrings
ld hl, StatModTextStrings
ld c, "@"
.findStatName_outer
dec b
@ -755,7 +755,7 @@ PrintStatText:
ld bc, $a
jp CopyData
INCLUDE "data/battle/stat_names.asm"
INCLUDE "data/battle/stat_mod_names.asm"
INCLUDE "data/battle/stat_modifiers.asm"