Homebrew Python Tools for 3DS

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
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).
 

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
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
 

aliak11

Pokemon Master
Member
Joined
Dec 5, 2010
Messages
195
Trophies
1
Age
29
Location
Florida
XP
1,109
Country
United States
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?
 

Snailface

My frothing demand for 3ds homebrew is increasing
Member
Joined
Sep 20, 2010
Messages
4,324
Trophies
2
Age
40
Location
Engine Room with Cyan, watching him learn.
XP
2,256
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

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @K3Nv2, 4th what?