aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapWilds/Route24.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/mapWilds/Route24.asm')
-rwxr-xr-xdata/mapWilds/Route24.asm27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/mapWilds/Route24.asm b/data/mapWilds/Route24.asm
deleted file mode 100755
index 3a745f36..00000000
--- a/data/mapWilds/Route24.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-Route24Mons:
- db $19
- IF DEF(_RED)
- db 7,WEEDLE
- db 8,KAKUNA
- db 12,PIDGEY
- db 12,ODDISH
- db 13,ODDISH
- db 10,ABRA
- db 14,ODDISH
- db 13,PIDGEY
- db 8,ABRA
- db 12,ABRA
- ENDC
- IF DEF(_BLUE)
- db 7,CATERPIE
- db 8,METAPOD
- db 12,PIDGEY
- db 12,BELLSPROUT
- db 13,BELLSPROUT
- db 10,ABRA
- db 14,BELLSPROUT
- db 13,PIDGEY
- db 8,ABRA
- db 12,ABRA
- ENDC
- db $00