diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-18 12:32:32 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-20 16:02:26 -0600 |
commit | d010378f7280ee7ff2212d9ed8b38c2c201b5335 (patch) | |
tree | bec14bbcb063e65e9dce2def9b37bcafc74a8f54 /data/ground_sbin.s | |
parent | 02f3b08f8ca256b04001c85f3fa8a54fcebbb40b (diff) |
mass doc'ing of symbols and some tiny decomp work
Diffstat (limited to 'data/ground_sbin.s')
-rw-r--r-- | data/ground_sbin.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ground_sbin.s b/data/ground_sbin.s index 727be53..ac323b6 100644 --- a/data/ground_sbin.s +++ b/data/ground_sbin.s @@ -1,5 +1,5 @@ .section .rodata - .global gUnknown_9890000 -gUnknown_9890000: @ 9890000 + .global gGroundFileArchive +gGroundFileArchive: @ 9890000 .incbin "baserom.gba", 0x1890000, 0x5D0000 |