summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-08-11 22:16:14 -0600
committerSimponic <loganthebean222@gmail.com>2020-08-11 22:16:14 -0600
commit4c5b382ef964ccc46f9c26221be237cf54da7576 (patch)
tree1fc712cb350b7b280372c4e741498a636bc424fb
parent3ad9d9b066fb9108c17647578fdff39eb2df59af (diff)
downloadgeometry-dash-gba-4c5b382ef964ccc46f9c26221be237cf54da7576.tar.gz
geometry-dash-gba-4c5b382ef964ccc46f9c26221be237cf54da7576.zip
Removed unnecessary files
-rwxr-xr-xGBA-Dash.elfbin221508 -> 0 bytes
-rwxr-xr-xGBA-Dash.gbabin5832 -> 0 bytes
-rw-r--r--GBA-Dash.sav0
-rw-r--r--Makefile2
-rw-r--r--build/GBA-Dash.map611
-rw-r--r--build/block.d1
-rw-r--r--build/block.obin2504 -> 0 bytes
-rw-r--r--build/camera.d5
-rw-r--r--build/camera.obin3180 -> 0 bytes
-rw-r--r--build/main.d47
-rw-r--r--build/main.obin9956 -> 0 bytes
-rw-r--r--build/map.d5
-rw-r--r--build/map.obin2724 -> 0 bytes
-rw-r--r--build/player.d1
-rw-r--r--build/player.obin2512 -> 0 bytes
-rw-r--r--build/playerObject.d23
-rw-r--r--build/playerObject.obin12724 -> 0 bytes
-rw-r--r--build/sinlut.d5
-rw-r--r--build/sinlut.obin3044 -> 0 bytes
-rw-r--r--build/spike.d1
-rw-r--r--build/spike.obin2504 -> 0 bytes
-rw-r--r--build/toolbox.d11
-rw-r--r--build/toolbox.obin6096 -> 0 bytes
23 files changed, 1 insertions, 711 deletions
diff --git a/GBA-Dash.elf b/GBA-Dash.elf
deleted file mode 100755
index 0e01822..0000000
--- a/GBA-Dash.elf
+++ /dev/null
Binary files differ
diff --git a/GBA-Dash.gba b/GBA-Dash.gba
deleted file mode 100755
index 8eb6649..0000000
--- a/GBA-Dash.gba
+++ /dev/null
Binary files differ
diff --git a/GBA-Dash.sav b/GBA-Dash.sav
deleted file mode 100644
index e69de29..0000000
--- a/GBA-Dash.sav
+++ /dev/null
diff --git a/Makefile b/Makefile
index 98093a7..139e680 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
- @rm -fr $(BUILD) $(TARGET).elf $(TARGET).gba
+ @rm -fr $(BUILD) $(TARGET).elf $(TARGET).gba $(TARGET).sav
#---------------------------------------------------------------------------------
diff --git a/build/GBA-Dash.map b/build/GBA-Dash.map
deleted file mode 100644
index 230c95b..0000000
--- a/build/GBA-Dash.map
+++ /dev/null
@@ -1,611 +0,0 @@
-Archive member included to satisfy reference by file (symbol)
-
-/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o (__libc_init_array)
-/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- main.o (memcpy)
-/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o (fake_heap_end)
-
-Discarded input sections
-
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .data.__dso_handle
- 0x0000000000000000 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .data 0x0000000000000000 0x0 playerObject.o
- .bss 0x0000000000000000 0x0 playerObject.o
- .data 0x0000000000000000 0x0 camera.o
- .bss 0x0000000000000000 0x0 camera.o
- .text 0x0000000000000000 0x0 main.o
- .text 0x0000000000000000 0x0 sinlut.o
- .data 0x0000000000000000 0x0 sinlut.o
- .bss 0x0000000000000000 0x0 sinlut.o
- .text 0x0000000000000000 0x0 map.o
- .data 0x0000000000000000 0x0 map.o
- .bss 0x0000000000000000 0x0 map.o
- .data 0x0000000000000000 0x0 toolbox.o
- .text 0x0000000000000000 0x0 player.o
- .data 0x0000000000000000 0x0 player.o
- .bss 0x0000000000000000 0x0 player.o
- .text 0x0000000000000000 0x0 block.o
- .data 0x0000000000000000 0x0 block.o
- .bss 0x0000000000000000 0x0 block.o
- .text 0x0000000000000000 0x0 spike.o
- .data 0x0000000000000000 0x0 spike.o
- .bss 0x0000000000000000 0x0 spike.o
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .bss.fake_heap_start
- 0x0000000000000000 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
- .text 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
- .data 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
- .bss 0x0000000000000000 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
-
-Memory Configuration
-
-Name Origin Length Attributes
-rom 0x0000000008000000 0x0000000002000000
-iwram 0x0000000003000000 0x0000000000008000
-ewram 0x0000000002000000 0x0000000000040000
-*default* 0x0000000000000000 0xffffffffffffffff
-
-Linker script and memory map
-
- 0x0000000008000000 __text_start = ORIGIN (rom)
- 0x0000000002040000 __eheap_end = (ORIGIN (ewram) + LENGTH (ewram))
- 0x0000000003000000 __iwram_start = ORIGIN (iwram)
- 0x0000000003008000 __iwram_top = (ORIGIN (iwram) + LENGTH (iwram))
- 0x0000000003007fa0 __sp_irq = (__iwram_top - 0x60)
- 0x0000000003007f00 __sp_usr = (__sp_irq - 0xa0)
- 0x0000000003007ff8 __irq_flags = 0x3007ff8
- 0x0000000008000000 . = __text_start
-
-.crt0 0x0000000008000000 0x210
- *(.crt0)
- .crt0 0x0000000008000000 0x210 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
- 0x0000000008000000 _start
- 0x00000000080000c4 __boot_method
- 0x00000000080000c5 __slave_number
- 0x00000000080000e0 start_vector
- 0x0000000008000210 . = ALIGN (0x4)
-
-.init 0x0000000008000210 0xc
- *(SORT_NONE(.init))
- .init 0x0000000008000210 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- 0x0000000008000210 _init
- .init 0x0000000008000214 0x8 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
-
-.plt 0x000000000800021c 0x0
- *(.plt)
- 0x000000000800021c . = ALIGN (0x4)
-
-.text 0x000000000800021c 0x638
- *(EXCLUDE_FILE(*.iwram*) .text*)
- .text.deregister_tm_clones
- 0x000000000800021c 0x2c /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .text.register_tm_clones
- 0x0000000008000248 0x34 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .text.__do_global_dtors_aux
- 0x000000000800027c 0x30 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .text.frame_dummy
- 0x00000000080002ac 0x28 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .text 0x00000000080002d4 0x1ac playerObject.o
- 0x00000000080002d4 initializePlayerObject
- 0x00000000080002e4 createPlayerObject
- 0x0000000008000330 applyGravity
- 0x0000000008000338 scalePlayer
- 0x0000000008000348 rotatePlayer
- 0x0000000008000378 rotateToNearest90Degrees
- 0x00000000080003d8 updatePlayer
- .text 0x0000000008000480 0x20 camera.o
- 0x0000000008000480 createCamera
- 0x0000000008000488 applyCameraShift
- .text.startup 0x00000000080004a0 0x1fc main.o
- 0x00000000080004a0 main
- .text 0x000000000800069c 0xc0 toolbox.o
- 0x000000000800069c oam_init
- 0x00000000080006dc oam_copy
- 0x00000000080006fc obj_copy
- 0x000000000800071c obj_affine_copy
- 0x000000000800074c obj_affine_identity
- .text.__libc_init_array
- 0x000000000800075c 0x50 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- 0x000000000800075c __libc_init_array
- .text.memcpy 0x00000000080007ac 0xa8 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- 0x00000000080007ac memcpy
- *(.gnu.linkonce.t.*)
- *(.text.*personality*)
- *(.gnu.warning)
- *(.glue_7t)
- .glue_7t 0x0000000008000854 0x0 linker stubs
- *(.glue_7)
- .glue_7 0x0000000008000854 0x0 linker stubs
- *(.vfp11_veneer)
- .vfp11_veneer 0x0000000008000854 0x0 linker stubs
- 0x0000000008000854 . = ALIGN (0x4)
- 0x0000000008000854 __text_end = .
-
-.v4_bx 0x0000000008000854 0x0
- .v4_bx 0x0000000008000854 0x0 linker stubs
-
-.iplt 0x0000000008000854 0x0
- .iplt 0x0000000008000854 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
-
-.fini 0x0000000008000854 0xc
- *(.fini)
- .fini 0x0000000008000854 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- 0x0000000008000854 _fini
- .fini 0x0000000008000858 0x8 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
- 0x0000000008000860 . = ALIGN (0x4)
-
-.rodata 0x0000000008000860 0xe50
- *(.rodata)
- .rodata 0x0000000008000860 0x400 sinlut.o
- 0x0000000008000860 sin_lut
- .rodata 0x0000000008000c60 0x2d0 map.o
- 0x0000000008000c60 map1
- .rodata 0x0000000008000f30 0x280 player.o
- 0x0000000008000f30 playerTiles
- 0x0000000008000fb0 playerPal
- .rodata 0x00000000080011b0 0x280 block.o
- 0x00000000080011b0 blockTiles
- 0x0000000008001230 blockPal
- .rodata 0x0000000008001430 0x280 spike.o
- 0x0000000008001430 spikeTiles
- 0x00000000080014b0 spikePal
- *all.rodata*(*)
- *(.roda)
- *(.rodata.*)
- *(.gnu.linkonce.r*)
- 0x00000000080016b0 . = ALIGN (0x4)
-
-.ARM.extab
- *(.ARM.extab* .gnu.linkonce.armextab.*)
- 0x00000000080016b0 __exidx_start = .
-
-.ARM.exidx
- *(.ARM.exidx* .gnu.linkonce.armexidx.*)
- 0x00000000080016b0 __exidx_end = .
-
-.ctors 0x00000000080016b0 0x0
- *crtbegin.o(.ctors)
- *(EXCLUDE_FILE(*crtend.o) .ctors)
- *(SORT_BY_NAME(.ctors.*))
- *(.ctors)
- 0x00000000080016b0 . = ALIGN (0x4)
-
-.dtors 0x00000000080016b0 0x0
- *crtbegin.o(.dtors)
- *(EXCLUDE_FILE(*crtend.o) .dtors)
- *(SORT_BY_NAME(.dtors.*))
- *(.dtors)
- 0x00000000080016b0 . = ALIGN (0x4)
-
-.eh_frame 0x00000000080016b0 0x4
- *(.eh_frame)
- .eh_frame 0x00000000080016b0 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .eh_frame 0x00000000080016b0 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
- 0x00000000080016b4 . = ALIGN (0x4)
-
-.rel.dyn 0x00000000080016b4 0x0
- .rel.iplt 0x00000000080016b4 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
-
-.gcc_except_table
- 0x00000000080016b4 0x0
- *(.gcc_except_table)
- 0x00000000080016b4 . = ALIGN (0x4)
- 0x00000000080016b4 __iwram_lma = .
-
-.iwram 0x0000000003000000 0x0 load address 0x00000000080016b4
- 0x0000000003000000 __iwram_start__ = ABSOLUTE (.)
- *(.iwram .iwram*)
- *iwram.*(.text* .data*)
- 0x0000000003000000 . = ALIGN (0x4)
- 0x0000000003000000 __iwram_end__ = ABSOLUTE (.)
- 0x00000000080016b4 __data_lma = (__iwram_lma + SIZEOF (.iwram))
-
-.bss 0x0000000003000000 0x424
- 0x0000000003000000 __bss_start = ABSOLUTE (.)
- 0x0000000003000000 __bss_start__ = ABSOLUTE (.)
- *(.dynbss)
- *(.gnu.linkonce.b*)
- *(.bss*)
- .bss.completed.1
- 0x0000000003000000 0x1 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- *fill* 0x0000000003000001 0x3
- .bss.object.0 0x0000000003000004 0x18 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .bss 0x000000000300001c 0x400 main.o
- 0x000000000300001c obj_buffer
- .bss 0x000000000300041c 0x4 toolbox.o
- 0x000000000300041c __key_prev
- 0x000000000300041e __key_curr
- .bss.fake_heap_end
- 0x0000000003000420 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- 0x0000000003000420 fake_heap_end
- *(COMMON)
- 0x0000000003000424 . = ALIGN (0x4)
- 0x0000000003000424 __bss_end__ = ABSOLUTE (.)
-
-.data 0x0000000003000424 0x4 load address 0x00000000080016b4
- 0x0000000003000424 __data_start__ = ABSOLUTE (.)
- *(.data*)
- .data 0x0000000003000424 0x4 main.o
- 0x0000000003000424 obj_aff_buffer
- *(.gnu.linkonce.d*)
- 0x0000000003000428 . = ALIGN (0x4)
- 0x00000000080016b8 __preinit_lma = (__data_lma + SIZEOF (.data))
-
-.igot.plt 0x0000000003000428 0x0 load address 0x00000000080016b8
- .igot.plt 0x0000000003000428 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
-
-.tm_clone_table
- 0x0000000003000428 0x0 load address 0x00000000080016b8
- .tm_clone_table
- 0x0000000003000428 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .tm_clone_table
- 0x0000000003000428 0x0 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
-
-.preinit_array 0x0000000003000428 0x0 load address 0x00000000080016b8
- 0x0000000003000428 __preinit_array_start = ABSOLUTE (.)
- *(.preinit_array)
- 0x0000000003000428 __preinit_array_end = ABSOLUTE (.)
- 0x00000000080016b8 __init_lma = (__preinit_lma + SIZEOF (.preinit_array))
-
-.init_array 0x0000000003000428 0x4 load address 0x00000000080016b8
- 0x0000000003000428 __init_array_start = ABSOLUTE (.)
- *(SORT_BY_NAME(.init_array.*))
- *(.init_array)
- .init_array 0x0000000003000428 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- 0x000000000300042c __init_array_end = ABSOLUTE (.)
- 0x00000000080016bc __fini_lma = (__init_lma + SIZEOF (.init_array))
-
-.fini_array 0x000000000300042c 0x4 load address 0x00000000080016bc
- 0x000000000300042c __fini_array_start = ABSOLUTE (.)
- *(SORT_BY_NAME(.fini_array.*))
- *(.fini_array)
- .fini_array 0x000000000300042c 0x4 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- 0x0000000003000430 __fini_array_end = ABSOLUTE (.)
- 0x00000000080016c0 __jcr_lma = (__fini_lma + SIZEOF (.fini_array))
-
-.jcr 0x0000000003000430 0x0 load address 0x00000000080016c0
- *(.jcr)
- 0x0000000003000430 __data_end__ = ABSOLUTE (.)
- 0x00000000080016c0 __iwram_overlay_lma = (__jcr_lma + SIZEOF (.jcr))
- 0x0000000003000430 __iwram_overlay_start = .
-
-.iwram0 0x0000000003000430 0x0 load address 0x00000000080016c0
- *(.iwram0)
- 0x0000000003000430 . = ALIGN (0x4)
- 0x00000000080016c0 PROVIDE (__load_start_iwram0 = LOADADDR (.iwram0))
- 0x00000000080016c0 PROVIDE (__load_stop_iwram0 = (LOADADDR (.iwram0) + SIZEOF (.iwram0)))
-
-.iwram1 0x0000000003000430 0x0
- *(.iwram1)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram1 = LOADADDR (.iwram1))
- [!provide] PROVIDE (__load_stop_iwram1 = (LOADADDR (.iwram1) + SIZEOF (.iwram1)))
-
-.iwram2 0x0000000003000430 0x0
- *(.iwram2)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram2 = LOADADDR (.iwram2))
- [!provide] PROVIDE (__load_stop_iwram2 = (LOADADDR (.iwram2) + SIZEOF (.iwram2)))
-
-.iwram3 0x0000000003000430 0x0
- *(.iwram3)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram3 = LOADADDR (.iwram3))
- [!provide] PROVIDE (__load_stop_iwram3 = (LOADADDR (.iwram3) + SIZEOF (.iwram3)))
-
-.iwram4 0x0000000003000430 0x0
- *(.iwram4)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram4 = LOADADDR (.iwram4))
- [!provide] PROVIDE (__load_stop_iwram4 = (LOADADDR (.iwram4) + SIZEOF (.iwram4)))
-
-.iwram5 0x0000000003000430 0x0
- *(.iwram5)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram5 = LOADADDR (.iwram5))
- [!provide] PROVIDE (__load_stop_iwram5 = (LOADADDR (.iwram5) + SIZEOF (.iwram5)))
-
-.iwram6 0x0000000003000430 0x0
- *(.iwram6)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram6 = LOADADDR (.iwram6))
- [!provide] PROVIDE (__load_stop_iwram6 = (LOADADDR (.iwram6) + SIZEOF (.iwram6)))
-
-.iwram7 0x0000000003000430 0x0
- *(.iwram7)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram7 = LOADADDR (.iwram7))
- [!provide] PROVIDE (__load_stop_iwram7 = (LOADADDR (.iwram7) + SIZEOF (.iwram7)))
-
-.iwram8 0x0000000003000430 0x0
- *(.iwram8)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram8 = LOADADDR (.iwram8))
- [!provide] PROVIDE (__load_stop_iwram8 = (LOADADDR (.iwram8) + SIZEOF (.iwram8)))
-
-.iwram9 0x0000000003000430 0x0
- *(.iwram9)
- 0x0000000003000430 . = ALIGN (0x4)
- [!provide] PROVIDE (__load_start_iwram9 = LOADADDR (.iwram9))
- [!provide] PROVIDE (__load_stop_iwram9 = (LOADADDR (.iwram9) + SIZEOF (.iwram9)))
- 0x0000000003000430 __iwram_overlay_end = .
- 0x00000000080016c0 __ewram_lma = (__iwram_overlay_lma + (__iwram_overlay_end - __iwram_overlay_start))
- 0x0000000003000430 __iheap_start = .
- 0x0000000002000000 __ewram_start = ORIGIN (ewram)
-
-.ewram 0x0000000002000000 0x0 load address 0x00000000080016c0
- *(.ewram*)
- 0x0000000002000000 . = ALIGN (0x4)
- 0x0000000002000000 __ewram_end = ABSOLUTE (.)
- 0x00000000080016c0 __pad_lma = (__ewram_lma + SIZEOF (.ewram))
-
-.sbss 0x0000000002000000 0x0
- 0x0000000002000000 __sbss_start__ = ABSOLUTE (.)
- *(.sbss*)
- 0x0000000002000000 . = ALIGN (0x4)
- 0x0000000002000000 __sbss_end__ = ABSOLUTE (.)
- 0x0000000002000000 __end__ = ABSOLUTE (.)
- 0x0000000002000000 __eheap_start = ABSOLUTE (.)
-
-.pad 0x0000000002000000 0x8 load address 0x00000000080016c0
- 0x0000000002000000 0x4 LONG 0x52416b64
- 0x0000000002000004 0x4 LONG 0x4d
- 0x0000000002000008 . = ALIGN (0x4)
- 0x00000000080016c8 __rom_end__ = (__pad_lma + SIZEOF (.pad))
-
-.stab
- *(.stab)
-
-.stabstr
- *(.stabstr)
-
-.stab.excl
- *(.stab.excl)
-
-.stab.exclstr
- *(.stab.exclstr)
-
-.stab.index
- *(.stab.index)
-
-.stab.indexstr
- *(.stab.indexstr)
-
-.comment 0x0000000000000000 0x23
- *(.comment)
- .comment 0x0000000000000000 0x23 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- 0x24 (size before relaxing)
- .comment 0x0000000000000023 0x24 playerObject.o
- .comment 0x0000000000000023 0x24 camera.o
- .comment 0x0000000000000023 0x24 main.o
- .comment 0x0000000000000023 0x24 sinlut.o
- .comment 0x0000000000000023 0x24 map.o
- .comment 0x0000000000000023 0x24 toolbox.o
- .comment 0x0000000000000023 0x24 player.o
- .comment 0x0000000000000023 0x24 block.o
- .comment 0x0000000000000023 0x24 spike.o
- .comment 0x0000000000000023 0x24 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- .comment 0x0000000000000023 0x24 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- .comment 0x0000000000000023 0x24 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .comment 0x0000000000000023 0x24 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
-
-.debug
- *(.debug)
-
-.line
- *(.line)
-
-.debug_srcinfo
- *(.debug_srcinfo)
-
-.debug_sfnames
- *(.debug_sfnames)
-
-.debug_aranges 0x0000000000000000 0xf8
- *(.debug_aranges)
- .debug_aranges
- 0x0000000000000000 0x20 playerObject.o
- .debug_aranges
- 0x0000000000000020 0x20 camera.o
- .debug_aranges
- 0x0000000000000040 0x20 main.o
- .debug_aranges
- 0x0000000000000060 0x18 sinlut.o
- .debug_aranges
- 0x0000000000000078 0x18 map.o
- .debug_aranges
- 0x0000000000000090 0x20 toolbox.o
- .debug_aranges
- 0x00000000000000b0 0x18 player.o
- .debug_aranges
- 0x00000000000000c8 0x18 block.o
- .debug_aranges
- 0x00000000000000e0 0x18 spike.o
-
-.debug_pubnames
- *(.debug_pubnames)
-
-.debug_info 0x0000000000000000 0x195b
- *(.debug_info)
- .debug_info 0x0000000000000000 0x938 playerObject.o
- .debug_info 0x0000000000000938 0x122 camera.o
- .debug_info 0x0000000000000a5a 0x8b4 main.o
- .debug_info 0x000000000000130e 0x8b sinlut.o
- .debug_info 0x0000000000001399 0x90 map.o
- .debug_info 0x0000000000001429 0x3b5 toolbox.o
- .debug_info 0x00000000000017de 0x7f player.o
- .debug_info 0x000000000000185d 0x7f block.o
- .debug_info 0x00000000000018dc 0x7f spike.o
-
-.debug_abbrev 0x0000000000000000 0x95d
- *(.debug_abbrev)
- .debug_abbrev 0x0000000000000000 0x2b8 playerObject.o
- .debug_abbrev 0x00000000000002b8 0xec camera.o
- .debug_abbrev 0x00000000000003a4 0x27c main.o
- .debug_abbrev 0x0000000000000620 0x61 sinlut.o
- .debug_abbrev 0x0000000000000681 0x61 map.o
- .debug_abbrev 0x00000000000006e2 0x1a6 toolbox.o
- .debug_abbrev 0x0000000000000888 0x47 player.o
- .debug_abbrev 0x00000000000008cf 0x47 block.o
- .debug_abbrev 0x0000000000000916 0x47 spike.o
-
-.debug_line 0x0000000000000000 0xd40
- *(.debug_line)
- .debug_line 0x0000000000000000 0x4d5 playerObject.o
- .debug_line 0x00000000000004d5 0xc8 camera.o
- .debug_line 0x000000000000059d 0x363 main.o
- .debug_line 0x0000000000000900 0x80 sinlut.o
- .debug_line 0x0000000000000980 0x7a map.o
- .debug_line 0x00000000000009fa 0x26a toolbox.o
- .debug_line 0x0000000000000c64 0x4a player.o
- .debug_line 0x0000000000000cae 0x49 block.o
- .debug_line 0x0000000000000cf7 0x49 spike.o
-
-.debug_frame 0x0000000000000000 0x1a4
- *(.debug_frame)
- .debug_frame 0x0000000000000000 0xa8 playerObject.o
- .debug_frame 0x00000000000000a8 0x38 camera.o
- .debug_frame 0x00000000000000e0 0x3c main.o
- .debug_frame 0x000000000000011c 0x88 toolbox.o
-
-.debug_str 0x0000000000000000 0x589
- *(.debug_str)
- .debug_str 0x0000000000000000 0x301 playerObject.o
- 0x31a (size before relaxing)
- .debug_str 0x0000000000000301 0x47 camera.o
- 0x13f (size before relaxing)
- .debug_str 0x0000000000000348 0x12a main.o
- 0x33a (size before relaxing)
- .debug_str 0x0000000000000472 0x29 sinlut.o
- 0x116 (size before relaxing)
- .debug_str 0x000000000000049b 0x26 map.o
- 0x110 (size before relaxing)
- .debug_str 0x00000000000004c1 0x39 toolbox.o
- 0x1ad (size before relaxing)
- .debug_str 0x00000000000004fa 0x34 player.o
- 0xdc (size before relaxing)
- .debug_str 0x000000000000052e 0x29 block.o
- 0xd9 (size before relaxing)
- .debug_str 0x0000000000000557 0x32 spike.o
- 0xd9 (size before relaxing)
-
-.debug_loc 0x0000000000000000 0xa55
- *(.debug_loc)
- .debug_loc 0x0000000000000000 0x50c playerObject.o
- .debug_loc 0x000000000000050c 0x50 camera.o
- .debug_loc 0x000000000000055c 0x18d main.o
- .debug_loc 0x00000000000006e9 0x36c toolbox.o
-
-.debug_macinfo
- *(.debug_macinfo)
-
-.debug_weaknames
- *(.debug_weaknames)
-
-.debug_funcnames
- *(.debug_funcnames)
-
-.debug_typenames
- *(.debug_typenames)
-
-.debug_varnames
- *(.debug_varnames)
-
-.stack 0x0000000000080000 0x0
- 0x0000000000080000 _stack = .
- *(.stack)
-
-.note.gnu.arm.ident
- *(.note.gnu.arm.ident)
-
-.ARM.attributes
- 0x0000000000000000 0x2c
- *(.ARM.attributes)
- .ARM.attributes
- 0x0000000000000000 0x20 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
- .ARM.attributes
- 0x0000000000000020 0x1c /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
- .ARM.attributes
- 0x000000000000003c 0x2a /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
- .ARM.attributes
- 0x0000000000000066 0x2a playerObject.o
- .ARM.attributes
- 0x0000000000000090 0x2a camera.o
- .ARM.attributes
- 0x00000000000000ba 0x2a main.o
- .ARM.attributes
- 0x00000000000000e4 0x30 sinlut.o
- .ARM.attributes
- 0x0000000000000114 0x30 map.o
- .ARM.attributes
- 0x0000000000000144 0x2a toolbox.o
- .ARM.attributes
- 0x000000000000016e 0x30 player.o
- .ARM.attributes
- 0x000000000000019e 0x30 block.o
- .ARM.attributes
- 0x00000000000001ce 0x30 spike.o
- .ARM.attributes
- 0x00000000000001fe 0x2a /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-init.o)
- .ARM.attributes
- 0x0000000000000228 0x2a /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a(lib_a-memcpy-stub.o)
- .ARM.attributes
- 0x0000000000000252 0x30 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a(malloc_vars.o)
- .ARM.attributes
- 0x0000000000000282 0x30 /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
- .ARM.attributes
- 0x00000000000002b2 0x1c /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
-
-/DISCARD/
- *(.note.GNU-stack)
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/gba_crt0.o
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crti.o
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtbegin.o
-LOAD playerObject.o
-LOAD camera.o
-LOAD main.o
-LOAD sinlut.o
-LOAD map.o
-LOAD toolbox.o
-LOAD player.o
-LOAD block.o
-LOAD spike.o
-LOAD /opt/devkitpro/libgba/lib/libmm.a
-LOAD /opt/devkitpro/libgba/lib/libgba.a
-START GROUP
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/libgcc.a
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libg.a
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libc.a
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/../../../../arm-none-eabi/lib/thumb/libsysbase.a
-END GROUP
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtend.o
-LOAD /opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/10.1.0/thumb/crtn.o
-OUTPUT(/home/logan/git/GBA-Dash/GBA-Dash.elf elf32-littlearm)
-
-.debug_ranges 0x0000000000000000 0x270
- .debug_ranges 0x0000000000000000 0x188 playerObject.o
- .debug_ranges 0x0000000000000188 0x10 camera.o
- .debug_ranges 0x0000000000000198 0xc0 main.o
- .debug_ranges 0x0000000000000258 0x18 toolbox.o
diff --git a/build/block.d b/build/block.d
deleted file mode 100644
index 83bf331..0000000
--- a/build/block.d
+++ /dev/null
@@ -1 +0,0 @@
-block.o: /home/logan/git/GBA-Dash/sprites/block.c
diff --git a/build/block.o b/build/block.o
deleted file mode 100644
index 5baf3de..0000000
--- a/build/block.o
+++ /dev/null
Binary files differ
diff --git a/build/camera.d b/build/camera.d
deleted file mode 100644
index be8fc82..0000000
--- a/build/camera.d
+++ /dev/null
@@ -1,5 +0,0 @@
-camera.o: /home/logan/git/GBA-Dash/source/camera.c \
- /home/logan/git/GBA-Dash/source/../include/camera.h \
- /home/logan/git/GBA-Dash/source/../include/types.h
-/home/logan/git/GBA-Dash/source/../include/camera.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
diff --git a/build/camera.o b/build/camera.o
deleted file mode 100644
index fb5fc17..0000000
--- a/build/camera.o
+++ /dev/null
Binary files differ
diff --git a/build/main.d b/build/main.d
deleted file mode 100644
index 1eef2c1..0000000
--- a/build/main.d
+++ /dev/null
@@ -1,47 +0,0 @@
-main.o: /home/logan/git/GBA-Dash/source/main.c \
- /home/logan/git/GBA-Dash/source/../include/input.h \
- /home/logan/git/GBA-Dash/source/../include/memmap.h \
- /home/logan/git/GBA-Dash/source/../include/types.h \
- /home/logan/git/GBA-Dash/source/../include/memdef.h \
- /home/logan/git/GBA-Dash/source/../include/toolbox.h \
- /home/logan/git/GBA-Dash/source/../include/input.h \
- /home/logan/git/GBA-Dash/source/../include/memmap.h \
- /home/logan/git/GBA-Dash/source/../include/types.h \
- /home/logan/git/GBA-Dash/source/../include/memdef.h \
- /home/logan/git/GBA-Dash/source/../include/point.h \
- /home/logan/git/GBA-Dash/source/../include/fixed.h \
- /home/logan/git/GBA-Dash/source/../include/velocity.h \
- /home/logan/git/GBA-Dash/source/../include/point.h \
- /home/logan/git/GBA-Dash/source/../include/playerObject.h \
- /home/logan/git/GBA-Dash/source/../include/velocity.h \
- /home/logan/git/GBA-Dash/source/../include/toolbox.h \
- /home/logan/git/GBA-Dash/source/../include/sinlut.h \
- /home/logan/git/GBA-Dash/source/../include/camera.h \
- /home/logan/git/GBA-Dash/source/../include/map.h \
- /home/logan/git/GBA-Dash/source/../include/camera.h \
- /home/logan/git/GBA-Dash/source/../sprites/player.h \
- /home/logan/git/GBA-Dash/source/../sprites/block.h \
- /home/logan/git/GBA-Dash/source/../sprites/spike.h
-/home/logan/git/GBA-Dash/source/../include/input.h:
-/home/logan/git/GBA-Dash/source/../include/memmap.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
-/home/logan/git/GBA-Dash/source/../include/memdef.h:
-/home/logan/git/GBA-Dash/source/../include/toolbox.h:
-/home/logan/git/GBA-Dash/source/../include/input.h:
-/home/logan/git/GBA-Dash/source/../include/memmap.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
-/home/logan/git/GBA-Dash/source/../include/memdef.h:
-/home/logan/git/GBA-Dash/source/../include/point.h:
-/home/logan/git/GBA-Dash/source/../include/fixed.h:
-/home/logan/git/GBA-Dash/source/../include/velocity.h:
-/home/logan/git/GBA-Dash/source/../include/point.h:
-/home/logan/git/GBA-Dash/source/../include/playerObject.h:
-/home/logan/git/GBA-Dash/source/../include/velocity.h:
-/home/logan/git/GBA-Dash/source/../include/toolbox.h:
-/home/logan/git/GBA-Dash/source/../include/sinlut.h:
-/home/logan/git/GBA-Dash/source/../include/camera.h:
-/home/logan/git/GBA-Dash/source/../include/map.h:
-/home/logan/git/GBA-Dash/source/../include/camera.h:
-/home/logan/git/GBA-Dash/source/../sprites/player.h:
-/home/logan/git/GBA-Dash/source/../sprites/block.h:
-/home/logan/git/GBA-Dash/source/../sprites/spike.h:
diff --git a/build/main.o b/build/main.o
deleted file mode 100644
index 1126ffb..0000000
--- a/build/main.o
+++ /dev/null
Binary files differ
diff --git a/build/map.d b/build/map.d
deleted file mode 100644
index f19f4c7..0000000
--- a/build/map.d
+++ /dev/null
@@ -1,5 +0,0 @@
-map.o: /home/logan/git/GBA-Dash/source/map.c \
- /home/logan/git/GBA-Dash/source/../include/map.h \
- /home/logan/git/GBA-Dash/source/../include/types.h
-/home/logan/git/GBA-Dash/source/../include/map.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
diff --git a/build/map.o b/build/map.o
deleted file mode 100644
index 02ad09b..0000000
--- a/build/map.o
+++ /dev/null
Binary files differ
diff --git a/build/player.d b/build/player.d
deleted file mode 100644
index d176045..0000000
--- a/build/player.d
+++ /dev/null
@@ -1 +0,0 @@
-player.o: /home/logan/git/GBA-Dash/sprites/player.c
diff --git a/build/player.o b/build/player.o
deleted file mode 100644
index 88141fa..0000000
--- a/build/player.o
+++ /dev/null
Binary files differ
diff --git a/build/playerObject.d b/build/playerObject.d
deleted file mode 100644
index 1e85a77..0000000
--- a/build/playerObject.d
+++ /dev/null
@@ -1,23 +0,0 @@
-playerObject.o: /home/logan/git/GBA-Dash/source/playerObject.c \
- /home/logan/git/GBA-Dash/source/../include/playerObject.h \
- /home/logan/git/GBA-Dash/source/../include/types.h \
- /home/logan/git/GBA-Dash/source/../include/point.h \
- /home/logan/git/GBA-Dash/source/../include/fixed.h \
- /home/logan/git/GBA-Dash/source/../include/velocity.h \
- /home/logan/git/GBA-Dash/source/../include/toolbox.h \
- /home/logan/git/GBA-Dash/source/../include/memmap.h \
- /home/logan/git/GBA-Dash/source/../include/memdef.h \
- /home/logan/git/GBA-Dash/source/../include/input.h \
- /home/logan/git/GBA-Dash/source/../include/sinlut.h \
- /home/logan/git/GBA-Dash/source/../include/camera.h
-/home/logan/git/GBA-Dash/source/../include/playerObject.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
-/home/logan/git/GBA-Dash/source/../include/point.h:
-/home/logan/git/GBA-Dash/source/../include/fixed.h:
-/home/logan/git/GBA-Dash/source/../include/velocity.h:
-/home/logan/git/GBA-Dash/source/../include/toolbox.h:
-/home/logan/git/GBA-Dash/source/../include/memmap.h:
-/home/logan/git/GBA-Dash/source/../include/memdef.h:
-/home/logan/git/GBA-Dash/source/../include/input.h:
-/home/logan/git/GBA-Dash/source/../include/sinlut.h:
-/home/logan/git/GBA-Dash/source/../include/camera.h:
diff --git a/build/playerObject.o b/build/playerObject.o
deleted file mode 100644
index 6d36b66..0000000
--- a/build/playerObject.o
+++ /dev/null
Binary files differ
diff --git a/build/sinlut.d b/build/sinlut.d
deleted file mode 100644
index b421383..0000000
--- a/build/sinlut.d
+++ /dev/null
@@ -1,5 +0,0 @@
-sinlut.o: /home/logan/git/GBA-Dash/source/sinlut.c \
- /home/logan/git/GBA-Dash/source/../include/sinlut.h \
- /home/logan/git/GBA-Dash/source/../include/types.h
-/home/logan/git/GBA-Dash/source/../include/sinlut.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
diff --git a/build/sinlut.o b/build/sinlut.o
deleted file mode 100644
index a0bc598..0000000
--- a/build/sinlut.o
+++ /dev/null
Binary files differ
diff --git a/build/spike.d b/build/spike.d
deleted file mode 100644
index c8b52d3..0000000
--- a/build/spike.d
+++ /dev/null
@@ -1 +0,0 @@
-spike.o: /home/logan/git/GBA-Dash/sprites/spike.c
diff --git a/build/spike.o b/build/spike.o
deleted file mode 100644
index 7fcde30..0000000
--- a/build/spike.o
+++ /dev/null
Binary files differ
diff --git a/build/toolbox.d b/build/toolbox.d
deleted file mode 100644
index d484bed..0000000
--- a/build/toolbox.d
+++ /dev/null
@@ -1,11 +0,0 @@
-toolbox.o: /home/logan/git/GBA-Dash/source/toolbox.c \
- /home/logan/git/GBA-Dash/source/../include/toolbox.h \
- /home/logan/git/GBA-Dash/source/../include/types.h \
- /home/logan/git/GBA-Dash/source/../include/memmap.h \
- /home/logan/git/GBA-Dash/source/../include/memdef.h \
- /home/logan/git/GBA-Dash/source/../include/input.h
-/home/logan/git/GBA-Dash/source/../include/toolbox.h:
-/home/logan/git/GBA-Dash/source/../include/types.h:
-/home/logan/git/GBA-Dash/source/../include/memmap.h:
-/home/logan/git/GBA-Dash/source/../include/memdef.h:
-/home/logan/git/GBA-Dash/source/../include/input.h:
diff --git a/build/toolbox.o b/build/toolbox.o
deleted file mode 100644
index 9bcd4eb..0000000
--- a/build/toolbox.o
+++ /dev/null
Binary files differ