summaryrefslogtreecommitdiff
path: root/stats/wild/swarm_grass.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-29 11:10:21 -0700
committeryenatch <yenatch@gmail.com>2014-05-31 22:57:00 -0700
commit99fbe3147bfb73ec02c0886dd6c16b6f94e0ebda (patch)
treead93468e3ea0569e592cff7bf6f13007bb2ccfbd /stats/wild/swarm_grass.asm
parent9755ff375a7e80b978d9cd32052a6cf2cc7c45cf (diff)
Rename directory stats -> data.
Diffstat (limited to 'stats/wild/swarm_grass.asm')
-rw-r--r--stats/wild/swarm_grass.asm59
1 files changed, 0 insertions, 59 deletions
diff --git a/stats/wild/swarm_grass.asm b/stats/wild/swarm_grass.asm
deleted file mode 100644
index 319b71d3c..000000000
--- a/stats/wild/swarm_grass.asm
+++ /dev/null
@@ -1,59 +0,0 @@
-; swarms in grass
-
-; Dunsparce swarm
- db GROUP_DARK_CAVE_VIOLET_ENTRANCE, MAP_DARK_CAVE_VIOLET_ENTRANCE
- db $0a,$0a,$0a ; encounter rates: morn/day/nite
- ; morn
- db 3,GEODUDE
- db 3,DUNSPARCE
- db 2,ZUBAT
- db 2,GEODUDE
- db 2,DUNSPARCE
- db 4,DUNSPARCE
- db 4,DUNSPARCE
- ; day
- db 3,GEODUDE
- db 3,DUNSPARCE
- db 2,ZUBAT
- db 2,GEODUDE
- db 2,DUNSPARCE
- db 4,DUNSPARCE
- db 4,DUNSPARCE
- ; nite
- db 3,GEODUDE
- db 3,DUNSPARCE
- db 2,ZUBAT
- db 2,GEODUDE
- db 2,DUNSPARCE
- db 4,DUNSPARCE
- db 4,DUNSPARCE
-
-; Yanma swarm
- db GROUP_ROUTE_35, MAP_ROUTE_35
- db $19,$19,$19 ; encounter rates: morn/day/nite
- ; morn
- db 12,NIDORAN_M
- db 12,NIDORAN_F
- db 12,YANMA
- db 14,YANMA
- db 14,PIDGEY
- db 10,DITTO
- db 10,DITTO
- ; day
- db 12,NIDORAN_M
- db 12,NIDORAN_F
- db 12,YANMA
- db 14,YANMA
- db 14,PIDGEY
- db 10,DITTO
- db 10,DITTO
- ; nite
- db 12,NIDORAN_M
- db 12,NIDORAN_F
- db 12,YANMA
- db 14,YANMA
- db 14,HOOTHOOT
- db 10,DITTO
- db 10,DITTO
-
- db $ff ; end