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/RockTunnel1F.asm | |
| parent | Trim extra newlines from some files (diff) | |
| parent | The 'def_trainers' macro checks that trainers' event flag bits are correct (#... (diff) | |
| download | pokeyellow-3af309e80584a0e2567586613f406883118d88e3.tar.gz pokeyellow-3af309e80584a0e2567586613f406883118d88e3.tar.xz pokeyellow-3af309e80584a0e2567586613f406883118d88e3.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/RockTunnel1F.asm')
| -rw-r--r-- | scripts/RockTunnel1F.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/RockTunnel1F.asm b/scripts/RockTunnel1F.asm index 606e0317..cafdbe62 100644 --- a/scripts/RockTunnel1F.asm +++ b/scripts/RockTunnel1F.asm @@ -1,6 +1,6 @@ RockTunnel1F_Script: call EnableAutoTextBoxDrawing - ld hl, RockTunnel1TrainerHeader0 + ld hl, RockTunnel1TrainerHeaders ld de, RockTunnel1F_ScriptPointers ld a, [wRockTunnel1FCurScript] call ExecuteCurMapScriptInTable @@ -22,6 +22,8 @@ RockTunnel1F_TextPointers: dw RockTunnel1Text7 dw RockTunnel1Text8 +RockTunnel1TrainerHeaders: + def_trainers RockTunnel1TrainerHeader0: trainer EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_0, 4, RockTunnel1BattleText1, RockTunnel1EndBattleText1, RockTunnel1AfterBattleText1 RockTunnel1TrainerHeader1: |
