Search found 206 matches
- March 6th, 2024, 10:00
- Forum: Main PM Forum
- Topic: Pending website updates megathread
- Replies: 2
- Views: 19354
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 ...
- July 5th, 2023, 01:58
- Forum: Main PM Forum
- Topic: My Pokemon Mini has stopped working!
- Replies: 1
- Views: 12118
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 ...
- March 28th, 2023, 18:52
- Forum: Flash Carts
- Topic: DITTO BOX
- Replies: 4
- Views: 28556
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.
Also what is Bat Trip? I don't see it on the site and am not familiar with it.
- March 5th, 2023, 11:18
- Forum: Flash Carts
- Topic: DITTO BOX
- Replies: 4
- Views: 28556
Re: DITTO BOX
looks like the images didn't work?
- October 25th, 2022, 22:58
- Forum: Main PM Forum
- Topic: Pending website updates megathread
- Replies: 2
- Views: 19354
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 ...
- October 25th, 2022, 04:20
- Forum: PM Development Forum
- Topic: Fast RNG algorithm
- Replies: 1
- Views: 14797
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.
- May 18th, 2022, 10:54
- Forum: PM Development Forum
- Topic: Pac-it for Pokemon Mini
- Replies: 2
- Views: 12446
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.
But good work! I played this before when you originally linked the GitHub. Never played the original Pac-it, but this was pretty fun.
- February 19th, 2022, 04:50
- Forum: Main PM Forum
- Topic: Pending website updates megathread
- Replies: 2
- Views: 19354
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 around. Add ...
- February 12th, 2022, 15:28
- Forum: PM Development Forum
- Topic: graphics compiling tool done
- Replies: 0
- Views: 18757
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 don't ...
- July 19th, 2021, 23:55
- Forum: Main PM Forum
- Topic: Look What I made!
- Replies: 8
- Views: 35213
Re: Look What I made!
This is awesome! Good work.