*~ minihacks ~*
Re: *~ minihacks ~*
Are there going to be minihacks for generations after 1 and 2? Just wondering.
Re: *~ minihacks ~*
Gen1 and Gen2 have really awesome disassemblies that let us make these kind of hacks very easily. Whilst gen3-5 hacking in general is obviously a thing, code hacking is much more difficult and inconvenient for us due to the lack of an equivalent to the disassemblies. So in other words, no there probably won't be many, at least in the near future.EpicFail wrote:Are there going to be minihacks for generations after 1 and 2? Just wondering.
Re: *~ minihacks ~*
Basic route for the Mewtwo% hack: http://pastebin.com/tfxqxtq8
Twitch channel: http://www.twitch.tv/exarionu
Pokemon Red speedrunning guide: http://pastebin.com/CkVA5yvJ
Pokemon Red speedrunning guide: http://pastebin.com/CkVA5yvJ
-
- Pokémon Trainer
- Posts: 182
- Joined: Thu Apr 24, 2014 2:26 am
Re: *~ minihacks ~*
Bump because fastmenu update (and gif partially told me to)
Jack-Flys are
.
"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion
)

"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion

Re: *~ minihacks ~*
Since Sanqui had already started indexing all the minihacks in the OP, I went ahead and updated it with everything posted up until now.
Re: *~ minihacks ~*
Requesting a Red/Blue hack that limits pokemon to 3 moves, with no other changes, and another in a similar vain but allows up to 5 moves.
~
Re: *~ minihacks ~*
Kanto Cup (Red/Blue)
- All Pokemon are set to level 50 and are fully evolved
- Experience and stat experience gain is disabled
- Vitamins, Rare Candies, and drink items cannot be used
- Medicine, X items, and vitamins are not sold in marts
- Poke Flute cannot be used in battle
- Party is fully healed after a battle
- All Repel variants work regardless of level
- All Poke Ball variants have 100% catch rate
- S.S. Ticket's and HM03's locations are swapped
- Cut's and Surf's badge requirements are swapped
Last edited by gifvex on Sun Sep 17, 2017 3:06 am, edited 1 time in total.
Re: *~ minihacks ~*
Torrent (Red/Blue) by luckytyphlosion
- Squirtle, Wartortle, and Blastoise have Water-type attacks boosted by 50% when at or below 1/3 HP
- An issue was fixed 30 minutes after this post's timestamp, make sure to download again if necessary
- Trainers are blind and have a view range of 0, please be mindful
- Pewter Mart now sells Repels in addition to its original inventory
- Instead of a single starter, the player receives all three eeveelutions
- Any eeveelutions in party automatically receive experience in battle
- Switching to an eeveelution in battle does not divide the experience
- The fast text option prints text at 0 frames per character
Last edited by gifvex on Sun Sep 17, 2017 3:07 am, edited 1 time in total.
Re: *~ minihacks ~*
Can we have a romhack where every opponent Pokemon is Hombone and none of your Pokemon are allowed to learn moves that are effective against Rock types? 



I am the person who has ruined Red "Glitchless" forever and seconhandedly, Blue NSC Single Segment too
http://www.twitch.tv/iateyourpie/subscribe

http://www.twitch.tv/iateyourpie/subscribe

