Skip to content

Commit

Permalink
Fix map BGM after talk.
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 20, 2022
1 parent 42f0bc9 commit 55f8961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
#define MUS1 .hword 0x76,
#define MUSC .hword 0x76,
#define MUS2 .hword 0x77,
#define MUSS .hword 0x77,
#define MURE .hword 0x78,
#define MUS3 .hword 0x79,
#define SOUN .hword 0x7d,
Expand Down Expand Up @@ -133,10 +134,11 @@
// Select heroes.
#define SelectHero(character) CharacterEvent(Anna, CHARA_ID_##character, 10, Select_##character, 0)
#define Select(character) Select_##character: \
MUSC BGM_JOIN_US; \
MUSS BGM_JOIN_US; \
TEXT EvTx_MID_##character##_JOIN; \
REMA; \
CharacterJoin(CHARA_ID_##character); \
MURE 5; \
ENDA

// Move to chapter
Expand Down

0 comments on commit 55f8961

Please sign in to comment.