diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:05 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 19:52:05 -0400 |
| commit | f59f1bdb88297678d48bcbd01c143994cb307036 (patch) | |
| tree | 4d4d3652d0dff3401abd41de5ee461afb61d73ed /data | |
| parent | 7a03fecc38ab4fe2e44525b56dabc5a05a6d8633 (diff) | |
Standardize capitalization of ".Jumptable"
Diffstat (limited to 'data')
| -rw-r--r-- | data/events/odd_eggs.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/events/odd_eggs.asm b/data/events/odd_eggs.asm index 20bac2dc1..00eaf0664 100644 --- a/data/events/odd_eggs.asm +++ b/data/events/odd_eggs.asm @@ -6,6 +6,7 @@ prob_total = prob_total + (\1) ENDM OddEggProbabilities: +; entries correspond to OddEggs (below) table_width 2, OddEggProbabilities prob_total = 0 ; Pichu @@ -30,6 +31,7 @@ prob_total = 0 prob 10 prob 1 assert_table_length NUM_ODD_EGGS + assert prob_total == 100, "OddEggProbabilities do not sum to 100%!" OddEggs: table_width NICKNAMED_MON_STRUCT_LENGTH, OddEggs |
