summaryrefslogtreecommitdiff
path: root/data/battle_party_menu.s
blob: ce6b499272ef6a5c71e7724d8ab8660b07d7ad64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	.include "asm/macros.inc"
	.include "constants/constants.inc"

	.section .rodata

	.align 2
gUnknown_083B5FCC:: @ 83B5FCC
	.4byte OtherText_Summary, BattlePokemonMenu_Summary
	.4byte gOtherText_CancelNoTerminator, BattlePokemonMenu_Cancel
	.4byte OtherText_Shift, BattlePokemonMenu_Shift
	.4byte OtherText_SendOut, BattlePokemonMenu_Shift

Unknown_83B5FEC: @ 83B5FEC
	.byte 2, 0, 1

Unknown_83B5FEF: @ 83B5FEF
	.byte 3, 0, 1

Unknown_83B5FF2: @ 83B5FF2
	.byte 0, 1

	.align 2
gUnknown_083B5FF4:: @ 83B5FF4
	.byte 3, 9
	.space 2
	.4byte Unknown_83B5FEC

	.byte 3, 9
	.space 2
	.4byte Unknown_83B5FEF

	.byte 2, 9
	.space 2
	.4byte Unknown_83B5FF2