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.
Search found 204 matches
- March 28th, 2023, 18:52
- Forum: Flash Carts
- Topic: DITTO BOX
- Replies: 3
- Views: 1786
- March 5th, 2023, 11:18
- Forum: Flash Carts
- Topic: DITTO BOX
- Replies: 3
- Views: 1786
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: 1
- Views: 9268
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...
- October 25th, 2022, 04:20
- Forum: PM Development Forum
- Topic: Fast RNG algorithm
- Replies: 1
- Views: 1533
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: 3320
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: 1
- Views: 9268
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...
- February 12th, 2022, 15:28
- Forum: PM Development Forum
- Topic: graphics compiling tool done
- Replies: 0
- Views: 3763
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...
- July 19th, 2021, 23:55
- Forum: Main PM Forum
- Topic: Look What I made!
- Replies: 8
- Views: 17211
Re: Look What I made!
This is awesome! Good work.
- July 20th, 2020, 07:43
- Forum: PM Development Forum
- Topic: Race mini track editor
- Replies: 0
- Views: 9330
- July 7th, 2020, 04:24
- Forum: Main PM Forum
- Topic: Pokemon Race mini track renders
- Replies: 0
- Views: 10190
Pokemon Race mini track renders
Been playing with Race maps and exported some renders. AFAIK this is only the Grand Prix maps, don't know if there's map data elsewhere, or anything about the challenge maps yet (are they different? never played ^^; ). These are the order the metadata is defined in, preview then track. https://image...