Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chapter 4 setting
Browse files Browse the repository at this point in the history
Signed-off-by: laqieer <[email protected]>
  • Loading branch information
laqieer committed Feb 21, 2020
1 parent c8724d2 commit fb04359
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
95 changes: 95 additions & 0 deletions src/chapter_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,101 @@ const struct Chapter chapters[] = {
0,
14,
},
{
"1.2.2)04",
0x6a,
0,
0x6b,
0x6c,
4,
0,
0,
0,
0,
0,
4,
4,
1,
0,
0,
4,
3,
0,
0x30,
0xc,
0x30,
0x30,
0xc,
0x30,
0xffff,
0xffff,
0x25,
0xffff,
0xffff,
30,
5,
5,
5,
5,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
100,
100,
100,
100,
80,
80,
80,
80,
60,
60,
60,
60,
40,
40,
40,
40,
1060,
1060,
1060,
1060,
TEXT_CHAP_4_TITLE,
TEXT_CHAP_4_TITLE,
6,
0,
0,
0,
0,
0,
0,
0,
4,
4,
0xff,
0xff,
0,
0,
1,
0,
TEXT_CHAP_STATUS_GOAL_DEFEAT_ALL,
TEXT_CHAP_GOAL_DEFEAT_ALL,
1,
0,
0,
0xff,
0,
14,
},
};

const struct Chapter * const pChapters1 = chapters;
Expand Down
2 changes: 1 addition & 1 deletion src/res/map/event/event_chap_3.s
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BeginningScene:
.byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
EndingScene:
.byte 0x0D, 0x00, 0x00, 0x00, 0x54, 0x12, 0x00, 0x00
.byte 0x7F, 0x00, 0x00, 0x00
.byte 0x7F, 0x00, 0x04, 0x00
.byte 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
AllyUnitsENM:
.byte 0x01, 0x01, 0x02, 0x08, 0x00, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
Expand Down

0 comments on commit fb04359

Please sign in to comment.