diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-12-27 11:57:05 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-12-27 11:57:05 +1300 |
commit | f73893db566c67ee9e1b4b6b309853503351d8ca (patch) | |
tree | 6b420d9e1ab47f11bf6240b48d237c810f4b6aa1 /scripts/fightingdojo.asm | |
parent | fde4f79b3ba6a6653b91801e26865155b89a6be0 (diff) |
Update to latest pokered
Diffstat (limited to 'scripts/fightingdojo.asm')
-rwxr-xr-x | scripts/fightingdojo.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/fightingdojo.asm b/scripts/fightingdojo.asm index 9d28046f..fa0cdca2 100755 --- a/scripts/fightingdojo.asm +++ b/scripts/fightingdojo.asm @@ -1,6 +1,6 @@ FightingDojoScript: call EnableAutoTextBoxDrawing - ld hl, FightingDojoTrainerHeaders + ld hl, FightingDojoTrainerHeader0 ld de, FightingDojoScriptPointers ld a, [wFightingDojoCurScript] call ExecuteCurMapScriptInTable @@ -90,7 +90,6 @@ FightingDojoTextPointers: dw FightingDojoText7 dw FightingDojoText8 -FightingDojoTrainerHeaders: FightingDojoTrainerHeader0: dbEventFlagBit EVENT_BEAT_FIGHTING_DOJO_TRAINER_0 db ($4 << 4) ; trainer's view range |