diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:01:30 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:01:30 -0500 |
commit | 9178fc7183b6f43dc901637a7497e9f3084fc668 (patch) | |
tree | 3b71a25cf67ba82c4ee205c4b90f10a75838e75f /engine/evos_moves.asm | |
parent | 993ff6b9873eee814e18eb8d81e3b27f5524cadc (diff) |
data/evos_moves.asm
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index 84c8a33b..e66cacd3 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -666,4 +666,4 @@ GetMonLearnset: ; 3b1d1 (e:71d1) jr nz, .skipEvolutionDataLoop ; if not, jump back up ret -;INCLUDE "data/evos_moves.asm" +INCLUDE "data/evos_moves.asm" |