mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 16:15: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 @@
|
|||
RocketHideoutB2F_Script:
|
||||
call EnableAutoTextBoxDrawing
|
||||
ld hl, RocketHideout2TrainerHeader0
|
||||
ld hl, RocketHideout2TrainerHeaders
|
||||
ld de, RocketHideoutB2F_ScriptPointers
|
||||
ld a, [wRocketHideoutB2FCurScript]
|
||||
call ExecuteCurMapScriptInTable
|
||||
|
|
@ -276,6 +276,8 @@ RocketHideoutB2F_TextPointers:
|
|||
dw PickUpItemText
|
||||
dw PickUpItemText
|
||||
|
||||
RocketHideout2TrainerHeaders:
|
||||
def_trainers
|
||||
RocketHideout2TrainerHeader0:
|
||||
trainer EVENT_BEAT_ROCKET_HIDEOUT_2_TRAINER_0, 4, RocketHideout2BattleText2, RocketHideout2EndBattleText2, RocketHideout2AfterBattleTxt2
|
||||
db -1 ; end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue