diff options
author | E <shealyrd@email.uscupstate.edu> | 2020-12-05 17:39:37 -0600 |
---|---|---|
committer | E <shealyrd@email.uscupstate.edu> | 2020-12-05 17:39:37 -0600 |
commit | 8a22bc67c3ba83fc472b7656602109fb99dcb562 (patch) | |
tree | ffc4fcc97539a3aa4b582b036009bfadec866157 /src/macros | |
parent | c0a9ff35550233df184cd7b7067bddde2c2fde84 (diff) |
Adding Mitch interaction + Fighting club after duel table
Diffstat (limited to 'src/macros')
-rw-r--r-- | src/macros/scripts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/scripts.asm b/src/macros/scripts.asm index 032299d..083f213 100644 --- a/src/macros/scripts.asm +++ b/src/macros/scripts.asm @@ -33,7 +33,7 @@ ENDM const ScriptCommand_TakeCard_index ; $10 const Func_cf53_index ; $11 const Func_cf7b_index ; $12 - const Func_cf2d_index ; $13 + const ScriptCommand_CheckRawAmountOfCardsOwned_index ; $13 const Func_cf96_index ; $14 const Func_cfc6_index ; $15 const Func_cfd4_index ; $16 |