aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapWilds/Route13.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/mapWilds/Route13.asm')
-rwxr-xr-xdata/mapWilds/Route13.asm28
1 files changed, 0 insertions, 28 deletions
diff --git a/data/mapWilds/Route13.asm b/data/mapWilds/Route13.asm
deleted file mode 100755
index 2a1a6cb5..00000000
--- a/data/mapWilds/Route13.asm
+++ /dev/null
@@ -1,28 +0,0 @@
-Route13Mons:
- IF DEF(_RED)
- db $14
- db 24,ODDISH
- db 25,PIDGEY
- db 27,PIDGEY
- db 24,VENONAT
- db 22,ODDISH
- db 26,VENONAT
- db 26,ODDISH
- db 25,DITTO
- db 28,GLOOM
- db 30,GLOOM
- ENDC
- IF DEF(_BLUE)
- db $14
- db 24,BELLSPROUT
- db 25,PIDGEY
- db 27,PIDGEY
- db 24,VENONAT
- db 22,BELLSPROUT
- db 26,VENONAT
- db 26,BELLSPROUT
- db 25,DITTO
- db 28,WEEPINBELL
- db 30,WEEPINBELL
- ENDC
- db $00