From 8a22bc67c3ba83fc472b7656602109fb99dcb562 Mon Sep 17 00:00:00 2001 From: E Date: Sat, 5 Dec 2020 17:39:37 -0600 Subject: Adding Mitch interaction + Fighting club after duel table --- src/data/map_scripts.asm | 2 +- src/data/npcs.asm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/data') diff --git a/src/data/map_scripts.asm b/src/data/map_scripts.asm index f969d45..1b9906c 100644 --- a/src/data/map_scripts.asm +++ b/src/data/map_scripts.asm @@ -78,7 +78,7 @@ MapScripts: ; 1162a (4:562a) dw $0000 dw $0000 dw $0000 - dw $5da3 + dw FightingClubAfterDuel dw $0000 dw $0000 diff --git a/src/data/npcs.asm b/src/data/npcs.asm index 8969296..dac4cf0 100644 --- a/src/data/npcs.asm +++ b/src/data/npcs.asm @@ -424,7 +424,7 @@ MitchData: db $00 db $0e db $00 - dw $5dc3 ; Pointer to Script + dw Script_Mitch ; Pointer to Script tx Text03b7 db MITCH_PIC db FIRST_STRIKE_DECK_ID @@ -772,7 +772,7 @@ KenData: db $04 db $1e db $00 - dw Script_Ken ; Pointer to Script + dw ScriptCommand_CheckIfCardInCollection ; Pointer to Script tx Text03d3 db KEN_PIC db FIRE_CHARGE_DECK_ID -- cgit v1.2.3