diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-03 18:02:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-03 18:02:13 +0200 |
commit | ba2577649abfa09b50247ca2e2d290883c11b254 (patch) | |
tree | f98cc97e47d505affe20f94a0b8bc75b3c44ea06 /asm | |
parent | ba8734d45940190a08767acd4ab9999f8c6b774c (diff) |
hall of fame is done
Diffstat (limited to 'asm')
-rw-r--r-- | asm/hall_of_fame.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/asm/hall_of_fame.s b/asm/hall_of_fame.s deleted file mode 100644 index f617997a6..000000000 --- a/asm/hall_of_fame.s +++ /dev/null @@ -1,12 +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. |