mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-12 06:45:09 +00:00
Guess section alignment & write __ArenaHi in .lcf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MEMORY
|
||||
{
|
||||
text : origin = 0x80003100
|
||||
text : origin = $ORIGIN
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
@@ -16,7 +16,7 @@ SECTIONS
|
||||
_db_stack_addr = (_stack_addr + 0x2000);
|
||||
_db_stack_end = _stack_addr;
|
||||
__ArenaLo = (_db_stack_addr + 0x1f) & ~0x1f;
|
||||
__ArenaHi = 0x81700000;
|
||||
__ArenaHi = $ARENAHI;
|
||||
}
|
||||
|
||||
FORCEFILES
|
||||
|
||||
Reference in New Issue
Block a user