Commit Graph

661 Commits

Author SHA1 Message Date
Yanis42
a1f9b5279d rainbow 2024-04-20 15:16:10 +02:00
Yanis42
58954dda11 replace OOT_DEBUG with IS_DEBUG 2024-04-11 00:50:38 +02:00
Yanis42
381adf6914 Merge remote-tracking branch 'decomp/main' into v2 2024-04-11 00:47:39 +02:00
cadmic
731fe6da82 Line up code segment for gc-eu-mq (#1918) 2024-03-29 11:11:45 -04:00
Yanis42
e31ba09d72 Merge remote-tracking branch 'decomp/main' into v2 2024-03-05 16:56:42 +01:00
Yanis42
3f2fd94500 Merge remote-tracking branch 'decomp/main' into v2 2024-03-05 16:35:42 +01:00
cadmic
0407594107 Hacks for building nes_font_static and nes_message_data_static with gc-eu-mq (#1721)
* Hack nes_font_static and nes_message_data_static

* Make hardcoded config a bit more consistent

* Put debug ROM first

* Reword comment

* Move nes_font_static hack to spec

* Restore extracted/gc-eu-mq
2024-03-02 16:05:15 -05:00
Tharo
c521f1f8ae Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments explicit for gcc (#1901)
* Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments explicit for gcc

* ALIGNEDn -> ALIGNED(n), reposition alignment attribute for PreNmiBuff

* Correct positioning of ALIGNED for filter data in audio/lib/data.c

* Add ALIGNED to TypenameMacros

* ALIGNED(4) on same line for PreNmiBuff

* Revert audio load.c change, to be submitted separately
2024-02-27 19:01:47 -05:00
Tharo
7f64ace8f0 RNG doc (#1892)
* RNG doc

* Add some missing note qualifiers in comments

* code_800FD970 -> rand in Makefile and disasm CSVs
2024-02-26 22:21:25 -05:00
Yanis42
0227840349 Merge remote-tracking branch 'decomp/main' into v2 2024-02-08 23:42:19 +01:00
cadmic
0ba8cb38a7 Convert spec indentation to spaces (#1732) 2024-02-07 18:43:23 -05:00
Dragorn421
2ee7a2b7ff Dont link z_moji.o in retail (#1731) 2024-02-06 23:37:52 -05:00
cadmic
e7b37c6d60 Reorder boot/code spec includes for retail (#1667)
* Shuffle spec segments for retail

* Remove z_text.o from retail

* Un-#if DebugCamera_ScreenTextColored
2024-02-06 21:48:02 -05:00
Yanis42
7725efe646 Merge remote-tracking branch 'decomp/main' into v2 2024-02-06 23:35:19 +01:00
Yanis42
493d804d8b f3dex3: required changes 2024-02-04 15:11:29 +01:00
Yanis42
e590e518f2 fixed compression issues 2024-02-04 12:16:55 +01:00
Yanis42
7e5ec0704c z64compress impl (non-yaz broken) 2024-02-04 01:45:13 +01:00
cadmic
d674dad3da Match compression for gc-eu-mq (#1704)
* Improve compression

* Format

* Typo

* Use Python assignment expression in tools/dmadata.py

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Review decompress_baserom.py

* Replace DEFINE_DEBUG_SCENE with CPP defines

* Pass is_zlib_compressed instead of version

* Reword NOLOAD comment in write_compress_ranges

* Remove redundant comment

---------

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2024-02-03 23:59:19 +01:00
Yanis42
1ae788b208 fix issues 2 2024-02-03 19:06:20 +01:00
Yanis42
1bf7f41748 macros for "is debug and feature enabled" 2024-02-03 17:31:58 +01:00
Yanis42
dc651efdbe debug features part 2 2024-02-03 17:02:10 +01:00
Yanis42
40e7a86972 improved general features 2024-02-03 02:42:49 +01:00
Yanis42
36557818d4 initial debug features 2024-02-03 01:39:45 +01:00
Yanis42
403ada3ac9 pre-merge tweaks 2024-02-02 16:59:44 +01:00
Yanis42
2899ab9d70 Merge remote-tracking branch 'decomp/main' into v2 2024-02-01 16:57:48 +01:00