Skip to content
#

nintendo-hacking

Here are 150 public repositories matching this topic...

Raytwo
Raytwo commented Apr 5, 2021

Feature suggestion

What would the feature do?

As the title say, the logger would write to a file on the SD so people could read if something went wrong or share it to get some external help.

How should it be implemented?

Allowing the user to change what kind of logging they want in their [configuration file](https://github.com/Raytwo/ARCropolis/blob/7570e4694e9c82e18c56ce0f6172d

pedro-javierf
pedro-javierf commented Jan 9, 2021

Describe the bug
Method Decompress() at ARM9.java does this:

public static byte[] Decompress(byte[] Data, int _start_ModuleParamsOffset)
	{
		if (IOUtil.ReadU32LE(Data, _start_ModuleParamsOffset + 0x14) == 0) 
			return Data;//Not Compressed!
		
		byte[] Result = CRT0.MIi_UncompressBackward(Data);
		IOUtil.WriteU32LE(Result, _start_ModuleParamsOffset + 0x14, 0); //sets 4 byt

Improve this page

Add a description, image, and links to the nintendo-hacking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nintendo-hacking topic, visit your repo's landing page and select "manage topics."

Learn more