move outline material to embedded binary
This commit is contained in:
12
thermion_dart/native/include/material/outline.S
Normal file
12
thermion_dart/native/include/material/outline.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global OUTLINE_OUTLINE_OFFSET;
|
||||
.global OUTLINE_OUTLINE_SIZE;
|
||||
|
||||
.global OUTLINE_PACKAGE
|
||||
.section .rodata
|
||||
OUTLINE_PACKAGE:
|
||||
.incbin "outline.bin"
|
||||
OUTLINE_OUTLINE_OFFSET:
|
||||
.int 0
|
||||
OUTLINE_OUTLINE_SIZE:
|
||||
.int 112782
|
||||
|
||||
Reference in New Issue
Block a user