mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-01 17:27:35 -04:00
4ab78f56c0
Former-commit-id: 92ccd6d8a3967b390b96fe09db65329caf41a977 [formerly b6449e739d80d61c7e42cd9952601cffba2ca026] Former-commit-id: 9536078e7836d00369eb057a6858dc102a476b5f
13 lines
190 B
NASM
13 lines
190 B
NASM
base origin()
|
|
rarezip_rom_start:
|
|
|
|
base $70200000
|
|
RareZip_vaddr:
|
|
|
|
base $7020141C
|
|
decompressfile:
|
|
|
|
insert binaryrarezipcode, "rarezip.bin", (origin() - $033590)
|
|
base origin()
|
|
rarezip_rom_end:
|