Add fast fanfare option

This commit is contained in:
qwertymodo
2019-08-31 11:55:25 -07:00
parent 3ab1b329ae
commit 5a20102d08
2 changed files with 6 additions and 1 deletions

View File

@@ -508,6 +508,7 @@ load_track:
pendant_fanfare:
LDA TournamentSeed : BNE .spc
LDA FastFanfare : BNE .done
REP #$20
LDA !REG_MSU_ID_01 : CMP !VAL_MSU_ID_01 : BNE .spc
LDA !REG_MSU_ID_23 : CMP !VAL_MSU_ID_23 : BNE .spc
@@ -530,6 +531,7 @@ pendant_fanfare:
crystal_fanfare:
LDA TournamentSeed : BNE .spc
LDA FastFanfare : BNE .done
REP #$20
LDA !REG_MSU_ID_01 : CMP !VAL_MSU_ID_01 : BNE .spc
LDA !REG_MSU_ID_23 : CMP !VAL_MSU_ID_23 : BNE .spc