diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:57:35 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:57:35 -0400 |
| commit | ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e (patch) | |
| tree | f74ebc68abb065e651af6c2ecbd701a1a9e25b02 /data/mapWilds/Route13.asm | |
| parent | Simplify map connections (diff) | |
| download | pokeyellow-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/Route13.asm')
| -rwxr-xr-x | data/mapWilds/Route13.asm | 28 |
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 |
