diff options
author | entrpntr <entrpntr@gmail.com> | 2020-03-22 18:37:40 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-03-22 18:37:40 -0400 |
commit | db8db97aa341f52174a14d415ca680656f0bcf64 (patch) | |
tree | ce6b343e20e393e929ea0d8509e69b7c04ae83dd /home/hm_moves.asm | |
parent | 15890237493f06d266a3197357d42edf883355e2 (diff) |
Clean up makefile, submodules, root dir; Python 3 compatibility.
Diffstat (limited to 'home/hm_moves.asm')
-rwxr-xr-x | home/hm_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/hm_moves.asm b/home/hm_moves.asm index 0e3cafb6..30a9786a 100755 --- a/home/hm_moves.asm +++ b/home/hm_moves.asm @@ -22,4 +22,4 @@ IsHMMove:: db FLASH db WATERFALL db WHIRLPOOL - db -1 ; end
\ No newline at end of file + db -1 ; end |