Commit graph

2835 commits

Author SHA1 Message Date
May Evans 1b0c9e6f8a correct associations for scarlet book & mt moon crater
spaced with actual names, not how it's rendered in-game
2022-12-05 17:52:14 +00:00
MementoMartha 280211919e Pokedex reordering, adding base data for Gen 9 additions 2022-12-05 17:38:15 +00:00
May Evans 9ed18b1d8f Work on the Scarlet Book & Wild Data
* Wild data added to the Mt. Moon Crater
* CoolTrainer NPC (young Sada) added to the Pewter Museum of Science.
* [EXPERIMENTAL] Added the Scarlet Book to the hidden item list for the Pewter Mueseum of Science.

Notes;
* This commit will not work without SV Pokemon being implemented.
* The Scarlet Book has not been placed correctly. The tileset for the museum doesn't load properly in Polished Map, so I'm kind of stumped. Neither has Sada.

Things to do:
* Add an NPC to Mt. Moon B2F that blocks off the crater, along with a warp there. NPC should disappear when you have 8 Gym Badges.
2022-12-05 01:49:52 +00:00
May Evans 255ffaf929 Add Mt. Moon Crater
The map functions and the ROM builds. It has no wild data, and nothing goes to it.

What's done;
- Map design, I think this is one of the best I've ever done, especially within these limits.
- Integration, set up a warp and you can go there, easy.

What's not done
- Wild data
- Fishing group
- Water mons
- Event signs
- Young Sada in Pewter Museum of Science

Very simple map to produce.
2022-12-05 00:07:16 +00:00
May Evans 964bacd52a Re-enable silph warps
This is the bare minimum for Silph to function as a location. No complicated trick warp tiles yet.
2022-11-11 10:13:49 +00:00
MementoMartha f27ad08a30 Adding new sprites for Magnezone 2022-11-10 22:21:07 +00:00
MementoMartha 2b3da5e254 A few fixes + added Blahaj cameo
Copycat now has a Jagg plushie in her house, referencing the amazing IKEA shark.

(note that KEP is not sponsored by IKEA)
2022-11-04 11:12:44 +00:00
emaskyesmogon 6213d683ce Attempting to add early Celadon City
The map changes won't load but the warp data works
2022-10-31 17:25:07 -06:00
MementoMartha 1e7613f804 Adding a stable MissingNo, and fixing a few minor things 2022-10-31 23:09:41 +00:00
MementoMartha bb319e89b3 A few minor fixes
Alters a few bugged texts, still need to fix Faraway's entrance tile
2022-10-29 23:01:34 +01:00
MementoMartha 87fdb46ede Adding temporary warps to Faraway
Note that Faraway is still broken, the inner forest can't be accessed for some reason
2022-10-18 00:16:31 +01:00
May Evans 86f111e5d7 Revamp Pokemon Mansion B2F
This was hell to do. There is still one bug in there, and that's the item pickups don't work for some reason. I don't know how these work honestly so if anyone wants to sort that go ahead.

Anyway, some stuff on the map;
- Currently, a warp from B1F leads there, which is intentionally non-returnable. The player walks through the whole map to get to the warp panel. A walk of humanity's shame, if you will. A warp for where the player is meant to go will be necessary later.
- Lore from Japanese media, particularly the first movie's interpretation of Mewtwo, is included. This is based on context clues on its canonicity from LGPE and other bits.
- A clue on how to get the Old Sea Chart is not-so-subtly included.

The MissingNo. event is unfinished, I intend for Martha to deal with that. The text intentionally lacks a "done" bit to force an unpredictable error; I believe this is inconsequential gameplay-wise and should make for a good opening quote when fighting it.

Oh, and Faraway Island has Mankey, Butterfree, and Primeape as find-able Pokemon now. This should be expanded upon later.
2022-10-17 16:57:42 +01:00
May Evans 97cb4cfaf3 Add another CeladonU NPC
This is a reference to another bit of the Tamamushi booklets, where they talk about the Pokemon that can fly without wings.

Also, shortened one of the text chains. In general, they need to be much shorter.
2022-10-17 13:09:14 +01:00
May Evans fce6c3221c Add Pokemon Mansion B2F
Very dissatisfied with the map as-is. Needs a lot of work, possibly another tileset based on the `interior` one. I tried adding one but came across constant problems and the one I came up with kind of sucked. No events or warps yet.
2022-10-16 12:10:50 +01:00
May Evans 8454d2fb02 Update README.md 2022-10-16 09:31:14 +01:00
May Evans 78ae4e9029 Move Mew, add Old Sea Chart, add wild data
I am 90% sure something will bug out, can't test the map right now for obvious reasons. Tested everything else, though.

Mostly copied data from Cinnabar Volcano while commenting out Vermillion Dock Mew info to move it.

Wild data has been added along with a fishing group, just dummied out slots.

Old Sea Chart is a clone of the Citrine Pass which is all it needs to be. It is obtainable near the truck.
2022-10-16 09:05:26 +01:00
May Evans 4cc05243ed Free roaming from Cerulean, add Faraway Island sign
- Replaces tiles east and west of Cerulean so you can roam back to Mt. Moon and over to Rock Tunnel with no issue.
- Adds the Faraway Island sign, with a - "JI" bit to represent Mr. Fuji. This was in the Japanese release, but never got translated internationally. "I depart" may need fine-tuning, as it implies he died; this was a mistranslation, obviously.
- Added a text bank for the Mew encounter to make Martha's job easier later.
2022-10-16 07:46:08 +01:00
May Evans aa32cfec8d Add Faraway Island maps
This adds the maps on their own with fully functional warps between each other. Music has been set to Viridian Forest. Mew, wild data, and a way to get there have not been added.
2022-10-15 23:00:57 +01:00
May Evans 471ed19477 Merge branch 'master' of https://github.com/PlagueVonKarma/kep-hack 2022-10-15 21:58:26 +01:00
May Evans 1efdba35ea Fix Cinnabar Mansion softlock
"In Generation I, it is possible to get stuck on 3F. This happens if the player stands on the east side of the table in the southwestern room and the Burglar with a Ninetales then challenges them to a battle. After the battle, the player will be stuck in a corner, the Burglar blocking the way. If the player saves after this and doesn't have an Escape Rope or a Pokémon with Dig, the only way to escape is to black out by fighting wild Pokémon. The layout was changed in FireRed and LeafGreen, and it is no longer possible to get trapped."

