Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
includes.h
1#pragma once
2#include "character.h"
3#include "vnlib.h"
4#include "state.h"
5#include "bn_random.h"
6// bg
7#include "bn_regular_bg_items_title_screen.h"
8#define BG_TITLE_SCREEN vnlib::bg(bn::regular_bg_items::title_screen);
9#include "bn_regular_bg_items_bg_end_bad.h"
10#define BG_BAD_END vnlib::bg(bn::regular_bg_items::bg_end_bad);
11#include "bn_regular_bg_items_bg_end_good.h"
12#define BG_GOOD_END vnlib::bg(bn::regular_bg_items::bg_end_good);
13#include "bn_regular_bg_items_bg_end_perfect.h"
14#define BG_PERFECT_END vnlib::bg(bn::regular_bg_items::bg_end_perfect);
15#include "bn_regular_bg_items_bg_desktop.h"
16#define BG_DESKTOP vnlib::bg(bn::regular_bg_items::bg_desktop);
17#define BG_DESKTOP_WITH_WIDGETS(morning) BG_DESKTOP widgets::all(morning);
18#define BG_MG_WIDGETS widgets::render_calendar_widget(); widgets::render_im_widget(); widgets::render_weekly_progress_widget();
19#define BG_CODE BG_DESKTOP BG_MG_WIDGETS
20#define BG_PAPERWORK BG_DESKTOP BG_MG_WIDGETS
21#define BG_CALLS BG_DESKTOP BG_MG_WIDGETS
22#define BG_BUGS BG_DESKTOP BG_MG_WIDGETS
23#include "bn_regular_bg_items_bg_options.h"
24#define BG_OPTIONS vnlib::bg(bn::regular_bg_items::bg_options);
25#include "bn_regular_bg_items_bg_plain.h"
26#define BG_PLAIN vnlib::bg(bn::regular_bg_items::bg_plain);
27#include "bn_regular_bg_items_bg_home_desk.h"
28#define BG_HOME_DESK vnlib::bg(bn::regular_bg_items::bg_home_desk);
29#include "bn_regular_bg_items_bg_park.h"
30#define BG_PARK vnlib::bg(bn::regular_bg_items::bg_park);
31#include "bn_regular_bg_items_bg_office_desk.h"
32#define BG_OFFICE_DESK vnlib::bg(bn::regular_bg_items::bg_office_desk);
33#include "bn_regular_bg_items_bg_im.h"
34#define BG_IM vnlib::bg(bn::regular_bg_items::bg_im);
35#include "bn_regular_bg_items_bg_ino_room.h"
36#define BG_INO_ROOM vnlib::bg(bn::regular_bg_items::bg_ino_room);
37#include "bn_regular_bg_items_bg_cafe.h"
38#define BG_CAFE vnlib::bg(bn::regular_bg_items::bg_cafe);
39#include "bn_regular_bg_items_bg_convenience.h"
40#define BG_CONVENIENCE vnlib::bg(bn::regular_bg_items::bg_convenience);
41#include "bn_regular_bg_items_bg_pizza_place.h"
42#define BG_PIZZA_PLACE vnlib::bg(bn::regular_bg_items::bg_pizza_place);
43#include "bn_regular_bg_items_bg_bar.h"
44#define BG_BAR vnlib::bg(bn::regular_bg_items::bg_bar);
45#include "bn_regular_bg_items_bg_concert_hall.h"
46#define BG_CONCERT_HALL vnlib::bg(bn::regular_bg_items::bg_concert_hall);
47#include "bn_regular_bg_items_bg_vet_office.h"
48#define BG_VET_OFFICE vnlib::bg(bn::regular_bg_items::bg_vet_office);
49#include "bn_regular_bg_items_bg_library_park.h"
50#define BG_LIBRARY_PARK vnlib::bg(bn::regular_bg_items::bg_library_park);
51#include "bn_regular_bg_items_bg_library_inside.h"
52#define BG_LIBRARY_INSIDE vnlib::bg(bn::regular_bg_items::bg_library_inside);
53#define BG_BOOKSTORE vnlib::bg(bn::regular_bg_items::bg_library_inside);
54#include "bn_regular_bg_items_bg_batting_range.h"
55#define BG_BATTING_RANGE vnlib::bg(bn::regular_bg_items::bg_batting_range);
56#include "bn_regular_bg_items_bg_train_station.h"
57#define BG_TRAIN_STATION vnlib::bg(bn::regular_bg_items::bg_train_station);
58#include "bn_regular_bg_items_bg_flower_city.h"
59#define BG_FLOWER_CITY vnlib::bg(bn::regular_bg_items::bg_flower_city);
60#include "bn_regular_bg_items_bg_ino_parents_house.h"
61#define BG_INO_PARENTS_HOUSE vnlib::bg(bn::regular_bg_items::bg_ino_parents_house);
62#include "bn_regular_bg_items_bg_grocery_store.h"
63#define BG_GROCERY_STORE vnlib::bg(bn::regular_bg_items::bg_grocery_store);
64#include "bn_regular_bg_items_bg_street.h"
65#define BG_STREET vnlib::bg(bn::regular_bg_items::bg_street);
66#include "bn_regular_bg_items_bg_kanade_room.h"
67#define BG_KANADES_ROOM vnlib::bg(bn::regular_bg_items::bg_kanade_room);
68#include "bn_regular_bg_items_bg_kanades_kitchen.h"
69#define BG_KITCHEN vnlib::bg(bn::regular_bg_items::bg_kanades_kitchen);
70#include "bn_regular_bg_items_bg_kanades_living_room.h"
71#define BG_LIVING_ROOM vnlib::bg(bn::regular_bg_items::bg_kanades_living_room);
72#include "bn_regular_bg_items_bg_diner.h"
73#define BG_DINER vnlib::bg(bn::regular_bg_items::bg_diner);
74#include "bn_regular_bg_items_bg_warehouse.h"
75#define BG_WAREHOUSE vnlib::bg(bn::regular_bg_items::bg_warehouse);
76#include "bn_regular_bg_items_bg_rins_apartment_door.h"
77#define BG_RINS_APARTMENT_DOOR vnlib::bg(bn::regular_bg_items::bg_rins_apartment_door);
78#include "bn_regular_bg_items_bg_rins_room.h"
79#define BG_RINS_ROOM vnlib::bg(bn::regular_bg_items::bg_rins_room);
80#include "bn_regular_bg_items_bg_gardening_store.h"
81#define BG_GARDENING_STORE vnlib::bg(bn::regular_bg_items::bg_gardening_store);
82#include "bn_regular_bg_items_bg_rikas_garden.h"
83#define BG_RIKAS_GARDEN vnlib::bg(bn::regular_bg_items::bg_rikas_garden);
84#include "bn_regular_bg_items_bg_game_store.h"
85#define BG_GAME_STORE vnlib::bg(bn::regular_bg_items::bg_game_store);
86#include "bn_regular_bg_items_bg_internet_cafe.h"
87#define BG_INTERNET_CAFE vnlib::bg(bn::regular_bg_items::bg_internet_cafe);
88#include "bn_regular_bg_items_bg_forest.h"
89#define BG_FOREST vnlib::bg(bn::regular_bg_items::bg_forest);
90#include "bn_regular_bg_items_bg_lake.h"
91#define BG_LAKE vnlib::bg(bn::regular_bg_items::bg_lake);
92#include "bn_regular_bg_items_bg_karaoke.h"
93#define BG_KARAOKE vnlib::bg(bn::regular_bg_items::bg_karaoke);
94#include "bn_regular_bg_items_bg_karaoke_hallway.h"
95#define BG_KARAOKE_HALLWAY vnlib::bg(bn::regular_bg_items::bg_karaoke_hallway);
96#include "bn_regular_bg_items_bg_card_shop.h"
97#define BG_CARD_SHOP vnlib::bg(bn::regular_bg_items::bg_card_shop);
98#include "bn_regular_bg_items_bg_sports_shop.h"
99#define BG_SPORTS_SHOP vnlib::bg(bn::regular_bg_items::bg_sports_shop);
100#include "bn_regular_bg_items_bg_dollar_shop.h"
101#define BG_DOLLAR_SHOP vnlib::bg(bn::regular_bg_items::bg_dollar_shop);
102#include "bn_regular_bg_items_bg_pottery_shop.h"
103#define BG_POTTERY_SHOP vnlib::bg(bn::regular_bg_items::bg_pottery_shop);
104#include "bn_regular_bg_items_bg_clothing_shop.h"
105#define BG_CLOTHING_SHOP vnlib::bg(bn::regular_bg_items::bg_clothing_shop);
106// TODO: maybe rika's house (table with game)
107#define BG_RIKAS_HOUSE BG_INO_PARENTS_HOUSE
108// sp
109#include "bn_sprite_items_sp_leaf.h"
110#define SP_LEAF vnlib::animate_8(bn::sprite_items::sp_leaf, 24,24, vnlib::SLOT_8_1, 0,1,2,3, 4,5,6,7);
111#include "bn_sprite_items_sp_emergency_phone.h"
112#define SP_EMERGENCY_PHONE vnlib::animate_8(bn::sprite_items::sp_emergency_phone, 115,80, vnlib::SLOT_8_10, 0,0,0,0,1,2,3,4);
113#define SP_EMERGENCY_PHONE_FREE vnlib::free(vnlib::SLOT_8_10);
114#define SP_GRID_X 14
115#define SP_GRID_Y 26
116#define SP_GRID_X_EXTRA 4
117#define SP_OFFSET_X 50
118#define SP_OFFSET_Y 34
119#define SP_COORDS(x, y) SP_GRID_X+SP_GRID_X_EXTRA+(x*SP_OFFSET_X),SP_GRID_Y+(y*SP_OFFSET_Y)
120#include "bn_sprite_items_sp_lock.h"
121#include "bn_sprite_items_sp_code.h"
122#define SP_CODE vnlib::animate_8(bn::sprite_items::sp_code, SP_COORDS(0,0), vnlib::SLOT_8_1, 0,1,2,1, 2,1,0,0);
123#include "bn_sprite_items_sp_paper.h"
124#define SP_PAPER vnlib::animate_8(bn::sprite_items::sp_paper, SP_COORDS(1,0), vnlib::SLOT_8_2, 3,3,3,3, 0,1,2,3);
125#define SP_PAPER_LOCK vnlib::animate_8(bn::sprite_items::sp_lock, SP_COORDS(1,0), vnlib::SLOT_8_2, 0,0,0,0, 0,0,0,0);
126#include "bn_sprite_items_sp_calls.h"
127#define SP_CALLS vnlib::animate_8(bn::sprite_items::sp_calls, SP_COORDS(2,0), vnlib::SLOT_8_3, 0,0,0,0, 0,1,2,3);
128#define SP_CALLS_LOCK vnlib::animate_8(bn::sprite_items::sp_lock, SP_COORDS(2,0), vnlib::SLOT_8_3, 0,0,0,0, 0,0,0,0);
129#include "bn_sprite_items_sp_bugs.h"
130#define SP_BUGS vnlib::animate_8(bn::sprite_items::sp_bugs, SP_COORDS(0,1), vnlib::SLOT_8_4, 1,0,1,2, 1,1,1,1);
131#define SP_BUGS_LOCK vnlib::animate_8(bn::sprite_items::sp_lock, SP_COORDS(0,1), vnlib::SLOT_8_4, 0,0,0,0, 0,0,0,0);
132#include "bn_sprite_items_sp_progress.h"
133#define SP_PROGRESS vnlib::animate_8(bn::sprite_items::sp_progress, SP_COORDS(1,1), vnlib::SLOT_8_5, 4,4,0,1, 2,3,4,4);
134#include "bn_sprite_items_sp_options.h"
135#define SP_OPTIONS vnlib::animate_8(bn::sprite_items::sp_options, SP_COORDS(2,1), vnlib::SLOT_8_6, 0,1,2,3, 0,1,2,3);
136#include "bn_sprite_items_sp_save.h"
137#define SP_SAVE vnlib::animate_8(bn::sprite_items::sp_save, SP_COORDS(0,2), vnlib::SLOT_8_7, 0,0,0,0, 1,2,3,4);
138#include "bn_sprite_items_sp_load.h"
139#define SP_LOAD vnlib::animate_8(bn::sprite_items::sp_load, SP_COORDS(1,2), vnlib::SLOT_8_8, 0,0,1,2, 3,4,0,0);
140#include "bn_sprite_items_sp_im.h"
141#define SP_IM vnlib::animate_8(bn::sprite_items::sp_im, SP_COORDS(0,0), vnlib::SLOT_8_1, 0,1,2,3, 4,3,2,1);
142#include "bn_sprite_items_sp_skip.h"
143#define SP_SKIP vnlib::animate_8(bn::sprite_items::sp_skip, SP_COORDS(1,0), vnlib::SLOT_8_2, 0,1,2,3, 4,5,6,7);
144#include "bn_sprite_items_sp_im_widget.h"
145#define SP_IM_WIDGET vnlib::sprite(bn::sprite_items::sp_im_widget, 175,95);
146#include "bn_sprite_items_sp_im_widget_online.h"
147#include "bn_sprite_items_sp_im_widget_busy.h"
148#include "bn_sprite_items_sp_im_widget_offline.h"
149#include "bn_sprite_items_sp_calendar_cursor.h"
150#include "bn_sprite_items_sp_calendar_items_1.h"
151#include "bn_sprite_items_sp_calendar_items_2.h"
152#include "bn_sprite_items_sp_calendar_items_3.h"
153#include "bn_sprite_items_sp_calendar_items_4.h"
154#include "bn_sprite_items_sp_calendar_items_5.h"
155#include "bn_sprite_items_sp_calendar.h"
156#define SP_CALENDAR vnlib::sprite(bn::sprite_items::sp_calendar, 180,40);
157#include "bn_sprite_items_sp_weather_morning.h"
158#define SP_WEATHER_MORNING vnlib::sprite(bn::sprite_items::sp_weather_morning, 100,105);
159#include "bn_sprite_items_sp_weather_evening.h"
160#define SP_WEATHER_EVENING vnlib::sprite(bn::sprite_items::sp_weather_evening, 100,105);
161#define SP_TITLE_COORDS(x, y) 35+(x*SP_OFFSET_X),100
162#include "bn_sprite_items_sp_how_to.h"
163#define SP_HOW_TO_TITLE vnlib::animate_8(bn::sprite_items::sp_how_to, SP_TITLE_COORDS(0,0), vnlib::SLOT_8_1, 0,1,2,3, 2,4,2,1);
164#include "bn_sprite_items_sp_new_game.h"
165#define SP_NEW_GAME_TITLE vnlib::animate_8(bn::sprite_items::sp_new_game, SP_TITLE_COORDS(1,0), vnlib::SLOT_8_2, 0,1,2,1, 0,0,0,0);
166#define SP_LOAD_TITLE vnlib::animate_8(bn::sprite_items::sp_load, SP_TITLE_COORDS(2,0), vnlib::SLOT_8_3, 0,0,1,2, 3,4,0,0);
167#define SP_CREDITS_TITLE vnlib::animate_8(bn::sprite_items::sp_paper, SP_TITLE_COORDS(3,0), vnlib::SLOT_8_4, 3,0,1,2, 3,3,3,3);
168#include "bn_sprite_items_sp_heart_basic.h"
169#define SP_HEART_BASIC vnlib::animate_32(bn::sprite_items::sp_heart_basic, 140,100, vnlib::SLOT_32_1, 0,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);
170#include "bn_sprite_items_sp_weekly_progress_widget.h"
171#define SP_WEEKLY_PROGRESS vnlib::sprite(bn::sprite_items::sp_weekly_progress_widget, 175,5);
172#include "bn_sprite_items_sp_day_transition.h"
173#define SP_DAY_TRANSITION vnlib::animate_32(bn::sprite_items::sp_day_transition, 28,46, vnlib::SLOT_32_1, 0,1,2,3,4,5,6,7, 8,9,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0);
174#include "bn_sprite_items_sp_moon_transition.h"
175#define SP_MOON_TRANSITION vnlib::animate_32(bn::sprite_items::sp_moon_transition, 140,20, vnlib::SLOT_32_2, 0,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);
176// music
177#include "bn_sound_items.h"
178#define MUSIC(day, part) bn::sound_items::jazz_##day##part
179#define MUSIC_MO(part) MUSIC(monday_, part)
180#define MUSIC_TU(part) MUSIC(tuesday_, part)
181#define MUSIC_WE(part) MUSIC(wednesday_, part)
182#define MUSIC_TH(part) MUSIC(thursday_, part)
183#define MUSIC_FR(part) MUSIC(friday_, part)
184#define MUSIC_SA(part) MUSIC(saturday_, part)
185#define MUSIC_DAY_END(part) MUSIC(day_end_, part)
186#define PLAY_BG_MUSIC_MONDAY vnlib::play_music({MUSIC_MO(000),MUSIC_MO(001),MUSIC_MO(002),MUSIC_MO(003),MUSIC_MO(004),MUSIC_MO(005)});
187#define PLAY_BG_MUSIC_TUESDAY vnlib::play_music({MUSIC_TU(000),MUSIC_TU(001),MUSIC_TU(002),MUSIC_TU(003),MUSIC_TU(004)});
188#define PLAY_BG_MUSIC_WEDNESDAY vnlib::play_music({MUSIC_WE(000),MUSIC_WE(001),MUSIC_WE(002),MUSIC_WE(003)});
189#define PLAY_BG_MUSIC_THURSDAY vnlib::play_music({MUSIC_TH(000),MUSIC_TH(001),MUSIC_TH(002),MUSIC_TH(003),MUSIC_TH(004)});
190#define PLAY_BG_MUSIC_FRIDAY vnlib::play_music({MUSIC_FR(000),MUSIC_FR(001),MUSIC_FR(002),MUSIC_FR(003),MUSIC_FR(004),MUSIC_FR(005)});
191#define PLAY_BG_MUSIC_LOBBY PLAY_BG_MUSIC_MONDAY
192#define PLAY_BG_MUSIC_SATURDAY vnlib::play_music({MUSIC_SA(000),MUSIC_SA(001),MUSIC_SA(002),MUSIC_SA(003),MUSIC_SA(004),MUSIC_SA(005),MUSIC_SA(006),MUSIC_SA(007)});
193#define PLAY_BG_MUSIC_WEEKEND PLAY_BG_MUSIC_SATURDAY
194#define PLAY_BG_MUSIC_DAY_END vnlib::play_music({MUSIC_DAY_END(000),MUSIC_DAY_END(001),MUSIC_DAY_END(002),MUSIC_DAY_END(002),MUSIC_DAY_END(002),MUSIC_DAY_END(002)});
195// chars
196#include "bn_regular_bg_items_char_kanade_normal.h"
197#define SHOW_KANADE_NORMAL vnlib::show(bn::regular_bg_items::char_kanade_normal);
198#include "bn_regular_bg_items_char_kanade_happy.h"
199#define SHOW_KANADE_HAPPY vnlib::show(bn::regular_bg_items::char_kanade_happy);
200#include "bn_regular_bg_items_char_kanade_sick.h"
201#define SHOW_KANADE_SICK vnlib::show(bn::regular_bg_items::char_kanade_sick);
202#define SHOW_KANADE_ANGRY SHOW_KANADE_NORMAL
203#include "bn_regular_bg_items_char_ino_normal.h"
204#define SHOW_INO_NORMAL vnlib::show(bn::regular_bg_items::char_ino_normal);
205#include "bn_regular_bg_items_char_ino_happy.h"
206#define SHOW_INO_HAPPY vnlib::show(bn::regular_bg_items::char_ino_happy);
207#define SHOW_INO_SCARED SHOW_INO_NORMAL
208#include "bn_regular_bg_items_char_rika_normal.h"
209#define SHOW_RIKA_NORMAL vnlib::show(bn::regular_bg_items::char_rika_normal);
210#include "bn_regular_bg_items_char_rika_happy.h"
211#define SHOW_RIKA_HAPPY vnlib::show(bn::regular_bg_items::char_rika_happy);
212#include "bn_regular_bg_items_char_selene.h"
213#define SHOW_RIKAS_SISTER vnlib::show(bn::regular_bg_items::char_selene);
214#include "bn_regular_bg_items_char_rin_normal.h"
215#define SHOW_RIN_NORMAL vnlib::show(bn::regular_bg_items::char_rin_normal);
216#include "bn_regular_bg_items_char_rin_happy.h"
217#define SHOW_RIN_HAPPY vnlib::show(bn::regular_bg_items::char_rin_happy);
218#include "bn_regular_bg_items_char_stella.h"
219#define SHOW_STELLA vnlib::show(bn::regular_bg_items::char_stella);
220#include "bn_regular_bg_items_char_irene.h"
221#define SHOW_IRENE vnlib::show(bn::regular_bg_items::char_irene);
222// say
223#define KANADE(...) vnlib::say("Kanade", {__VA_ARGS__});
224#define INO(...) vnlib::say("Ino", {__VA_ARGS__});
225#define RIKA(...) vnlib::say("Rika", {__VA_ARGS__});
226#define RIN(...) vnlib::say("Rin", {__VA_ARGS__});
227#define MC(...) vnlib::say(state::st.mc_name, {__VA_ARGS__});
228#define MCF(fmts) FMT_32(fmts, state::st.mc_name)
229#define MCOP(options, ...) vnlib::say(state::st.mc_name, {__VA_ARGS__}, options);
230#define COMPUTER(...) vnlib::say("computer", {__VA_ARGS__});
231#define EMPTY(...) vnlib::say("", {__VA_ARGS__});
232
233// lib
234#include "bn_regular_bg_items_save_screen.h"
235#include "bn_regular_bg_items_textbox_small.h"
236#include "bn_regular_bg_items_keyboard.h"
237#include "bn_sprite_items_cursor.h"
238#include "bn_sprite_items_sp_menu_item_left.h"
239#include "bn_sprite_items_sp_menu_item_right.h"
240#define FREE vnlib::free();
241#define NEXT(n) vnlib::next(n);
242#define MENU(...) vnlib::menu({__VA_ARGS__});
243#define OPTION_MENU(...) vnlib::menu({__VA_ARGS__}, vnlib::default_MenuOptions().with_use_bg(false)->with_choice_y(40)->with_cursor_y(40));
244#define CHOICE(what, fx) vnlib::choice(what, fx)
245#define HIDE vnlib::hide();
246#define FADE_IN vnlib::fade_in_from_black();
247#define FADE_OUT vnlib::fade_out_to_black();
248#define SCENE_END HIDE vnlib::hide_say(); FADE_OUT FREE