From b29e5ee203b6fa4592180ef6cca732462cca9af6 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 3 Jul 2020 11:51:00 -0400 Subject: Add subdirectories to data/ similar to pokecrystal Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. --- data/mapWilds/Route21.asm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 data/mapWilds/Route21.asm (limited to 'data/mapWilds/Route21.asm') diff --git a/data/mapWilds/Route21.asm b/data/mapWilds/Route21.asm new file mode 100755 index 00000000..3cc73ba0 --- /dev/null +++ b/data/mapWilds/Route21.asm @@ -0,0 +1,23 @@ +Route21Mons: + db $19 + db 21,RATTATA + db 23,PIDGEY + db 30,RATICATE + db 23,RATTATA + db 21,PIDGEY + db 30,PIDGEOTTO + db 32,PIDGEOTTO + db 28,TANGELA + db 30,TANGELA + db 32,TANGELA + db $05 + db 5,TENTACOOL + db 10,TENTACOOL + db 15,TENTACOOL + db 5,TENTACOOL + db 10,TENTACOOL + db 15,TENTACOOL + db 20,TENTACOOL + db 30,TENTACOOL + db 35,TENTACOOL + db 40,TENTACOOL -- cgit v1.3.1-sl0p