Re: *~ minihacks ~*
Manipulation (Red / Blue)
- RNG no longer depends on rDiv, it uses a lookup table instead
- RNG is no longer called once per frame
- In order to make manipulation actually viable, RNG is called once per text character displayed instead (including characters displayed instantly; different screens have different timings for redrawing text but should be consistent within themselves)
- RNG is called by things that need random values that didn't call it before (so Wild Pokemon will call RNG once before pulling the values, meaning you can advance the RNG precisely by taking a step or a turn frame)
The aim of this small minihack is to make RNG manipulable Gen1 games which don't require 100% frame perfect inputs to manipulate, as the title suggests. This is NOT the same as fixed RNG - you can still change events by opening/closing menus and sometimes changing between options in menus. On the overworld you'll need to be careful to be frame perfect in your inputs when there are NPCs loaded, lest their movement advance the RNG to a state you don't want. But considering how much Gen1 movement can be buffered, this shouldn't be an issue.
(Update v1.1: ditched hRandomSub because it was completely useless in this ecosystem. Should make the RNG repeat less.)
- RNG no longer depends on rDiv, it uses a lookup table instead
- RNG is no longer called once per frame
- In order to make manipulation actually viable, RNG is called once per text character displayed instead (including characters displayed instantly; different screens have different timings for redrawing text but should be consistent within themselves)
- RNG is called by things that need random values that didn't call it before (so Wild Pokemon will call RNG once before pulling the values, meaning you can advance the RNG precisely by taking a step or a turn frame)
The aim of this small minihack is to make RNG manipulable Gen1 games which don't require 100% frame perfect inputs to manipulate, as the title suggests. This is NOT the same as fixed RNG - you can still change events by opening/closing menus and sometimes changing between options in menus. On the overworld you'll need to be careful to be frame perfect in your inputs when there are NPCs loaded, lest their movement advance the RNG to a state you don't want. But considering how much Gen1 movement can be buffered, this shouldn't be an issue.
(Update v1.1: ditched hRandomSub because it was completely useless in this ecosystem. Should make the RNG repeat less.)
-
- Pokémon Trainer
- Posts: 182
- Joined: Thu Apr 24, 2014 2:26 am
Re: *~ minihacks ~*
Everything is Hombone (Red / Blue)Decon082 wrote:Can we have a romhack where every opponent Pokemon is Hombone and none of your Pokemon are allowed to learn moves that are effective against Rock types?![]()
- All Trainer Pokémon have Hombone, which basically adds (not replaces) rock/ground to Trainer Mons. This affects STAB in the following way:
- If the Enemy Pokémon happens to be Rock or Ground, STAB is 2x
- If the Enemy Pokémon is Rock/Ground, STAB is 3x
- Otherwise, STAB is the normal 1.5x
- All obtained Pokémon cannot learn any moves that would be super effective against Hombone itself. This means no learning Water, Grass, Ice, Ground or Fighting Moves. In addition, HM03 has been replaced with the Surfboard.
- When calculating move effectiveness, the Pokémon's original types are used in the calculation, following with using
Rock/Ground. This means that using a NVE move on a Rock or Ground-type Pokémon would result in a 4x resistance.
- If a Pokémon at capture would have no moves to use (e.g. Oddish with only Absorb), it is given Splash as a dummy
move.
- Effectiveness Text has been fixed to display the correct effectiveness.
- All moves that hit will do at least 1 damage (so no fake Gen 1 misses)
- OHKO moves are banned because

- Instant Text is enabled for sanity reasons.
Last edited by luckytyphlosion on Tue Aug 23, 2016 3:29 am, edited 1 time in total.
Jack-Flys are
.
"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion
)

"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion

-
- Preschooler
- Posts: 5
- Joined: Sat Apr 09, 2016 1:51 pm
Re: *~ minihacks ~*
I would like a Pokemon gold rom made where the battle music is changed to "The Animal I've Become" by Three Days Grace
Re: *~ minihacks ~*
Pokemon Red/Blue with various minor improvements:
All four ROMs here.
Source is forked from an old version of pokered. You can easily tweak/disable all modifications.

I originally made this hoping the enhancements would get integrated into Sanqui's randomizer, but that never happened.
- Hold B to run.
- Low health alarm stops after a couple seconds.
- Battle screen shows both level and status, if applicable.
- Battle screen shows more information about your selected move.
- Enemy's status has a Pokéball icon when you've already caught that Pokémon species (like in Gold/Silver). This applies even during trainer battles, because I always find myself fighting some mon and going "do I have one of those?" even if I can't catch it.
- Can view your Pokémon's stats screens when selecting a Pokémon to switch out after yours or an opponent's has fainted.
- When buying, selling or tossing items, press Left/Right to adjust the quantity by 10.
- When buying items, the menu shows how many you already have.
- Text speed can be adjusted from 0 to 7 frames per character. 0 (i.e. no delay) is the default setting.
- Cut, Surf and Strength can be used by pressing A in front of the appropriate object, without needing to open the menu.
- While holding B, you can walk through walls and won't get into any wild Pokémon encounters.
- The game boots directly to the title screen rather than to the logo/intro animation.
- When starting a new game, most of the opening dialogue is skipped; you start outside the player's house, and the default player names (NINTEN and SONY) are used.
- A debug menu has been added to the pause menu. (Not everything works perfectly.)
All four ROMs here.
Source is forked from an old version of pokered. You can easily tweak/disable all modifications.




I originally made this hoping the enhancements would get integrated into Sanqui's randomizer, but that never happened.

