-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyosuga.ch
82 lines (77 loc) · 2.11 KB
/
yosuga.ch
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
Include "cotopha.ch"
ExternDef InitFields
DeclareType Flag
DeclareType LogManager
DeclareType CgInfo
DeclareType ZoomParam
DeclareType ScenarioObject
DeclareType ConfigDataBase
DeclareType Bookmark
DeclareType SystemObject
DeclareType MessageFrame
DeclareType MessageInfo
DeclareType BustupManager
DeclareType MoveParam
DeclareType TransitionInfo
DeclareType AdvScreen
DeclareType LoadSaveWindow
DeclareType ConfigWindow
DeclareType AppreciationView
DeclareType HistoryWindow
DeclareType DrawTextParam
DeclareType BustupViewInfo
DeclareType CgViewInfo
DeclareType BustupInfo
DeclareType CgViewManager
DeclareType Sound
DeclareType E3DColor
DeclareType InputEvent
DeclareType NovelLogManager
DeclareType NovelLogPage
ExternDef nRandomSeed ; 0
ExternDef hitretResult ; 1
ExternDef ScreenSize ; 2
ExternDef BookmarkIndex ; 3
ExternDef scObj ; 4
ExternDef cnfObj ; 5
ExternDef sysObj ; 6
ExternDef inputFilterType ; 7
ExternDef flgRecollectMode ; 8
ExternDef BUSTUP_XPOS ; 9
ExternDef adv ; 10
ExternDef kinsoku ; 11
ExternDef bgmIndex ; 12
ExternDef bgm ; 13
ExternDef envSe ; 14 type!
ExternDef se ; 15
ExternDef sysSe ; 16
ExternDef voice ; 17
ExternDef playVoiceTime ; 18
ExternDef sprLoadEffectBase ; 19
ExternDef sprLoadEffect ; 20
ExternDef resLoadEffectAlpha ; 20
ExternDef fConfirm ; 21
ExternDef fEyeCatchEnter ; 22
ExternDef eyeCatchType ; 23
ExternDef sprEyeCatch ; 24 type!
ExternDef eyeCatchs ; 25
ExternDef debugSkin ; 26
ExternDef debugFrame ; 27
ExternDef debugBase ; 28
ExternDef sprVoicePlayingBar ; 29
ExternDef sprVoicePlayingTrim ; 30
ExternDef debugMes ; 31
ExternDef debugLog ; 32
ExternDef DEBUG_VOICECHECK_X ; 33
ExternDef DEBUG_VOICECHECK_Y ; 34
ExternDef isCreateDebugWindow ; 35
ExternDef DebugJumpScenario ; 36
ExternDef DebugJumpEnter ; 37
ExternDef fDebugSearch ; 38
ExternDef rDebugSearch ; 39
Constant IsDebug := false
Constant IsUNK1 := false
ExternDef input
ExternDef inputE
ExternDef screen
ExternDef frameSkin