mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-13 12:55:07 -05:00
13 lines
193 B
ArmAsm
13 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
|
||
|
|