diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-25 19:21:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-25 19:21:02 -0400 |
commit | 4aeb66f9df4e6174c94c1b9d3215468ea4e6b76f (patch) | |
tree | d099eb04acf084f813d242c81135bf199cd89c4c /asm | |
parent | fd543fd799caf59cabf55721e561fcfb0f59315d (diff) |
Remove egg_hatch files
Diffstat (limited to 'asm')
-rw-r--r-- | asm/egg_hatch.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s deleted file mode 100644 index 2428f2984..000000000 --- a/asm/egg_hatch.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. |