summaryrefslogtreecommitdiff
path: root/data/wild
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 13:23:22 -0400
committerGitHub <noreply@github.com>2020-07-15 13:23:22 -0400
commit87f24a885d888411d715171d75163bd59a609b41 (patch)
tree802877f7038146e7246ba4adc56d560049e5eb96 /data/wild
parente18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff)
parent254f26bf6b36f1a35f3c3f58516e4f719af122c2 (diff)
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/wild')
-rwxr-xr-xdata/wild/good_rod.asm2
-rwxr-xr-xdata/wild/super_rod.asm2
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