diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-07-20 00:40:04 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-07-20 00:40:04 -0500 |
commit | 70dde9d96b0e3025c72ae29783e94c56fa5cbe1c (patch) | |
tree | ade46ab5d1d16300ab18f82e7727015b0b4e3ac7 /scripts/silphco11.asm | |
parent | 25c27785aa83a12330ea58e1e35b2fec90dd84f4 (diff) |
Clean up redundant labels
fix trainer header numbering
Diffstat (limited to 'scripts/silphco11.asm')
-rwxr-xr-x | scripts/silphco11.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/silphco11.asm b/scripts/silphco11.asm index 5f924bfc..342fef07 100755 --- a/scripts/silphco11.asm +++ b/scripts/silphco11.asm @@ -1,7 +1,7 @@ SilphCo11Script: call SilphCo11Script_62110 call EnableAutoTextBoxDrawing - ld hl, SilphCo11TrainerHeaders + ld hl, SilphCo11TrainerHeader0 ld de, SilphCo11ScriptPointers ld a, [wSilphCo11CurScript] call ExecuteCurMapScriptInTable @@ -280,7 +280,6 @@ SilphCo11TextPointers: dw SilphCo11Text5 dw SilphCo11Text6 -SilphCo11TrainerHeaders: SilphCo11TrainerHeader0: dbEventFlagBit EVENT_BEAT_SILPH_CO_11F_TRAINER_0 db ($4 << 4) ; trainer's view range |