1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-13 10:21:18 +00:00

[iQue] Match z_sram (#2426)

* [iQue] z_sram: Use iQue-specific read/write macros

* [iQue] z_sram: Make checksum a struct

* [iQue] z_sram: Finish matching

* Call the trigraph usage a bug

* Fix bss

* Sram_iQueReadWrite -> Sram_ReadWriteIQue

* Use SRAM_HEADER_MAGIC for loop bound

* Rename sZeldaMagic -> sSramDefaultHeader and use less char literals
This commit is contained in:
cadmic 2025-01-17 03:56:22 -08:00 committed by GitHub
parent 4a205b9d4c
commit d066586872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 106 additions and 53 deletions

View file

@ -28,7 +28,7 @@
#endif
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
"ntsc-1.2:70 pal-1.0:68 pal-1.1:68"
"ntsc-1.2:68 pal-1.0:66 pal-1.1:66"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;