mirror of https://github.com/n64decomp/007.git
dynamically find images base location
Former-commit-id: d78ac60edc4e41f3a3da86df1e9a49076706f17f [formerly 55099ab18991debc968c389e674ffa2807cb061e] [formerly 913dc09b46038f16dad8a39d7c98bf6b14387b96 [formerly 0a4a56e4d46e91ee5963aa5fe9ca40c57f52efd6]] Former-commit-id: 0201629c5e2322795587bde690b70f49f7847c12 [formerly e829b9601bfb63a86e2e4ba825a41f1137c4b9d5] Former-commit-id: e48d51c9bcba28c5b3a25ce6e6c98e66b6c66f53
This commit is contained in:
parent
57e68d9b33
commit
c762c5bd22
|
@ -1,4 +1,6 @@
|
|||
.section .images, "a"
|
||||
.global images
|
||||
images:
|
||||
.incbin "images/images.bin"
|
||||
.global images_end
|
||||
images_end:
|
||||
|
|
Loading…
Reference in New Issue