-
Notifications
You must be signed in to change notification settings - Fork 0
/
window_text_data.h
105 lines (100 loc) · 4.34 KB
/
window_text_data.h
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
/*
* StickGBC by Matt Comben is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit
* http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/
#include "gb.h"
#define WINDOW_TEXT_SKIP 46U
#define WINDOW_TEXT_END 47U
extern const UINT8 win_txt_shop_int[];
extern const UINT8 win_txt_pawn_int[];
extern const UINT8 win_txt_rob_caught[];
extern const UINT8 win_txt_rob_success[];
extern const UINT8 win_txt_rank_boy_scout[];
extern const UINT8 win_txt_rank_juvenile_delinquent[];
extern const UINT8 win_txt_rank_demi_god[];
extern const UINT8 win_txt_rank_seed_of_evil[];
extern const UINT8 win_txt_rank_exceptional[];
extern const UINT8 win_txt_rank_utter_failure[];
extern const UINT8 win_txt_rank_multimillionaire[];
extern const UINT8 win_txt_rank_selfless_millionaire[];
extern const UINT8 win_txt_rank_genuine_hellraiser[];
extern const UINT8 win_txt_rank_extraordinary[];
extern const UINT8 win_txt_rank_millionaire[];
extern const UINT8 win_txt_rank_undeniably_wicked[];
extern const UINT8 win_txt_rank_mediocre[];
extern const UINT8 win_txt_rank_white_collar_criminal[];
extern const UINT8 win_txt_rank_girl_scout[];
extern const UINT8 win_txt_rank_extraordinarily_evil[];
extern const UINT8 win_txt_rank_philanthropist[];
extern const UINT8 win_txt_rank_mr_dog[];
extern const UINT8 win_txt_rank_god[];
extern const UINT8 win_txt_rank_billionaire_god[];
extern const UINT8 win_txt_rank_novice[];
extern const UINT8 win_txt_rank_drug_lord[];
extern const UINT8 win_txt_rank_loser[];
extern const UINT8 win_txt_rank_genius[];
extern const UINT8 win_txt_rank_apostle[];
extern const UINT8 win_txt_rank_hopeless[];
extern const UINT8 win_txt_rank_saint[];
extern const UINT8 win_txt_rank_extraordinarily_good[];
extern const UINT8 win_txt_rank_petty_criminal[];
extern const UINT8 win_txt_rank_car_jacker[];
extern const UINT8 win_txt_rank_mr_natas[];
extern const UINT8 win_txt_rank_incompetent[];
extern const UINT8 win_txt_rank_wuss[];
extern const UINT8 win_txt_rank_good_samaritan[];
extern const UINT8 win_txt_general_unimplemented[];
extern const UINT8 win_txt_appstore_pc[];
extern const UINT8 win_txt_appstore_df[];
extern const UINT8 win_txt_appstore_tm[];
extern const UINT8 win_txt_appstore_mon[];
extern const UINT8 win_txt_appstore_sop[];
extern const UINT8 win_txt_appstore_tv[];
extern const UINT8 win_txt_appstore_mb[];
extern const UINT8 win_txt_appstore_bed[];
extern const UINT8 win_txt_appstore_sat[];
extern const UINT8 win_txt_nli_vp[];
extern const UINT8 win_txt_nli_exec[];
extern const UINT8 win_txt_nli_ceo[];
extern const UINT8 win_txt_nli_sales[];
extern const UINT8 win_txt_nli_jan[];
extern const UINT8 win_txt_nli_mail[];
extern const UINT8 win_txt_nli_no_int[];
extern const UINT8 win_txt_end_died[];
extern const UINT8 win_txt_end_time[];
extern const UINT8 win_txt_dealer_int[];
extern const UINT8 win_txt_hobo_int[];
extern const UINT8 win_txt_hobo_give_1[];
extern const UINT8 win_txt_hobo_give_2[];
extern const UINT8 win_txt_hobo_give_3[];
extern const UINT8 win_txt_hobo_booze_1[];
extern const UINT8 win_txt_hobo_booze_3[];
extern const UINT8 win_txt_hobo_booze_2[];
extern const UINT8 win_txt_bar_int[];
extern const UINT8 win_txt_restaurant_int[];
extern const UINT8 win_txt_bus_statn_no_mon[];
extern const UINT8 win_txt_bus_statn_no_deal[];
extern const UINT8 win_txt_bus_statn_no_phone[];
extern const UINT8 win_txt_bus_statn_no_ammo[];
extern const UINT8 win_txt_bus_statn_bust[];
extern const UINT8 win_txt_bus_statn_coke_deal[];
extern const UINT8 win_txt_bus_statn_late[];
extern const UINT8 win_txt_bus_statn_bad[];
extern const UINT8 win_txt_bus_statn_no_gun_3[];
extern const UINT8 win_txt_bus_statn_no_gun_2[];
extern const UINT8 win_txt_bus_statn_no_gun_1[];
extern const UINT8 win_txt_bus_statn_rob_1[];
extern const UINT8 win_txt_bus_statn_rob_3[];
extern const UINT8 win_txt_bus_statn_rob_2[];
extern const UINT8 win_txt_bus_statn_beer_deal[];
extern const UINT8 win_txt_bus_statn_no_inv[];
extern const UINT8 win_txt_skater_give[];
extern const UINT8 win_txt_skater_int[];
extern const UINT8 win_txt_skater_thx_1[];
extern const UINT8 win_txt_skater_thx_2[];
extern const UINT8 win_txt_skater_thx_3[];
extern const UINT8 win_txt_skater_thx_4[];
extern const UINT8 win_txt_barfight_win2[];
extern const UINT8 win_txt_barfight_win[];
extern const UINT8 win_txt_barfight_noattckpnts[];