diff options
| author | cadmic <cadmic24@gmail.com> | 2024-07-27 21:24:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 00:24:13 -0400 |
| commit | 5515aa170567f1dd52b625a5adae7619ccdde291 (patch) | |
| tree | 8ca3a76e22bba7009e73e70fee398bf29feaafae /src/makerom | |
| parent | 067d06bb56f2acb3436c24150e16487437dbf7c1 (diff) | |
Configure incbins in version config instead of using the Debug ROM (#2005)
* Run CPP for data/*.s
* Configure incbins in version config instead of using the Debug ROM
Diffstat (limited to 'src/makerom')
| -rw-r--r-- | src/makerom/ipl3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makerom/ipl3.s b/src/makerom/ipl3.s index be02f7e2f..45f1c8e6f 100644 --- a/src/makerom/ipl3.s +++ b/src/makerom/ipl3.s @@ -1,4 +1,4 @@ .section .text -.incbin "baseroms/gc-eu-mq-dbg/baserom-decompressed.z64", 0x40, 0xFC0 +.incbin "incbin/ipl3" |
