diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:22:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:22:50 -0400 |
| commit | 67d1364c7acfd5e8e2256080e16a14cfa59a5abc (patch) | |
| tree | fcf1bcbc2990b8fdeb5d63159d15382a8bdf719a /data/events | |
| parent | 91f914718a263839daef24d44eda857bfc7cca95 (diff) | |
Fix triple newlines left over from removing address comments
Diffstat (limited to 'data/events')
| -rw-r--r-- | data/events/field_move_blocks.asm | 1 | ||||
| -rw-r--r-- | data/events/odd_eggs.asm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/data/events/field_move_blocks.asm b/data/events/field_move_blocks.asm index b7cae3dd7..fea80f537 100644 --- a/data/events/field_move_blocks.asm +++ b/data/events/field_move_blocks.asm @@ -42,7 +42,6 @@ CutTreeBlockPointers: db $0f, $17, 0 db -1 ; end - WhirlpoolBlockPointers: dbw TILESET_JOHTO, .johto db -1 ; end diff --git a/data/events/odd_eggs.asm b/data/events/odd_eggs.asm index f006833a7..d8a289872 100644 --- a/data/events/odd_eggs.asm +++ b/data/events/odd_eggs.asm @@ -27,7 +27,6 @@ prob_total = 0 prob 10 prob 1 - OddEggs: OddEgg1: |
