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/route4.asm | |
parent | fde4f79b3ba6a6653b91801e26865155b89a6be0 (diff) |
Update to latest pokered
Diffstat (limited to 'scripts/route4.asm')
-rwxr-xr-x | scripts/route4.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/route4.asm b/scripts/route4.asm index 559f2006..ee9e2cdf 100755 --- a/scripts/route4.asm +++ b/scripts/route4.asm @@ -1,6 +1,6 @@ Route4Script: call EnableAutoTextBoxDrawing - ld hl, Route4TrainerHeaders + ld hl, Route4TrainerHeader0 ld de, Route4ScriptPointers ld a, [wRoute4CurScript] call ExecuteCurMapScriptInTable @@ -20,7 +20,6 @@ Route4TextPointers: dw Route4Text5 dw Route4Text6 -Route4TrainerHeaders: Route4TrainerHeader0: dbEventFlagBit EVENT_BEAT_ROUTE_4_TRAINER_0 db ($3 << 4) ; trainer's view range |