summaryrefslogtreecommitdiff
path: root/data/wild/probabilities.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/wild/probabilities.asm')
-rw-r--r--data/wild/probabilities.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/wild/probabilities.asm b/data/wild/probabilities.asm
index bf3144bb..f3f44e0a 100644
--- a/data/wild/probabilities.asm
+++ b/data/wild/probabilities.asm
@@ -4,6 +4,7 @@ mon_prob: MACRO
ENDM
GrassMonProbTable:
+ table_width 2, GrassMonProbTable
mon_prob 30, 0 ; 30% chance
mon_prob 60, 1 ; 30% chance
mon_prob 80, 2 ; 20% chance
@@ -11,8 +12,11 @@ GrassMonProbTable:
mon_prob 95, 4 ; 5% chance
mon_prob 99, 5 ; 4% chance
mon_prob 100, 6 ; 1% chance
+ assert_table_length NUM_GRASSMON
WaterMonProbTable:
+ table_width 2, WaterMonProbTable
mon_prob 60, 0 ; 60% chance
mon_prob 90, 1 ; 30% chance
mon_prob 100, 2 ; 10% chance
+ assert_table_length NUM_WATERMON