forked from telefang/telefang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtelefang.inc
44 lines (44 loc) · 1.91 KB
/
telefang.inc
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
INCLUDE "registers.inc"
INCLUDE "components/stringtable/load.inc"
INCLUDE "components/battle/denjuu_portrait.inc"
INCLUDE "components/battle/species.inc"
INCLUDE "components/jpinput/jpinput.inc"
INCLUDE "components/lcdc/cgb_palette.inc"
INCLUDE "components/lcdc/fades.inc"
INCLUDE "components/lcdc/oam_dma.inc"
INCLUDE "components/lcdc/vblank_irq.inc"
INCLUDE "components/lcdc/sprite_compose.inc"
INCLUDE "components/mainscript/font.inc"
INCLUDE "components/map/locations.inc"
INCLUDE "components/saveclock/save_format.inc"
INCLUDE "components/saveclock/integrity.inc"
INCLUDE "components/serio/driver.inc"
INCLUDE "components/sgb/palettes.inc"
INCLUDE "components/sgb/packets.inc"
INCLUDE "components/sgb/precomposed.inc"
INCLUDE "components/sound/samples.inc"
INCLUDE "components/status/statetbl.inc"
INCLUDE "components/status/evolution.inc"
INCLUDE "components/pausemenu/cursor.inc"
INCLUDE "components/pausemenu/phoneime.inc"
INCLUDE "components/pausemenu/sms_statemachine.inc"
INCLUDE "components/pausemenu/sms_utils.inc"
INCLUDE "components/pausemenu/inventory_statemachine.inc"
INCLUDE "components/titlemenu/state_machine.inc"
INCLUDE "components/mainscript/statustext.inc"
INCLUDE "components/melodyedit/indicators.inc"
INCLUDE "components/mainscript/message_args.inc"
INCLUDE "components/battle/participant.inc"
INCLUDE "components/battle/meters_ui.inc"
INCLUDE "components/battle/message.inc"
INCLUDE "components/battle/screen_statemachine.inc"
INCLUDE "components/mainscript/state_machine.inc"
INCLUDE "components/mainscript/shop_item_window.inc"
INCLUDE "components/encounter/opponent_display_machine.inc"
INCLUDE "components/victory/battle_statemachine.inc"
INCLUDE "components/victory/external_statemachine.inc"
INCLUDE "components/victory/game_statemachine.inc"
INCLUDE "components/system/state_machine.inc"
INCLUDE "components/overworld/power_antenna.inc"
INCLUDE "components/linktrade/loss_statemachine.inc"
INCLUDE "gfx/compressed_gfx.inc"