diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-09 00:33:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 00:33:23 -0500 |
commit | 96c5966ff3676eb1b3463808b83b42e13e1591fd (patch) | |
tree | ed81eabf7cb072636cd2cd28c4b90cad798ce064 /data | |
parent | 023c4b69ab40f340eef807f1303b2f301c20d838 (diff) | |
parent | a9d94cc5d62540f6f20b17280cb8f45adc5683b1 (diff) |
Merge pull request #69 from ProjectRevoTPP/save_location
decompile save_location.c
Diffstat (limited to 'data')
-rw-r--r-- | data/save_location.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/save_location.s b/data/save_location.s deleted file mode 100644 index eabed7d86..000000000 --- a/data/save_location.s +++ /dev/null @@ -1,13 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gUnknown_086143BC:: @ 86143BC - .incbin "baserom.gba", 0x6143bc, 0x4e - -gUnknown_0861440A:: @ 861440A - .incbin "baserom.gba", 0x61440a, 0x4 - -gUnknown_0861440E:: @ 861440E - .incbin "baserom.gba", 0x61440e, 0x2 |