diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-18 12:17:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 12:17:38 -0700 |
commit | c1774eb429a99f0252fd449c174c963c036e4e03 (patch) | |
tree | 62d071743f4abea54cbd8edbca949d9f47954000 /data | |
parent | a335716a41ebed9b221a7569ab426a2efdd5d719 (diff) | |
parent | 17bb6dc21f3b5ab3cf1a694bb966928d1c24482f (diff) |
Merge pull request #448 from ProjectRevoTPP/clean_bike
document bike.c.
Diffstat (limited to 'data')
-rw-r--r-- | data/field_special_scene.s | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/data/field_special_scene.s b/data/field_special_scene.s deleted file mode 100644 index 9d3958924..000000000 --- a/data/field_special_scene.s +++ /dev/null @@ -1,41 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gMapObjectPic_MovingBox:: @ 83D28AC - .incbin "graphics/map_objects/pics/misc/moving_box.4bpp" - - .align 2 -gMapObjectPalette19:: @ 83D292C - .incbin "graphics/map_objects/palettes/19.gbapal" - -gTruckCamera_HorizontalTable:: @ 83D294C - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 0 - .byte 1 - .byte 2 - .byte 2 - .byte 2 - .byte 2 - .byte 2 - .byte 2 - .byte -1 - .byte -1 - .byte -1 - .byte 0 - -gUnknown_083D295F:: @ 83D295F - step_18 - step_end - -gUnknown_083D2961:: @ 83D2961 - step_17 - step_end |