diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-01 15:21:54 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-01 15:21:54 +0200 |
commit | b14554c6ae23dfd1f1a8e1f3d3fc486fc9158a66 (patch) | |
tree | e044ad452f8fe58a9b2e480dd6d99b7c7a3b143a /asm | |
parent | f246b05d996dba1249393e9219f0c32337feac02 (diff) |
move data to C
Diffstat (limited to 'asm')
-rw-r--r-- | asm/egg_hatch.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s deleted file mode 100644 index 1e7bffa77..000000000 --- a/asm/egg_hatch.s +++ /dev/null @@ -1,11 +0,0 @@ - .include "constants/gba_constants.inc" - .include "constants/species_constants.inc" - .include "asm/macros.inc" - - .syntax unified - - .text - - - - .align 2, 0 @ Don't pad with nop. |