Skip to content

Commit

Permalink
Add Lord to Hero Crest's CC list and remove force CC event
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 15, 2024
1 parent 75036c9 commit ff76e5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
5 changes: 0 additions & 5 deletions asset/script/make_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,11 +1103,6 @@ def make_red_units_and_event_scripts():
if 'MID_SCENARIO_MAP_END' in map_scenarios.get(map_id, {}):
file_scripts.write(' EvtTalk(MID_SCENARIO_MAP_END_%s)\n' % map_id)
file_scripts.write(' EvtClearTalk\n')
if map_id == 'S0405':
file_scripts.write(' EvtNoSkip\n')
file_scripts.write(' EvtSleep(60 * 1)\n')
file_scripts.write(' EvtFunc(func_fe6_0806D0E4)\n')
file_scripts.write(' EvtSleep(60 * 16)\n')
if 'MID_SCENARIO_ENDING_BGM' in map_scenarios.get(map_id, {}):
file_scripts.write(' EvtSetBgm(%s_MID_SCENARIO_ENDING_BGM)\n' % map_id)
if 'MID_SCENARIO_ENDING_IMAGE' in map_scenarios.get(map_id, {}):
Expand Down
4 changes: 0 additions & 4 deletions source/eventscripts.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,6 @@ const EventScr EventScr_LoadUnits_S0405[] = {
const EventScr EventScr_S0405_Victory[] = {
EvtTalk(MID_SCENARIO_MAP_END_S0405)
EvtClearTalk
EvtNoSkip
EvtSleep(60 * 1)
EvtFunc(func_fe6_0806D0E4)
EvtSleep(60 * 16)
EvtFadeToBlack(16)
EvtExitMap
EvtBackground(BACKGROUND_003_Volcano)
Expand Down
1 change: 1 addition & 0 deletions source/itemuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "jobs.h"

const u8 JList_HeroCrestPromotesNew[] = {
JID_ROY,
JID_MERCENARY,
JID_MERCENARY_F,
JID_MYRMIDON,
Expand Down
12 changes: 6 additions & 6 deletions source/texts.c
Original file line number Diff line number Diff line change
Expand Up @@ -9304,9 +9304,9 @@ const char * const gMsgTableNew[][LANGUAGE_NUM] = {
},

[1550] = {
[LANGUAGE_JAPANESE] = "10レベル以上の 傭兵・剣士・ソルジャー""\x01""戦士・山賊・海賊・盗賊が使います",
[LANGUAGE_ENGLISH] = "For mercenaries, myrmidons, soldier,""\x01""thief and axe fighters Lv. 10 and up.",
[LANGUAGE_CHINESE] = "等级10以上的佣兵、剑士、士兵、""\x01""战士、山贼、海贼、盗贼使用",
[LANGUAGE_JAPANESE] = "10レベル以上の ロード・傭兵・剣士・ソルジャー""\x01""戦士・山賊・海賊・盗賊が使います",
[LANGUAGE_ENGLISH] = "For lord, mercenaries, myrmidons, soldier,""\x01""thief and axe fighters Lv. 10 and up.",
[LANGUAGE_CHINESE] = "等级10以上的领主、佣兵、剑士、士兵、""\x01""战士、山贼、海贼、盗贼使用",
},

[1551] = {
Expand Down Expand Up @@ -10054,9 +10054,9 @@ const char * const gMsgTableNew[][LANGUAGE_NUM] = {
},

[1675] = {
[LANGUAGE_JAPANESE] = "傭兵 剣士 戦士 ソルジャー""\x01""山賊 海賊 盗賊を""\x01""クラスチェンジします",
[LANGUAGE_ENGLISH] = "Use this on a worthy""\x01""mercenary, myrmidon, soldier,""\x01""thief or wielder of axes.",
[LANGUAGE_CHINESE] = "佣兵 剑士 战士 士兵""\x01""山贼 海盗 盗贼""\x01""使用后转职",
[LANGUAGE_JAPANESE] = "ロード 傭兵 剣士 戦士""\x01""ソルジャー 山賊 海賊 盗賊を""\x01""クラスチェンジします",
[LANGUAGE_ENGLISH] = "Use this on a worthy""\x01""lord, mercenary, myrmidon, soldier,""\x01""thief or wielder of axes.",
[LANGUAGE_CHINESE] = "领主 佣兵 剑士 战士""\x01""士兵 山贼 海盗 盗贼""\x01""使用后转职",
},

[1676] = {
Expand Down

0 comments on commit ff76e5c

Please sign in to comment.