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 @@
|
|||
Route18_Script:
|
||||
call EnableAutoTextBoxDrawing
|
||||
ld hl, Route18TrainerHeader0
|
||||
ld hl, Route18TrainerHeaders
|
||||
ld de, Route18_ScriptPointers
|
||||
ld a, [wRoute18CurScript]
|
||||
call ExecuteCurMapScriptInTable
|
||||
|
|
@ -19,6 +19,8 @@ Route18_TextPointers:
|
|||
dw Route18Text4
|
||||
dw Route18Text5
|
||||
|
||||
Route18TrainerHeaders:
|
||||
def_trainers
|
||||
Route18TrainerHeader0:
|
||||
trainer EVENT_BEAT_ROUTE_18_TRAINER_0, 3, Route18BattleText1, Route18EndBattleText1, Route18AfterBattleText1
|
||||
Route18TrainerHeader1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue