Hacking [Tutorial] Printing Spla2n Posts with an Arduino/Teensy Board!

Which AVR are you using?


  • Total voters
    55

strawberrypyro

Member
Newcomer
Joined
Oct 27, 2022
Messages
8
Trophies
0
Age
27
XP
26
Country
United States
I see, well that's strange 🤔 i never had that error and i do the same passages

I don't know if it will help, but deleting everything and starting from zero? Maybe one installation went wrong?

Anyway, do you have a hacked switch with atmosphere?

Because if you do, there is another method to draw now, this:

https://gbatemp.net/threads/shiverbot-splatoon-3-memory-editor-using-sys-botbase.620129/

That program connects directly to your switch, you put the PNG in the program and it draws for you

If you use it only for drawing it's safe, just don't edit other stuff like money or abilities, people are getting console banned ( myself included lol 🙈 )
So, I don't have a hacked switch but I know someone who does! I'll pass that info to them.
I did see some people get banned for chunk editing |D Unforunate.

After redoing the tutorial process with better understanding I was able to get the drawing to work! Ty for helping me out! Sometimes it really is starting over XD

1667141143637.png
 
  • Like
Reactions: EvilBakura

EvilBakura

Well-Known Member
Newcomer
Joined
May 25, 2011
Messages
95
Trophies
1
XP
630
Country
Italy
So, I don't have a hacked switch but I know someone who does! I'll pass that info to them.
I did see some people get banned for chunk editing |D Unforunate.

After redoing the tutorial process with better understanding I was able to get the drawing to work! Ty for helping me out! Sometimes it really is starting over XD

Ahaha nice glad it worked in the end :yay:

Yeah regarding the ban i blame only myslef, and my lazy azz not wanting to grind xD
In Splatoon 2 they did not care about chuncks editing, i guess they learned from that :ph34r:

At least i was only like lvl 15
I got another switch so i can start over and play legit, bit bummed for story mode completed but i'll do it again
Glad i did not complete After Alterna too, because if i did... i was totally NOT going to do that sh1t again :rofl:
 

1Yoko

New Member
Newbie
Joined
Nov 10, 2022
Messages
1
Trophies
0
Age
21
XP
25
Country
United States
Hi, I have a teensy 2.0++ and Im new to this entire thing. When trying to print, it would print the first line correctly, but afterwards, it would print only from the center, and completely ignore the right side of the canvas, while also skipping a line. It was already a pain to get the teensy 2.0++, do i really have to get ANOTHER board or is there really a solution to this?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
I've had two errors that I had to fix.
1. For the error:
Code:
Joystick.c:213: error: 'clock_div_1' undeclared (first use in this function)
I replaced Joystick.c line 212
Code:
clock_prescale_set(clock_div_1);
with
Code:
CLKPR = (1 << CLKPCE); CLKPR = (0 << CLKPS3) | (0 << CLKPS2) | (0 << CLKPS1) | (0 << CLKPS0);
2. @Proto-Propski I had this error. I think the makefile tries to put intermediate files in a folder called "obj", but there is no obj folder. I simply made a folder called "obj" for it to put the files in and it worked!
This worked for me. Thank you for sharing this. Was making me crazy!

My son dressed up for Halloween.

F1C2B9B4-FF78-4670-B4BB-4214A7D21C7F.png


My son dressed up for Halloween.
 

TheStonedModder

Well-Known Member
Member
Joined
Dec 25, 2022
Messages
823
Trophies
0
Age
27
XP
1,626
Country
United States
  • Like
Reactions: binkinator

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Well start walking towards them +1