The Wayback Machine - https://web.archive.org/web/20210427044151/https://github.com/topics/nintendo-ds
Skip to content
#

nintendo-ds

Here are 85 public repositories matching this topic...

mrchub12
mrchub12 commented Nov 13, 2020

Describe the bug
When trying to move the R button I cannot "touch" same with the gear.

To Reproduce
Steps to reproduce the behavior:

  1. open layout settings
  2. Edit profile layout
  3. Switch to landscape
  4. The R and Gear icon cannot be interacted with to adjust their position.

Expected behavior
To be able to move and resize the R button and access the gear icon for settin

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-ds 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-ds topic, visit your repo's landing page and select "manage topics."

Learn more