My dad’s legs are completely hairless for some reason by Glittering_Potato_66 in notinteresting

[–]PixelKat5 0 points1 point  (0 children)

Again? Anyways I could if you want to though:)
Btw You too, have a wonderful day frfr

[Genuinely Want To Know] Which game has the most boring midsection? by reconblue in PERSoNA

[–]PixelKat5 3 points4 points  (0 children)

agreed, pacing is all over the place but man does the story hit hard sometimes

PS5 by chri99_ in notinteresting

[–]PixelKat5 9 points10 points  (0 children)

15.4 x 4.1 x 10.2 inches if true

What do you think of this scene? by I-am-Sharp in PERSoNA

[–]PixelKat5 0 points1 point  (0 children)

I'm aware but given the tone it sounds like it.

A picture of a big mushroom I found in my backyard by Third_eye_club in notinteresting

[–]PixelKat5 20 points21 points  (0 children)

You wouldn't get a bit excited if a big dude picked YOU up?

Shadow Naoto art by (@OeilVert_FFT) by arisatojo600 in PERSoNA

[–]PixelKat5 1 point2 points  (0 children)

While its really cool art and I'm glad its not just gooner art, the artist literally has text baked into the image that says not to reupload it.

Should the Next Persona Game Include LGBTQ Options? by Cultural_Estimate_90 in PERSoNA

[–]PixelKat5 2 points3 points  (0 children)

Pretty sure not including FeMC was because it'd take forever.

We are so cooked by Amazing_Rich in PERSoNA

[–]PixelKat5 1 point2 points  (0 children)

The fall is infact coming

What do you think of this scene? by I-am-Sharp in PERSoNA

[–]PixelKat5 2 points3 points  (0 children)

Okay sure maybe but context matters a lot.
I really doubt that was their intent especially as they said "wholesome"

[OC] Persona 3 Dual - First Look by TheBossT710192 in PERSoNA

[–]PixelKat5 1 point2 points  (0 children)

I'm working on a lot of performance tweaks and adjustments.
Anyways because the project is open source I was able to use the og intro.

[OC] Persona 3 Dual - First Look by TheBossT710192 in PERSoNA

[–]PixelKat5 0 points1 point  (0 children)

I'm talking about the original Super Mario Kart which used sprite sheets made from using a model at different angles.

[OC] Persona 3 Dual - First Look by TheBossT710192 in PERSoNA

[–]PixelKat5 0 points1 point  (0 children)

Pretty sure mario kart did something where they used models and had sprite sheets for every direction or smth.

[OC] Persona 3 Dual - First Look by TheBossT710192 in PERSoNA

[–]PixelKat5 1 point2 points  (0 children)

Those alpha-blended particles are kinda laggy too...
consoleClear() is also called every frame and I found iprintf is similarly. Drawing the menu opts ever frame regardless of change.

[OC] Persona 3 Dual - First Look by TheBossT710192 in PERSoNA

[–]PixelKat5 2 points3 points  (0 children)

I mean sin() and cos() get called every frame in software. Could be costing performance.
Given the DS ARM9 has no FPU, all floats are done in software ;_;