mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-02 02:00:52 -04:00
12 lines
219 B
ArmAsm
12 lines
219 B
ArmAsm
.include "macros.inc"
|
|
|
|
.section .data
|
|
|
|
.balign 4
|
|
glabel d_course_double_deck_vertex
|
|
.incbin "bin/course_double_deck_vertex.mio0"
|
|
|
|
.balign 4
|
|
glabel d_course_double_deck_packed
|
|
.incbin "bin/course_double_deck_packed.bin"
|