feat: add grid material
This commit is contained in:
12
thermion_dart/native/include/material/grid.S
Normal file
12
thermion_dart/native/include/material/grid.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global GRID_GRID_OFFSET;
|
||||
.global GRID_GRID_SIZE;
|
||||
|
||||
.global GRID_PACKAGE
|
||||
.section .rodata
|
||||
GRID_PACKAGE:
|
||||
.incbin "grid.bin"
|
||||
GRID_GRID_OFFSET:
|
||||
.int 0
|
||||
GRID_GRID_SIZE:
|
||||
.int 30210
|
||||
|
||||
Reference in New Issue
Block a user