summaryrefslogtreecommitdiff
path: root/data/debug_mystery_event_menu.s
blob: 06bf1837748106a3fc069d0f48cd7d32fafcc946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.if DEBUG

	.include "include/macros.inc"
	.include "constants/constants.inc"

	.section .rodata

Str_843DA70::
	.string "CARDーE emulation。。。$"

Str_843DA84::
	.string "LR: select A: send。$"

Str_843DA98::
	.string "sending。。。$"

Str_843DAA3::
	.string "completed。$"

.endif