diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-03-15 00:47:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 00:47:16 -0400 |
commit | 6b3cfc030575c4151ce57063567f5c8efdd54cf9 (patch) | |
tree | 42119a1a1aa406c30b17982a61d045fffdf57167 /arm9/asm | |
parent | 4a15dea90f9b17c2efc29bf45dce6b65c50372d3 (diff) | |
parent | b2732f46318cb0061c65c1c5ef083963dcdd4df7 (diff) |
Merge pull request #330 from hondew/asmproc-linkable
Fix asmproc: Produce a linkable object
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 |