diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-22 16:41:17 -0400 |
| commit | dbe2360ecd3eb11fd144168427e1323f5e1b2ec2 (patch) | |
| tree | d571d2f064c176a36951d3470d19053692f9e8eb /data/radio | |
| parent | 8daf8fe19c9e356df34ca8da3423618999d4405a (diff) | |
Miscellaneous cleanup
Diffstat (limited to 'data/radio')
| -rw-r--r-- | data/radio/buenas_passwords.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/radio/buenas_passwords.asm b/data/radio/buenas_passwords.asm index 078bcdd4c..341b86e57 100644 --- a/data/radio/buenas_passwords.asm +++ b/data/radio/buenas_passwords.asm @@ -13,7 +13,7 @@ BuenasPasswordTable: dw .RadioStations assert_table_length NUM_PASSWORD_CATEGORIES - ; string type, points, option 1, option 2, option 3 + ; string type, points, option 1, option 2, option 3 .JohtoStarters: db BUENA_MON, 10, CYNDAQUIL, TOTODILE, CHIKORITA .Beverages: db BUENA_ITEM, 12, FRESH_WATER, SODA_POP, LEMONADE .HealingItems: db BUENA_ITEM, 12, POTION, ANTIDOTE, PARLYZ_HEAL |
