Consistent constants for radio data table sizes (could still be better)

This commit is contained in:
Rangi
2020-08-13 13:47:50 -04:00
parent f65448a4c0
commit 7729dcd204
6 changed files with 24 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
BuenaPrizeItems:
; there are NUM_BUENA_PRIZES items (see engine/events/buena.asm)
; there are NUM_BUENA_PRIZES entries
db ULTRA_BALL, 2
db FULL_RESTORE, 2
db NUGGET, 3
@@ -9,4 +9,3 @@ BuenaPrizeItems:
db CARBOS, 5
db CALCIUM, 5
db HP_UP, 5
.End