diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-01 23:16:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 23:16:33 -0500 |
commit | b4ac67e0eb8c1b45b056586b483f3f082e650117 (patch) | |
tree | 450e671ec7a1f762dae98e51f774247586ca253a /data | |
parent | c71f6baa8cb713a567520279ff18dca0c4ed0915 (diff) | |
parent | 1406084fdd097d81a18c666f3f632ec2bee693c7 (diff) |
Merge pull request #97 from PikalaxALT/secret_base
Secret base
Diffstat (limited to 'data')
-rw-r--r-- | data/secret_base.s | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/data/secret_base.s b/data/secret_base.s deleted file mode 100644 index 3dd2d808f..000000000 --- a/data/secret_base.s +++ /dev/null @@ -1,26 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - .align 2, 0 - -gUnknown_0858CFCC:: @ 858CFCC - .incbin "baserom.gba", 0x58cfcc, 0x1c - -gUnknown_0858CFE8:: @ 858CFE8 - .incbin "baserom.gba", 0x58cfe8, 0x60 - -gUnknown_0858D048:: @ 858D048 - .incbin "baserom.gba", 0x58d048, 0x10 - -gUnknown_0858D058:: @ 858D058 - .incbin "baserom.gba", 0x58d058, 0x8 - -gUnknown_0858D060:: @ 858D060 - .incbin "baserom.gba", 0x58d060, 0xc - -gUnknown_0858D06C:: @ 858D06C - .incbin "baserom.gba", 0x58d06c, 0x10 - -gUnknown_0858D07C:: @ 858D07C - .incbin "baserom.gba", 0x58d07c, 0x18 |