Fixed this by changing the rock formations, eliminates all possibilities.
2022-10-15 21:58:23 +01:00
emaskyesmogon afd1796487 Update special_moves.asm 2022-10-15 14:08:09 -06:00
emaskyesmogon a35fc22072 optional and nerfed brock 2022-10-14 17:51:37 -06:00
MementoMartha c3fd568b7b Finishing the Gauntlet maps
All the trainers are still missing, as is the guard. But the maps themselves are accessible, and the wild encounters work too.
2022-10-13 23:27:30 +01:00
MementoMartha a8f7c62ffe Fixing the recover bug! :D
Also some minor text and trade updates, too
2022-10-13 17:18:23 +01:00
May Evans 5489cc7c37
Merge pull request #9 from erosunica/recover_crash_fix
Fixes the crash caused by commit 74c0622
2022-10-13 01:31:29 +01:00
erosunica 936b3f8c27 Update SilphCo7F.blk 2022-10-13 02:19:30 +02:00
MementoMartha c8656b19f5 If you can't fix 'em, add the gauntlet.
Adding the maps for Silph's Gauntlet, along with Albatross's Galarian Bird sprites. Also fixing Blottle's typing, and temporarily replacing the effects of the recover moves.
2022-10-12 23:25:59 +01:00
MementoMartha a05796ece5 Citrine Pass and a few little tweaks 2022-10-02 17:16:30 +01:00
MementoMartha f6f43781b8 PZ, Magnezone and the Dubious Disc 2022-10-01 20:53:37 +01:00
emaskyesmogon 4a5d936e1b Merge branch 'master' of https://github.com/plaguevonkarma/kep-hack 2022-10-01 13:02:15 -06:00
emaskyesmogon ec4f56c735 Onix Cave and Barunda Tower 2022-10-01 13:02:10 -06:00
MementoMartha 8ff7b19ead Hinaazu & Betobebii 2022-10-01 19:32:28 +01:00
MementoMartha e2198dd402 Para! 2022-10-01 15:55:30 +01:00
May Evans d048beca12 cut catsprite from constants
this makes poke balls show up correctly
2022-10-01 14:49:57 +01:00
MementoMartha 2c81593537 more fixes 2022-10-01 13:15:58 +01:00
MementoMartha 830c3c3b1d more back door edits 2022-10-01 13:03:53 +01:00
MementoMartha a10c48a514 fixing a bug, adding a trainer 2022-10-01 12:23:58 +01:00
MementoMartha 91344e05e8 Rocket hideout improvements/changes 2022-10-01 11:38:00 +01:00
emaskyesmogon 74c0622040 Silph Co
Warps and elevator commented out
2022-09-30 15:59:25 -06:00
emaskyesmogon b4ab0bd719 Update README.md 2022-09-30 11:38:36 -06:00
MementoMartha c6a0566063 fixing some errors with items 2022-09-30 16:54:56 +01:00
emaskyesmogon 22c4561b35 New Evo Items
Based Martha can fix
2022-09-30 09:37:46 -06:00
May Evans 43ec0aa63a revert nidos 2022-09-30 14:42:34 +01:00
May Evans 258cd9f182 Make Exeggutor's set legal
If Exeggutor passes L28, it'll be forced to learn Stomp no matter what, making it an illegal set with Powders and thus unfair for the player. To account for this, the Exeggutor set will be a Stomp-based one instead.
2022-09-30 14:40:07 +01:00
May Evans 63ea628392 Stone Evolution L1 Learnset Improvements
Because these Pokemon cannot be captured in the wild, this exclusively buffs the trainers, and by a significant amount too. I left Starmie out to balance out the early-game given how powerful it can be.

Ninetales should be at least L42 in each encounter to account for Fire Spin.

Vileplume and Bellossom should be at least L38, but I think Erika puts Mega Drain over Petal Dance so she should be fine..?

Tsubomitto should be L40+ to account for Lovely Kiss.

Exeggutor should be at least L48+ to account for Sleep Powder.

Cloyster should be at least L23 to account for Clamp. To nerf it, increase its level to 50, where Spike Cannon replaces Explosion.

I have also done a few fixes and stuff;
- Magnezone is part-Steel
- Leafeon gets Swords Dance
- Added Silph Gauntlet Team for the Channeler, assuming L65 is what will be used.
2022-09-30 14:33:29 +01:00
May Evans 4369a81d67 Update RocketHideoutB1F.asm 2022-09-30 14:09:51 +01:00
May Evans 147f5104c8 bit more? 2022-09-30 14:08:05 +01:00
May Evans fd8c515c47 forgot one of them... 2022-09-30 14:04:45 +01:00
May Evans 767f76b4e3 Improve & mark the Channelers
The Channelers now use more varied parties, adding Mikon, Vulpix, and Cubone to match Lavender Tower more effectively. This could still be improved further.

Unused Channelers have been marked for future use.
2022-09-30 13:57:33 +01:00
emaskyesmogon 46c41f4f2b Running shoes reminder
Just so players know they exist cause who reads READMEs?
2022-09-29 20:26:19 -06:00