-
- Pokémon Trainer
- Posts: 182
- Joined: Thu Apr 24, 2014 2:26 am
Re: *~ minihacks ~*
Latest Version: v1.0.5
Pokered-Chaos (Red / Blue)
Tl;dr lots of random shit happens
In-depth explanation:
- There are 3 chaos effects that are in effect at a time. (What's a chaos effect? Why don't you figure out yourself
)
- Additionally, there are 3 chaos effect types: overworld, battle and menu. When in the overworld, only the overworld effects happen (although some effects may linger). This applies to battle and menu as well.
- Every 30 seconds, a chaos effect from each type is replaced, and the chaos effects are run through again. Additionally, there is a 1/256 chance every 30 seconds to create a new effect, with a maximum of 31 effects at a time.
- The game shouldn't explicitly crash, unless I messed up somewhere, or by some rare occurrence where multiple effects running at a time might crash the game when combined together. You should be able to get through without using savestates.
Pokered-Chaos (Red / Blue)
Tl;dr lots of random shit happens
In-depth explanation:
- There are 3 chaos effects that are in effect at a time. (What's a chaos effect? Why don't you figure out yourself

- Additionally, there are 3 chaos effect types: overworld, battle and menu. When in the overworld, only the overworld effects happen (although some effects may linger). This applies to battle and menu as well.
- Every 30 seconds, a chaos effect from each type is replaced, and the chaos effects are run through again. Additionally, there is a 1/256 chance every 30 seconds to create a new effect, with a maximum of 31 effects at a time.
- The game shouldn't explicitly crash, unless I messed up somewhere, or by some rare occurrence where multiple effects running at a time might crash the game when combined together. You should be able to get through without using savestates.
Last edited by luckytyphlosion on Tue Aug 23, 2016 3:27 am, edited 1 time in total.
Jack-Flys are
.
"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion
)

"GO ASK SANQUI" - luckytyphlosion whenever someone asks about how something in Pokémon Red/Blue works. (this means you exarion

Re: *~ minihacks ~*
Can someone make a romhack of Red/Blue where
doesn't give you instant text? I feel dirty playing a game that has such a blatant use of gameshark and would like to have this gameshark removed from the game so that Gen 1 can be clean again.

I am the person who has ruined Red "Glitchless" forever and seconhandedly, Blue NSC Single Segment too
http://www.twitch.tv/iateyourpie/subscribe

http://www.twitch.tv/iateyourpie/subscribe

Re: *~ minihacks ~*
Hey here ya go bud, you can find the project on github Here
Re: *~ minihacks ~*
Cool, thanks!Aroymart wrote:Hey here ya go bud, you can find the project on github Here

I am the person who has ruined Red "Glitchless" forever and seconhandedly, Blue NSC Single Segment too
http://www.twitch.tv/iateyourpie/subscribe

http://www.twitch.tv/iateyourpie/subscribe

Re: *~ minihacks ~*
Decon082 wrote:Can someone make a romhack of Red/Blue wheredoesn't give you instant text? I feel dirty playing a game that has such a blatant use of gameshark and would like to have this gameshark removed from the game so that Gen 1 can be clean again.
here you go friend.
Pokemon Red/Blue IT purged Here
- Pinkpanther01
- Bug Catcher
- Posts: 12
- Joined: Sat Jul 02, 2016 3:46 am
- Contact:
Re: *~ minihacks ~*
Love the Fastmenu rom hack, makes quite a bit of fun play and plus has grand opportunity for new runs for the unofficial leaderboard
-
- Preschooler
- Posts: 5
- Joined: Sat Apr 09, 2016 1:51 pm
Re: *~ minihacks ~*
Would it be possible you could bring gen 2 hmm usage (e.g. strength by pressing a on the rock) to pokemonspeedruns blue or red?





Re: *~ minihacks ~*
Crystal Speedchoice latest version (v3.3 right now): link
Basically fastmenu for Crystal but better
Changelog:
v3.3 - Fixed randomizer compatibility & Burned Tower rival softlock
v3.2 - Added Pikalax's fast HP bars patch
v3.1 - First release to forums
Basically fastmenu for Crystal but better

Changelog:
v3.3 - Fixed randomizer compatibility & Burned Tower rival softlock
v3.2 - Added Pikalax's fast HP bars patch
v3.1 - First release to forums
Re: *~ minihacks ~*
I just finished expless red today, and it was a lot of fun! Forces you to play the game very differently, and it is quite a challenge to beat Brock in particular, while the last parts of the game become quite easy with the legendary birds. Thank you for making this Sanqui!
I'd like to request expless crystal please, because I'd love to play that through as well! If someone would make that for me, that would be amazing
I'd like to request expless crystal please, because I'd love to play that through as well! If someone would make that for me, that would be amazing

Who is online
Users browsing this forum: No registered users and 1 guest