Commit graph

395 commits

Author SHA1 Message Date
Misty bc659a81fc
Merge branch 'ShiraTheMogul:master' into master 2025-09-13 18:25:54 -06:00
Misty 417c0f11bd The Grand Finale
Every Pokemon is now integrated, aside from regional forms and evolutions of those (except Evolotto, I'll do that later). I may now rest.
2025-09-13 18:25:24 -06:00
Shawesomest 5e36934cc4
Commented out the Inivisible Sharpoon. (#80)
* Commented out the Inivisible Sharpoon.

Jasmine's Sharpoon's level was still being read by the game and attempting to send out nothing as a result.

* Update parties.asm

Gave all five Kimono Girls Bellossoms.
2025-09-14 00:37:36 +01:00
Llinos Evans c872bfd5c0 evolotto stats 2025-09-14 00:34:30 +01:00
Llinos Evans 0628c76640 Merge branch 'master' of https://github.com/ShiraTheMogul/jep-hack 2025-09-14 00:09:28 +01:00
Llinos Evans 3bc47cf6bf a single scrunkly
the fact you are a jeppable boggles the mind
2025-09-14 00:08:56 +01:00
thornAvery b632b469c2
Shiny Pokedex Fix + Personal Gripe (#79)
* Tossing balls lag back to Crystal levels

* reversed order of text speed options

* fixed shiny palette on pokedex new entry

* fixed shiny palette on pokedex new entry + gamecorner

* added fix to celadon too

---------

Co-authored-by: Thorn Avery <thorn@avery.garden>
2025-09-04 10:48:15 +01:00
Shawesomest af631e25e3 Revoked Wayne's Crashing Privileges
Updated parties.asm so that Bug Catcher Wayne's Folage and Pineco had movesets.
2025-08-27 13:06:16 -04:00
Misty c01fef279f Update parties.asm 2025-08-22 12:39:16 -06:00
Misty 0111ae8d1d Fix Sage Neal
I'm Silly
2025-08-17 10:57:45 -06:00
Misty a284fc5780 oops
Sharpoon isn't real it CAN'T hurt you. yet
2025-08-10 18:21:19 -06:00
Misty 56198480fd The Great Trainer Overhaul (Part 1)
It begins. Up to Jasmine.
2025-08-10 18:18:28 -06:00
Zeta_Null 5b4eb17c1e Five + Six island maps with another RBY style remix 2025-08-07 23:13:20 -04:00
Zeta_Null 5e81a6ce3a Music Bugfix from the Pokecrystal docs 2025-08-07 21:09:10 -04:00
Zeta_Null a47913cd98 Gen 1 style music for the Sevii islands (more needs to be added later but i'll get to it :V) 2025-08-07 18:21:27 -04:00
Llinos Evans 2d603b1a1b fix vulpiii
lol
2025-08-01 23:20:07 +01:00
Misty da7c30545c Shellder Additions
First commit in a LONG time, it's good to be back :3
2025-07-26 15:09:19 -06:00
Zeta_Null 0946334190 ledyba improvements + nihon tweaks (still needs pokegear realignment) 2025-07-25 17:01:05 -04:00
Llinos Evans 0ae24ced3c fix type matchup damage 2025-07-25 18:26:49 +01:00
Llinos Evans 8e9f9d8657 rev 2025-07-25 17:59:04 +01:00
Llinos Evans 555a96597e revert underwater 2025-07-25 17:57:05 +01:00
Llinos Evans c1b0ec142d reversions 2025-07-25 17:55:22 +01:00
Llinos Evans 9c3ce8b664 revert 161bc93 2025-07-25 17:33:52 +01:00
Llinos Evans 919250bd73 revert 093bda0 2025-07-25 17:31:12 +01:00
Llinos Evans 39ce6d1f69 fleemon enhancements
Added Dunsparce, Diglett, and Wiglett to 25% for their dex entries, also added Squeamata

Moved Phanpy and Teddiursa as they appear early-game and we don't want to promote a bad experience. That's Dunsparce's job.
2025-07-25 16:42:32 +01:00
Zeta_Null 95b59dfa8d Stalls + map tweaks 2025-07-24 16:12:29 -04:00
Martha Schilling a63ccf4c76 Update dokuroar.asm
'tis a Ground-type now. Helps give it more power on its Bone- moves while also removing a type overlap with fellow sub-legendary Alphalith.
2025-02-12 16:23:40 +00:00
Misty 3817537510 TM and Egg Move Updates
:3
2025-02-09 00:02:33 -05:00
Misty 4b0b08095a Level-Up Moveset Update
Did a second pass on the Level-up movesets, both to remove the Nihon HMs and tune up some mons that had more lacking movesets. Hope this overall makes the Pokemon feel more alive and enjoyable
2025-02-01 21:39:16 -05:00
Luisa Karlson 9c27542c28
Hot Savoy In Your Area (#55)
* Deep in the Crater

Here it is.

I'm probably taking a small break after this one, I'm sure you understand!

* Hot Savoys In Your Area

How...?

Just accept this FREE pull request

* Savoy City + small fixes

Savoy uses the Savoy music now, also fixed a mistake I made with Sepia where the theme would only play on the overworld
2025-01-25 12:03:38 +00:00
Martha Schilling c3f9e786fe Update dokuroar.asm
Dex entry!
2025-01-13 23:35:51 +00:00
Martha Schilling e3486fb9b7 You are now a Legendary, my child
- Buffed Dokuroar's stats, it now has a 580 BST like the Birds and the Beasts.

- Nerfed Dokuroar's catch rate, buffed its EXP yield, and made it genderless.

- Removed Dokuroar's Egg moves, and changed its learnset slightly - it no longer gets Leer, instead getting Scary Face, and now learns Bonemerang by level up.
2025-01-13 23:12:04 +00:00
Llinos Evans a14e978b98 Complete Inverse implementation, fix type matchups
Issues occurred resulting from an incomplete implementation of Inverse Battles from Commit #e59cc2b3292f3da336e89ef23b15b234bf469368.

Attempts to fix have been made through completing the implementation, which also accounts for proto-Fairy.

Additionally, some semi-invulnerable glitches have attempts made to resolve them, involving a generic list and 16bitification of the compare commands.

Damage processing seems iffy but this needs more testing. Type matchups function correctly, though.
2025-01-11 06:33:35 +00:00
Martha Schilling 90fe97fcb1 Another 13 dex entries: the Teraleak guys
Added dex entries for the 9 new misfits added as a part of the teraleak, plus Snorlax, Scyther, Magiprey and the new Armored Mewtwo.
2025-01-06 17:42:11 +00:00
Llinos Evans 59d2210951 13 dex entries
Done up to Exeggutor
2025-01-06 16:02:01 +00:00
Llinos Evans c824ae1aa7 Canonicity fix
turns out only nido-f is meant to be able to breed
2025-01-06 14:25:51 +00:00
Llinos Evans 7d6e73c690 34 or so modified dex entries (&Torpir)
This reworks Hippunk into Torpir (well, not entirely internally, it's still HIPPUNK there).

I have also done several new dex entries. May need vetting by some of the others, the writing is inconsistent.
2025-01-05 22:10:26 +00:00
Llinos Evans 6e8361f862 ~55 modified dex entries, Kotora sprite.
Modified up to Farfetch'd and added zach's Kotora.
2025-01-04 20:14:27 +00:00
Llinos Evans 2a14a32533 Stereo and Fast text are now default options
Making Stereo the default was weirdly taxing. I don't know how or where this is usually initialised, I searched for like 2 hours and came up empty-handed...so I made a virus in the intro sequence instead. Tested with an empty save file.

Fast text was just a case of adding it to defaultoptions. I have no idea how or why this worked, as it only seems to be called when save files corrupt, and adding the stereo bit there didn't let it work in the same way. Oh well...
2025-01-03 16:45:44 +00:00
Llinos Evans ac0d055474 Readme update, Lake of Rage changes, and must be 8-bit fixes
A slapdash of various little bits and pieces.
- Lake of Rage has a small culture entry at the top to illustrate what we're setting out to do. I mentioned the shell middens and canonised it alongside GSC.
- Move constants now have their 16-bit IDs set up
- Palfixed Feradactyl and Pupperon, fixed former's credit with confirmation from pokeoctober
- Wiped out the must be 8-bit errors on various Pokemon's `base_stats.asm` files.
- Fixed some aspects of Strong Arm and Water Sport calling garbage data; this was due to them using 8-bit comparison systems where there needed to be 16-bits. This fixes a good bit of their HM usage. Battle bugs need resolving (presumably due to a lack of gfx?)
- Fixed AI scoring with Water Sport (hopefully)
- Updated the readme with some of our progress over the past 5 months.
2025-01-03 13:19:09 +00:00
Llinos Evans 2fe0d906ea Integrate Route 53
For some reason the map was in the game with no data, so I added it into the region with some signs. No connection to the nonexistent Ochre Town.
2025-01-01 19:39:59 +00:00
Llinos Evans 8f3e178a35 Comment in Ruddy Town House
This makes the Ballsmith a general "profession" in the Pokemon world, something not elaborated on outside of SW99. I made it so Chad mentions it too, instead of "BALL creator", which makes him out to be something different.

Celadon University can elaborate on this too.
2025-01-01 19:08:30 +00:00
Llinos Evans 70fd4e37fa lol serves me right 2024-12-30 16:42:12 +00:00
Llinos Evans 2b2a5617b8 Merge branch 'master' of https://github.com/PlagueVonKarma/jep-hack 2024-12-30 16:31:56 +00:00
Llinos Evans e27b9c6200 Savoy, Ruddy, and Coral houses 2024-12-30 16:31:54 +00:00
Zeta_Null 2207e15bc7 Water Sport doesnt seem to work correctly? 2024-12-29 22:11:46 -05:00
Zeta_Null 161bc9374c WE BUILD AGAIN 2024-12-29 18:58:45 -05:00
Zeta_Null 288ca6e58f down to 9 errors 2024-12-29 17:41:01 -05:00
Zeta_Null d55e61a606 sprite fixes, down to 15 errors 2024-12-29 17:12:05 -05:00
Zeta_Null 29fc26f144 underwater tileset shit, brings number of errors down to 20
it's currently missing the custom palette but if I did I'd need to fuck with the code for it anyway when I add it properly when this stuff works so I dont think that's a big deal
2024-12-29 16:50:30 -05:00