Posts: 181
Threads: 20
Joined: Nov 2016
Reputation:
9
Online ID: 240155
05-29-2018, 03:24 AM
(This post was last modified: 05-29-2018, 03:24 AM by AgentParadox.)
Hopefully your wrist recovers soon, as I look forward to the art to come! As for the text, it's coming along nicely, although "my and your" is incorrect, and should be "wasting our time" or "wasting my time and yours".
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
@ AgentParadox, fixed the text block to say "our time".
Okay, more updates for Ultima. (Sense there is less to do for Rocket, I'm putting it on hold for now) I finished two of the custom maps, and have a start on the picture for the player characters (currently the pictures are head-shots) in the trainer card/vs. menus. I also made the Safari Zone my implementation for the catch-em-all. You can find all the Trade Evos (as of Gen 1) there as well as all the starters (As of Gen 3) the starters are at Level 5 and the Trade Evos are at Level 40. Two event pokemon that I could not find a map for (Jirachi and Mew) also appear here as super rare encounters. Kyogre, Groudon and Rayquaza also appear as rare encounters. (I'm removing trading from the equation, as most GBA emulators {Looking at you, VBA and No$GBA} don't support trading that well, VBA crashes when I try to trade with it [I can go into the trade rooms, but quickly get an error message or a downright crash of the emulator, not the ROM.] and No$GBA just refuses to go to the trading room) The custom sprites for characters are coming slowly, I have the front-facing surf sprite finished for both genders. The pick-up items sprites are going to be an Arceus-damned pain in the ass. Making a custom running sprite is gonna be tough, and I might skip it entirely by removing the running shoes event from the game. And where the heck should I even start on the bicycling sprites? Also thinking of doing a custom story for Ultima. You are saving the world from destruction as a base premise, haven't written out the whole story yet. My wrist is feeling a lot better now, but the fakemon are going to be a while, and future pictures uploaded will be taken using my PSVita(It has a better quality camera than my phone). I have an idea of a legendary fakemon using a boss-class monster from Final Fantasy 6, the Ultima Weapon as a basis (it'll be re-paletted like the characters). That is the fakemon that is going to be used in the world destruction plot. I'm not gonna call it Ultima Weapon in my game, however haven't really thought of a name yet. It will use a filler data slot that is between Gen 2 and Gen 3 on Fire Red, so I can give it custom stats, if I can find another program for Gen 3 games to adjust the Pokemon (the one I have, YAPE, isn't compatible with my computer, it requires NET Framework 3.5, which is incompatible w/ Windows 8.1).
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
One update for Rocket (it was done before i put the game aside) I started logic policing the game (that is to say i made it so that pokemon that logically speaking shouldn't learn fly can't.) will work on the rest, including an attempt to make it so the only HM that can be used if the pokemon is fainted would be surf. (its called an oar  )
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
06-04-2018, 08:59 AM
(This post was last modified: 06-04-2018, 10:10 AM by Mikaruge108.)
well, I borrowed a laptop running windows 7 to check YAPE, and it will not let me use the dummy pokemon for my own purposes (well I can use them, but the fakemon I make using the dummies will have only one naturally learned move and no pokedex entries) ick. So I am overwriting certian pokemon with my fakemon. So far the pidgey line has been replaced with the whipwisp family that i made. (Whipwisp's pokedex entry is a little messed up, but stable). planning to use an exp modifier RAW code for testing purposes of the other two. (The code forces the game to continuously give the inputted amount as long as it's <65535)then to disable the ability to use said address... maybe make it so the game automatically re-points and gives normal exp when the address is modified. (a bit hard, but I don't think its impossible.)
Also, I make a cameo in Ultima (I overwrote Primo's sprite for my own purposes *insert evil laughter here*)
Checked stage 2 of my inserted fakemon's new pokedex entry, the text is broken on it, too, might have overflowed the text block.
and this happened:
Where's the warranty information for the pokedex?
Posts: 14,711
Threads: 22
Joined: Sep 2016
Reputation:
79
(05-31-2018, 12:52 PM)Mikaruge108 Wrote: One update for Rocket (it was done before i put the game aside) I started logic policing the game (that is to say i made it so that pokemon that logically speaking shouldn't learn fly can't.) will work on the rest, including an attempt to make it so the only HM that can be used if the pokemon is fainted would be surf. (its called an oar )
If you care for my opinion, logic should come dead last in videos, with convenace and fun being top priorities. Removing potential HM/TM users and making it more difficult to use HMs on the fly without burning Revives sounds like a poor idea in that line of though, but since tis is your game its your prerogative to design it how you like.
Like the wind, I come and go as I please... but I am always there to provide a comforting breeze.
Member of Team PUNishment. Pun-pare for Struggle, make it Double Team!
 Phantom is my OTP~
Online ID: 000650
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
(06-04-2018, 02:24 PM)Lord Windos Wrote: (05-31-2018, 12:52 PM)Mikaruge108 Wrote: One update for Rocket (it was done before i put the game aside) I started logic policing the game (that is to say i made it so that pokemon that logically speaking shouldn't learn fly can't.) will work on the rest, including an attempt to make it so the only HM that can be used if the pokemon is fainted would be surf. (its called an oar )
If you care for my opinion, logic should come dead last in videos, with convenace and fun being top priorities. Removing potential HM/TM users and making it more difficult to use HMs on the fly without burning Revives sounds like a poor idea in that line of though, but since tis is your game its your prerogative to design it how you like.
i don't think I'll be able to partially disable hms w/o breaking the game. but still flying around on a pidgey or even a doduo
Posts: 14,711
Threads: 22
Joined: Sep 2016
Reputation:
79
(06-04-2018, 02:34 PM)Mikaruge108 Wrote: i don't think I'll be able to partially disable hms w/o breaking the game. but still flying around on a pidgey or even a doduo 
Like I said, that's your decision, and if you make it I will not fault you for it. I was just offering some critisim to the idea.
Like the wind, I come and go as I please... but I am always there to provide a comforting breeze.
Member of Team PUNishment. Pun-pare for Struggle, make it Double Team!
 Phantom is my OTP~
Online ID: 000650
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
Well lately between shiny hunting and watching anime I haven't had much time to work on my hacks.
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
And now my computer is acting up. 畜生
Posts: 1,489
Threads: 12
Joined: May 2018
Reputation:
12
06-12-2018, 11:04 AM
(This post was last modified: 06-12-2018, 11:08 AM by Mikaruge108.)
My laptop is still on the fritz but it's working better now that I put the hard drive in correctly. (I was cleaning my laptop and slid the hard drive back in after checking that compartment. And my dang phone won't let me turn italics off.)
|