summaryrefslogtreecommitdiff
path: root/data/scripts/flavor_text.inc
blob: 26855beec8618557a714bd4adaae44843e74730f (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
@ Flavor text for interacting with various background objects

EventScript_Bookshelf:: @ 81A7606
	msgbox Text_Bookshelf, MSGBOX_SIGN
	end

EventScript_PokeMartShelf:: @ 81A760F
	msgbox Text_PokeMartShelf, MSGBOX_SIGN
	end

EventScript_Food:: @ 81A7618
	msgbox Text_Food, MSGBOX_SIGN
	end

EventScript_VideoGame:: @ 81A7621
	msgbox Text_VideoGame, MSGBOX_SIGN
	end

EventScript_Computer:: @ 81A762A
	msgbox Text_Computer, MSGBOX_SIGN
	end

EventScript_ImpressiveMachine:: @ 81A7633
	msgbox Text_ImpressiveMachine, MSGBOX_SIGN
	end

EventScript_Blueprints:: @ 81A763C
	msgbox Text_Blueprints, MSGBOX_SIGN
	end

EventScript_Burglary:: @ 81A7645
	msgbox Text_Burglary, MSGBOX_SIGN
	end

EventScript_PlayerFacingTVScreen:: @ 81A764E
	msgbox Text_PlayerFacingTVScreen, MSGBOX_SIGN
	end

EventScript_Cabinet:: @ 81A7657
	msgbox Text_DishesPlatesNeatlyLinedUp, MSGBOX_SIGN
	end

EventScript_Kitchen:: @ 81A7660
	msgbox Text_Kitchen, MSGBOX_SIGN
	end

EventScript_Dresser:: @ 81A7669
	msgbox Text_Dresser, MSGBOX_SIGN
	end

EventScript_Snacks:: @ 81A7672
	msgbox Text_Snacks, MSGBOX_SIGN
	end

EventScript_Painting:: @ 81A767B
	msgbox Text_Painting, MSGBOX_SIGN
	end

EventScript_PowerPlantMachine:: @ 81A7684
	msgbox Text_PowerPlantMachine, MSGBOX_SIGN
	end

EventScript_Telephone:: @ 81A768D
	msgbox Text_Telephone, MSGBOX_SIGN
	end

EventScript_AdvertisingPoster:: @ 81A7696
	msgbox Text_AdvertisingPoster, MSGBOX_SIGN
	end

EventScript_TastyFood:: @ 81A769F
	msgbox Text_TastyFood, MSGBOX_SIGN
	end

EventScript_TrashBin:: @ 81A76A8
	msgbox Text_TrashBin, MSGBOX_SIGN
	end

EventScript_Cup:: @ 81A76B1
	msgbox Text_Cup, MSGBOX_SIGN
	end

EventScript_PolishedWindow:: @ 81A76BA
	msgbox Text_PolishedWindow, MSGBOX_SIGN
	end

EventScript_BeautifulSkyWindow:: @ 81A76C3
	msgbox Text_BeautifulSkyWindow, MSGBOX_SIGN
	end

EventScript_BlinkingLights:: @ 81A76CC
	msgbox Text_BlinkingLights, MSGBOX_SIGN
	end

EventScript_NeatlyLinedUpTools:: @ 81A76D5
	msgbox Text_NeatlyLinedUpTools, MSGBOX_SIGN
	end

EventScript_PokemartSign:: @ 81A76DE
	msgbox Text_PokemartSign, MSGBOX_SIGN
	end

EventScript_PokecenterSign:: @ 81A76E7
	msgbox Text_PokecenterSign, MSGBOX_SIGN
	end

EventScript_Indigo_UltimateGoal:: @ 81A76F0
	msgbox Text_Indigo_UltimateGoal, MSGBOX_SIGN
	end

EventScript_Indigo_HighestAuthority:: @ 81A76F9
	msgbox Text_Indigo_HighestAuthority, MSGBOX_SIGN
	end