diff options
| author | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-03-25 17:39:44 -0500 |
| commit | eb47bda8ee5c1f002236200df36012de9e243a97 (patch) | |
| tree | fc69fc5435582efebd36fc54414673dd8ac7f646 /data/items/tm_prices.asm | |
| parent | Merge remote-tracking branch 'remotes/pokered/master' (diff) | |
| parent | Verify data table and name list sizes with assertion macros (diff) | |
| download | pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.gz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.tar.xz pokeyellow-eb47bda8ee5c1f002236200df36012de9e243a97.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/items/tm_prices.asm')
| -rw-r--r-- | data/items/tm_prices.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/items/tm_prices.asm b/data/items/tm_prices.asm index 7f007e9d..22bcb074 100644 --- a/data/items/tm_prices.asm +++ b/data/items/tm_prices.asm @@ -1,5 +1,6 @@ TechnicalMachinePrices: ; In thousands (nybbles). + table_width 1, TechnicalMachinePrices dn 3, 2 ; TM01, TM02 dn 2, 1 ; TM03, TM04 dn 3, 4 ; TM05, TM06 @@ -25,3 +26,4 @@ TechnicalMachinePrices: dn 2, 4 ; TM45, TM46 dn 3, 4 ; TM47, TM48 dn 4, 2 ; TM49, TM50 + assert_table_length (NUM_TMS + 1) / 2 |
