aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapWilds/Route12.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:57:35 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:57:35 -0400
commitccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e (patch)
treef74ebc68abb065e651af6c2ecbd701a1a9e25b02 /data/mapWilds/Route12.asm
parentSimplify map connections (diff)
downloadpokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.gz
pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.tar.xz
pokeyellow-ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e.zip
Make suggested edits:
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
Diffstat (limited to 'data/mapWilds/Route12.asm')
-rwxr-xr-xdata/mapWilds/Route12.asm27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/mapWilds/Route12.asm b/data/mapWilds/Route12.asm
deleted file mode 100755
index 45dfbc9d..00000000
--- a/data/mapWilds/Route12.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-Route12Mons:
- db $0F
- IF DEF(_RED)
- db 24,ODDISH
- db 25,PIDGEY
- db 23,PIDGEY
- db 24,VENONAT
- db 22,ODDISH
- db 26,VENONAT
- db 26,ODDISH
- db 27,PIDGEY
- db 28,GLOOM
- db 30,GLOOM
- ENDC
- IF DEF(_BLUE)
- db 24,BELLSPROUT
- db 25,PIDGEY
- db 23,PIDGEY
- db 24,VENONAT
- db 22,BELLSPROUT
- db 26,VENONAT
- db 26,BELLSPROUT
- db 27,PIDGEY
- db 28,WEEPINBELL
- db 30,WEEPINBELL
- ENDC
- db $00