mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
12 lines
193 B
ArmAsm
12 lines
193 B
ArmAsm
# SM64 (EU) Segment 19 - Deutsch
|
|
.section .rodata
|
|
.include "macros.inc"
|
|
|
|
.macro textdata name
|
|
.include "build/eu/text/de/\name\().s"
|
|
.endm
|
|
|
|
textdata dialog
|
|
textdata level
|
|
textdata star
|
|
|