mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use a 'trainer' macro for trainers in scripts/
This commit is contained in:
parent
be326c6565
commit
5c0f33cb53
71 changed files with 413 additions and 2645 deletions
|
|
@ -263,7 +263,7 @@ CheckForEngagingTrainers::
|
|||
ld a, [de]
|
||||
ld [wSpriteIndex], a ; store trainer flag's bit
|
||||
ld [wTrainerHeaderFlagBit], a
|
||||
cp $ff
|
||||
cp -1
|
||||
ret z
|
||||
ld a, $2
|
||||
call ReadTrainerHeaderInfo ; read trainer flag's byte ptr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue