mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
The 'def_trainers' macro checks that trainers' event flag bits are correct (#318)
This commit is contained in:
parent
2954013da1
commit
506a14084e
71 changed files with 274 additions and 149 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue