summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/overworld/wildmons.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/overworld/wildmons.asm b/engine/overworld/wildmons.asm
index 4be921fd..bd839dae 100644
--- a/engine/overworld/wildmons.asm
+++ b/engine/overworld/wildmons.asm
@@ -963,9 +963,9 @@ RandomPhoneMon:
ld bc, MON_NAME_LENGTH
jp CopyBytes
-;INCLUDE "data/wild/johto_grass.asm"
-;INCLUDE "data/wild/johto_water.asm"
-;INCLUDE "data/wild/kanto_grass.asm"
-;INCLUDE "data/wild/kanto_water.asm"
-;INCLUDE "data/wild/swarm_grass.asm"
-;INCLUDE "data/wild/swarm_water.asm"
+INCLUDE "data/wild/johto_grass.asm"
+INCLUDE "data/wild/johto_water.asm"
+INCLUDE "data/wild/kanto_grass.asm"
+INCLUDE "data/wild/kanto_water.asm"
+INCLUDE "data/wild/swarm_grass.asm"
+INCLUDE "data/wild/swarm_water.asm"