summaryrefslogtreecommitdiff
path: root/data/friend_area_dialogue.s
blob: 74f523b35e2058ed2c758ac1b4676d74a13a8448 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
        .section .rodata

	.global gFriendAreaDialogue
gFriendAreaDialogue: @ 813237C
@ replacing .incbin "baserom.gba", 0x0013237c, 0x13d610
    .4byte FriendAreaFullEnergy
    .4byte FriendAreaLikesPlace
    .4byte FriendAreaVeryHappy
    .4byte FriendAreaGrinning
    .4byte FriendAreaStraight
    .4byte FriendAreaHappy
    .4byte FriendAreaRelax
    .4byte FriendAreaTense
    .4byte FriendAreaMood
    .4byte FriendAreaFidge
    .4byte FriendAreaDeep
    .4byte FriendAreaWorried
    .4byte FriendAreaEager
    .4byte FriendAreaGrin
    .4byte FriendAreaPensive
    .4byte FriendAreaAnxious
    .4byte FriendAreaGummi
    .4byte FriendAreaSleepyEnergy

    .global FriendAreaSleepyEnergy
    FriendAreaSleepyEnergy:
    .string "{CENTER_ALIGN}It appears to be a little sleepy{COMMA}\n"
    .string "{CENTER_ALIGN}but it{APOSTROPHE}s still full of energy.\0"
    .align 2,0

    .global FriendAreaGummi
    FriendAreaGummi:
    .string "{CENTER_ALIGN}It may want a Gummi.\0"
    .align 2,0

    .global FriendAreaAnxious
    FriendAreaAnxious:
    .string "{CENTER_ALIGN}It appears to be very anxious\n"
    .string "{CENTER_ALIGN}to go on an adventure.\0"
    .align 2,0

    .global FriendAreaPensive
    FriendAreaPensive:
    .string "{CENTER_ALIGN}It looked pensive for a moment{COMMA}\n"
    .string "{CENTER_ALIGN}but it{APOSTROPHE}s grinning widely again.\0"
    .align 2,0

    .global FriendAreaGrin
    FriendAreaGrin:
    .string "{CENTER_ALIGN}It{APOSTROPHE}s looking this way with a grin.\0"
    .align 2,0

    .global FriendAreaEager
    FriendAreaEager:
    .string "{CENTER_ALIGN}It appears very eager\n"
    .string "{CENTER_ALIGN}to go to a dungeon.\0"
    .align 2,0

    .global FriendAreaWorried
    FriendAreaWorried:
    .string "{CENTER_ALIGN}It appeared to have been worried{COMMA}\n"
    .string "{CENTER_ALIGN}but seems to have solved it.\0"
    .align 2,0

    .global FriendAreaDeep
    FriendAreaDeep:
    .string "{CENTER_ALIGN}It suddenly appears to be deep in thought.\0"
    .align 2,0

    .global FriendAreaFidge
    FriendAreaFidge:
    .string "{CENTER_ALIGN}It suddenly turned fidgety.\0"
    .align 2,0

    .global FriendAreaMood
    FriendAreaMood:
    .string "{CENTER_ALIGN}Its mood appears to have changed.\0"
    .align 2,0

    .global FriendAreaTense
    FriendAreaTense:
    .string "{CENTER_ALIGN}It appears to be a little tense.\0"
    .align 2,0

    .global FriendAreaRelax
    FriendAreaRelax:
    .string "{CENTER_ALIGN}It is relaxing at its favorite spot.\0"
    .align 2,0

    .global FriendAreaHappy
    FriendAreaHappy:
    .string "{CENTER_ALIGN}It is very happy!\0"
    .align 2,0

    .global FriendAreaStraight
    FriendAreaStraight:
    .string "{CENTER_ALIGN}It{APOSTROPHE}s trying to keep a straight face{COMMA}\n"
    .string "{CENTER_ALIGN}but it can{APOSTROPHE}t stop laughing!\0"
    .align 2,0

    .global FriendAreaGrinning
    FriendAreaGrinning:
    .string "{CENTER_ALIGN}It is grinning happily.\0"
    .align 2,0

    .global FriendAreaVeryHappy
    FriendAreaVeryHappy:
    .string "{CENTER_ALIGN}It appears to be very happy!\0"
    .align 2,0

    .global FriendAreaLikesPlace
    FriendAreaLikesPlace:
    .string "{CENTER_ALIGN}It appears to like this place a lot!\0"
    .align 2,0

    .global FriendAreaFullEnergy
    FriendAreaFullEnergy:
    .string "{CENTER_ALIGN}It seems to be full of energy!\0"
    .align 2,0

    .string "pksdir0\0"
    .align 2,0