Search found 153 matches

by VirtualChris
April 17th, 2019, 22:23
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

I guess I'll just use passwords then.
by VirtualChris
April 16th, 2019, 00:41
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

Help me learn how to save something! I'm using assembly and I want to save three variables at the beginning of a level: the [levelnumber] variable, the [health] one and the [health10] one. And then when the user turns it off, the game stores the info and when it turns back on, you can go right to wh...
by VirtualChris
March 26th, 2019, 05:36
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

I was looking around, and the only homebrew program that went over 64k was the "Indestructible" video thing. In it was the line .orgfill 0x4000 What does this do? Do I need to use this to go over 64k? I remember seeing something that said I needed to do something special to do that, but I ...
by VirtualChris
March 15th, 2019, 01:19
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

The flat ground, please. That one is the title screen.
by VirtualChris
March 15th, 2019, 00:08
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

RazorLeafAttack wrote:very nice. well keep it up! would you like me to update the screenshot on the homebrew page with one of the screenshots above?
Yes, that would be nice.
by VirtualChris
March 15th, 2019, 00:07
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

I want the snowflakes to fall at a random x position each time. I have a bit of code that can do that, but it's in the wrong assembly type. Does anyone here know how to make this bit of code Pokemon Mini assembler-like? Random: lda Rand lsr ifconst Rand16 rol Rand16 endif bcc noeor eor #$B4 noeor st...
by VirtualChris
March 11th, 2019, 01:32
Forum: Feedback
Topic: Insecure site?
Replies: 4
Views: 16316

Re: Insecure site?

Haven't had the issue pop up, but all the moderators must be alert on spam comments and delete them. Like the most recent two.
by VirtualChris
March 11th, 2019, 01:28
Forum: Main PM Forum
Topic: Bit the bullet...
Replies: 6
Views: 13890

Re: Bit the bullet...

I now have every released Pokemon Mini game in some form or another. All the English, all the Japanese ones I have, though. The only European game I have is Tetris, just so I could play it in English because I discovered I could.
pokemoncoll.jpg
by VirtualChris
March 8th, 2019, 21:01
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

I learned a lesson: Use the gray sparingly. Because if not, it will shimmer a bit on a real Pokemon Mini. The title screen though is fine for some reason. It will still work and still be gray, but it will display kind of weirdly (I don't know how to describe it. Put the rom on a real Pokemon Mini an...
by VirtualChris
March 8th, 2019, 20:35
Forum: PM Development Forum
Topic: Frank the Fruit Fly
Replies: 63
Views: 154994

Re: Frank the Fruit Fly

What I did was before I wrote to irq_prc_copy, have a list of the screens and then say what each one should go to. I tried it on my Pokemon Mini and it works, but not as well as in the emulator. So I'm going to try to make it work a lot better.