diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-06 18:41:32 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-06 18:41:32 +0100 |
commit | a729e9838e88a982b590aafbd6330fc80c1f32e2 (patch) | |
tree | 2b325623726b424c77fb354e7546905bd2b42758 /asm | |
parent | a2263207bf64439c9ad35ad5b8f0d5c5ea289d30 (diff) |
move data to hall of fame c file
Diffstat (limited to 'asm')
-rw-r--r-- | asm/hall_of_fame.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/hall_of_fame.s b/asm/hall_of_fame.s deleted file mode 100644 index 13585c831..000000000 --- a/asm/hall_of_fame.s +++ /dev/null @@ -1,11 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .syntax unified - - .text - - - - - .align 2, 0 @ Don't pad with nop. |