Search found 206 matches

by YasaSheep
March 6th, 2024, 10:00
Forum: Main PM Forum
Topic: Pending website updates megathread
Replies: 2
Views: 13973

Re: Pending website updates megathread

Uploaded gjpg, Loopover, and Wooloo's Run Away. Just need to do Pokemon Party 2 and that'll round out the demos category. EDIT: Bat Trip and Pokemon Party 2 posted. Full games and demos are done now. Oops, 2048 too!! EDIT 3: A bunch of old tools were missing downloads (and it didn't seem to be inten...
by YasaSheep
July 5th, 2023, 01:58
Forum: Main PM Forum
Topic: My Pokemon Mini has stopped working!
Replies: 1
Views: 8429

Re: My Pokemon Mini has stopped working!

The PM is always on so dying without being used is expected, but in only a few days seems unreasonable. Was the screen okay last it worked? Can you hear any sound when you try to turn it on? There isn't exactly a clear walkthru on how to clean up a PM at the moment but you can look at the traces of ...
by YasaSheep
March 28th, 2023, 18:52
Forum: Flash Carts
Topic: DITTO BOX
Replies: 4
Views: 18419

Re: DITTO BOX

Awesome! One small point, typo on the back there, UNLEACH -> UNLEASH

Also what is Bat Trip? I don't see it on the site and am not familiar with it.
by YasaSheep
March 5th, 2023, 11:18
Forum: Flash Carts
Topic: DITTO BOX
Replies: 4
Views: 18419

Re: DITTO BOX

looks like the images didn't work?
by YasaSheep
October 25th, 2022, 22:58
Forum: Main PM Forum
Topic: Pending website updates megathread
Replies: 2
Views: 13973

Re: Pending website updates megathread

I got editor powers now so I updated the news and recategorized all the games. Finishing the games reorg and fixing tools may take some work I can't do and I'll slowly upload missing games as I have time. In lieu of the nav bar, you can view the homebrew subcategories via this menu . For now I uploa...
by YasaSheep
October 25th, 2022, 04:20
Forum: PM Development Forum
Topic: Fast RNG algorithm
Replies: 1
Views: 9751

Re: Fast RNG algorithm

Nice! Here's a 36 cycle version in Epson syntax, best I could get: xorshift: LD HL,#XSHFT LD BA,[HL] RR B RR A XOR [HL],A LD BA,[HL] RR B XOR A,B XOR [HL],A INC HL LD [HL],A RET xor is fairly limited (the only two register version is a,b) so I switched to xoring in memory where possible.
by YasaSheep
May 18th, 2022, 10:54
Forum: PM Development Forum
Topic: Pac-it for Pokemon Mini
Replies: 2
Views: 8969

Re: Pac-it for Pokemon Mini

Yup they're on the Discord, too. :3

But good work! I played this before when you originally linked the GitHub. Never played the original Pac-it, but this was pretty fun.
by YasaSheep
February 19th, 2022, 04:50
Forum: Main PM Forum
Topic: Pending website updates megathread
Replies: 2
Views: 13973

Pending website updates megathread

Just wanted to collect some things which have been forgotten which need changes here on the website. Admin action required On the Flash Cart page, "MrBlinkys PokeCard512 Rev2 related page" should point here . This is most definitely an issue on Mr. Blinky's side, but it's not like he's aro...
by YasaSheep
February 12th, 2022, 15:28
Forum: PM Development Forum
Topic: graphics compiling tool done
Replies: 0
Views: 14580

graphics compiling tool done

I have finally achieve a small dream for PM by "completing" a tool which compiles graphics directly to the obj format for the Epson tool chain! This means that you can include the header files from multiple .c files, plus it also shoves alignment and positioning onto the linker so that you...
by YasaSheep
July 19th, 2021, 23:55
Forum: Main PM Forum
Topic: Look What I made!
Replies: 8
Views: 28373

Re: Look What I made!

This is awesome! Good work.