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 @@
|
|||
CeruleanCaveB1F_Script:
|
||||
call EnableAutoTextBoxDrawing
|
||||
ld hl, MewtwoTrainerHeader
|
||||
ld hl, CeruleanCaveB1FTrainerHeaders
|
||||
ld de, CeruleanCaveB1F_ScriptPointers
|
||||
ld a, [wCeruleanCaveB1FCurScript]
|
||||
call ExecuteCurMapScriptInTable
|
||||
|
|
@ -17,6 +17,8 @@ CeruleanCaveB1F_TextPointers:
|
|||
dw PickUpItemText
|
||||
dw PickUpItemText
|
||||
|
||||
CeruleanCaveB1FTrainerHeaders:
|
||||
def_trainers
|
||||
MewtwoTrainerHeader:
|
||||
trainer EVENT_BEAT_MEWTWO, 0, MewtwoBattleText, MewtwoBattleText, MewtwoBattleText
|
||||
db -1 ; end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue