diff options
author | dannye <33dannye@gmail.com> | 2021-04-13 17:48:44 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-04-13 17:48:44 -0500 |
commit | 3af309e80584a0e2567586613f406883118d88e3 (patch) | |
tree | 9204f1351993e4679ad9ef91aa82ad1ebb4b8c4c /scripts/FightingDojo.asm | |
parent | 3ce276892c1b97ae893d319125b13fed936d14f2 (diff) | |
parent | 506a14084e32d7532b8400a6457f46492bbc47ab (diff) |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/FightingDojo.asm')
-rw-r--r-- | scripts/FightingDojo.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/FightingDojo.asm b/scripts/FightingDojo.asm index e5d0a0a7..fc9f68ea 100644 --- a/scripts/FightingDojo.asm +++ b/scripts/FightingDojo.asm @@ -1,6 +1,6 @@ FightingDojo_Script: call EnableAutoTextBoxDrawing - ld hl, FightingDojoTrainerHeader0 + ld hl, FightingDojoTrainerHeaders ld de, FightingDojo_ScriptPointers ld a, [wFightingDojoCurScript] call ExecuteCurMapScriptInTable @@ -90,6 +90,8 @@ FightingDojo_TextPointers: dw FightingDojoText7 dw FightingDojoText8 +FightingDojoTrainerHeaders: + def_trainers 2 FightingDojoTrainerHeader0: trainer EVENT_BEAT_FIGHTING_DOJO_TRAINER_0, 4, FightingDojoBattleText1, FightingDojoEndBattleText1, FightingDojoAfterBattleText1 FightingDojoTrainerHeader1: |