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/route12.asm | |
parent | fde4f79b3ba6a6653b91801e26865155b89a6be0 (diff) |
Update to latest pokered
Diffstat (limited to 'scripts/route12.asm')
-rwxr-xr-x | scripts/route12.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/route12.asm b/scripts/route12.asm index e61f41c0..07b5833b 100755 --- a/scripts/route12.asm +++ b/scripts/route12.asm @@ -1,6 +1,6 @@ Route12Script: call EnableAutoTextBoxDrawing - ld hl, Route12TrainerHeaders + ld hl, Route12TrainerHeader0 ld de, Route12ScriptPointers ld a, [wRoute12CurScript] call ExecuteCurMapScriptInTable @@ -76,7 +76,6 @@ Route12TextPointers: dw Route12Text13 dw Route12Text14 -Route12TrainerHeaders: Route12TrainerHeader0: dbEventFlagBit EVENT_BEAT_ROUTE_12_TRAINER_0 db ($4 << 4) ; trainer's view range |