diff options
author | hondew <pokehondew@gmail.com> | 2021-03-14 23:46:12 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2021-03-15 00:08:20 -0400 |
commit | 19651447d53e96d727e9bcf65cd7901ded8f6d8f (patch) | |
tree | 9cf40dba9aa8127f0cdf8f119a06ad4c6d52380e /arm9/asm | |
parent | 4a15dea90f9b17c2efc29bf45dce6b65c50372d3 (diff) |
Make asmproc produce a linkable obj
Document compile.sh
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/nonmatchings/GenerateFontHalfRowLookupTable.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arm9/asm/nonmatchings/GenerateFontHalfRowLookupTable.s b/arm9/asm/nonmatchings/GenerateFontHalfRowLookupTable.s index 2d51a2ae..a083bf2e 100644 --- a/arm9/asm/nonmatchings/GenerateFontHalfRowLookupTable.s +++ b/arm9/asm/nonmatchings/GenerateFontHalfRowLookupTable.s @@ -1,11 +1,11 @@ - .include "asm/macros.inc" - .include "global.inc" - .extern UNK_021C570C - .extern UNK_021C5734 +.section .text + +glabel GenerateFontHalfRowLookupTable + +.extern UNK_021C570C +.extern UNK_021C5734 - thumb_func_start GenerateFontHalfRowLookupTable -GenerateFontHalfRowLookupTable: ; 0x0201C05C push {r3-r7, lr} sub sp, #0x30 ldr r3, _0201C0F8 ; =UNK_021C570C |