egg moves

This commit is contained in:
YamaArashi
2015-10-12 20:26:16 -07:00
parent b3f965dc84
commit 79f2988694
4 changed files with 1317 additions and 4 deletions
+4
View File
@@ -104,3 +104,7 @@
.macro empty_evo_entries count
.fill 8 * \count, 1, 0
.endm
.macro egg_moves_begin species
.2byte 20000 + \species
.endm