diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
| commit | 15bcd882288c2f7e4a902a44cd9b90d76306fcf9 (patch) | |
| tree | 69c94c4e36c13e814774da529f7ed19e6a662e2c /data/wild | |
| parent | e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff) | |
Indent comments that describe data table macro formats
Diffstat (limited to 'data/wild')
| -rwxr-xr-x | data/wild/good_rod.asm | 2 | ||||
| -rwxr-xr-x | data/wild/super_rod.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/wild/good_rod.asm b/data/wild/good_rod.asm index 145a9e55..700a5516 100755 --- a/data/wild/good_rod.asm +++ b/data/wild/good_rod.asm @@ -1,5 +1,5 @@ ; random choice of 2 good rod encounters GoodRodMons: -; level, species + ; level, species db 10, GOLDEEN db 10, POLIWAG diff --git a/data/wild/super_rod.asm b/data/wild/super_rod.asm index 6c455504..20a52a6c 100755 --- a/data/wild/super_rod.asm +++ b/data/wild/super_rod.asm @@ -1,6 +1,6 @@ ; super rod encounters SuperRodData: -; map, fishing group + ; map, fishing group dbw PALLET_TOWN, .Group1 dbw VIRIDIAN_CITY, .Group1 dbw CERULEAN_CITY, .Group3 |
