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/vermiliongym.asm | |
| parent | A few missed hardcoded decimal points (diff) | |
| download | pokeyellow-70dde9d96b0e3025c72ae29783e94c56fa5cbe1c.tar.gz pokeyellow-70dde9d96b0e3025c72ae29783e94c56fa5cbe1c.tar.xz pokeyellow-70dde9d96b0e3025c72ae29783e94c56fa5cbe1c.zip | |
Clean up redundant labels
fix trainer header numbering
Diffstat (limited to 'scripts/vermiliongym.asm')
| -rwxr-xr-x | scripts/vermiliongym.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vermiliongym.asm b/scripts/vermiliongym.asm index 99bd4008..c22ce9ce 100755 --- a/scripts/vermiliongym.asm +++ b/scripts/vermiliongym.asm @@ -99,7 +99,6 @@ VermilionGymTextPointers: dw VermilionGymText7 dw VermilionGymText8 -VermilionGymTrainerHeaders: VermilionGymTrainerHeader0: dbEventFlagBit EVENT_BEAT_VERMILION_GYM_TRAINER_0 db ($3 << 4) ; trainer's view range |
