Homebrew Python Tools for 3DS

  • Thread starter Thread starter Rinnux
  • Start date Start date
  • Views Views 48,509
  • Replies Replies 154
  • Likes Likes 3
Reformatted and used the latest ROP_Loader. Installs fine but exploit still crashes 3DS :|
Is it a grey screen crash or a dialog box reset crash?

Grey screen likely means it's a problem with your code. Dialog box might indicate a badly formatted SD card (one user isolated the problem as an emunand partition).
 
What parameters do I fill it in with?
Sorry, its paint_word().
The parameters for all functions are spelled out in the memory.h file. Have a look at it.

Edit:
Made a little mandelbrot for fun. There is no input yet so I just have it cycle automatically.
BGg1Adn.jpg
 
Sorry, its paint_word().
The parameters for all functions are spelled out in the memory.h file. Have a look at it.

Edit:
Made a little mandelbrot for fun. There is no input yet so I just have it cycle automatically.
BGg1Adn.jpg


Source is attached if you want to look at it.

This is great! How did you find the address for the numbers and other characters?
 
This is great! How did you find the address for the numbers and other characters?
I put them in the letters.h file. I use my own addressing to find them.

Each inputed ascii char is 0-FF. That number is multiplied times 8 (in the memory.c file) to find the correct 8 byte sequence in the 2048 byte array in the letters.h header.

2048 / 8 == 256 ascii chars. And yes you can put an arbitrary .pf file array in the letters.h for custom fonts. I'll demo it later today.
 
  • Like
Reactions: aliak11

Site & Scene News

Popular threads in this forum