Commit graph

219 commits

Author SHA1 Message Date
Zeta_Null 848c79784f Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-09-14 15:25:29 -04:00
Zeta_Null 2964cc14fa Haunted house work 2024-09-14 15:25:17 -04:00
Martha Schilling 80f44a530c Hirsuswine palette changes
Gave Hirsuswine's normal palette a slightly more muted colour, which Piloswine had in GSC.

Hirsuswine's shiny palette is now changed to cobalt blue, to be more similar to Swinub's classic shiny.
2024-09-06 17:14:41 +01:00
zuperZACH d273de5d9f Update giovanni_coat.png 2024-09-03 20:13:52 -06:00
Martha Schilling f83cb63217 Fix Unown ! and ?
hmm.
that expression...

that's the expression of someone who didn't update wram_constants.asm.
2024-09-01 17:48:01 +01:00
Llinos Evans 6a44f96575 Add Unown ! and ?
Taken from https://github.com/pret/pokecrystal/wiki/Add-a-new-Unown-form

There's some embedded palette errors that need fixing.
2024-09-01 14:54:29 +01:00
Misty 06ba5dad31 Distributing New Moves and the Rise of the Clubtail 2024-08-31 18:23:39 -04:00
Martha Schilling 4890dd288b Hisuian Growlithe sprite WIP 2024-08-29 16:07:10 +01:00
Martha Schilling e799ba8765 Title/Intro screen edits
NOTE: THIS IS STILL A WIP

- Adds 'EXPANSION PAK' text to the title screen.

- Makes the Ditto on the Game Freak presents screen shiny. This'll act as a neat way for people to tell they've correctly patched the ROM.
2024-08-28 15:03:56 +01:00
Llinos Evans d8acbafc75 Stat exp., DV, & Hidden Power display
s/o Crystal Legacy for their DV & Hidden Power display code, which got this off the ground. Credited aptly.

I modified what they had with Stat Exp, but the menu is a little jank and scrolling is buggy. Someone wanna pick that up?
2024-08-28 14:01:06 +01:00
Martha Schilling d221cf3599 Emordrome!
(Sprite by Zeta, edited by me)
2024-08-27 11:39:35 +01:00
Misty b1cbf46ec6 Fairy Moves and Correcting an Oops 2024-08-27 00:25:56 -04:00
Martha Schilling 6919fa5fe3 Little Miss Uber
(also updated the readme a bit)
2024-08-26 19:08:53 +01:00
Martha Schilling cbf8cbb18c Hyoshu-Yang & Hyoshu-Yin (Rework)
A rework of the immediately previous rework. Huh.

Changes the Komainu name to Hyoshu, and implements the Yin form too, complete with stats, moves, and a very WIP sprite.
2024-08-23 21:57:52 +01:00
Llinos Evans 8643d40ab1 Komainu-Yang (Rework)
This reworks Shi-Shi into Komainu, a legendary Pokemon more in-touch with the mythology surrounding its design origins. It'll have two forms, centred around the yin/yang, considering its origins. See spreadsheet for more information.

Also rip fly shi-shi
2024-08-18 17:23:19 +01:00
Llinos Evans 0f7ce337f5 ROM builds, assign music, update Tanobi/Trustan/Foxfire
This updates the file structure so the ROM builds properly. It also updates the base stat files of Trustan, Tanobi, and Foxfire (name tbc), and updates Tanobi's name as was meant to be done a while ago.

I've also assigned Luci's music as she describes in her track files.
2024-08-18 15:23:29 +01:00
Llinos Evans 6e832f06d8 Haunted House groundwork
Adds the Haunted House with wild data, warps, and most of the house itself done.

Gengar Doll is set to be a boss fight, needs walking sprites among other things.

BG events need a bit more fleshing out.

Needs integration for the loose board mechanic.

Otherwise extremely fleshed-out.
2024-08-15 20:49:25 +01:00
Zeta_Null 466a2cbded Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-08-14 17:53:18 -04:00
Zeta_Null 28a1d3061c Stairway tiles 2024-08-14 17:53:10 -04:00
Llinos Evans 9ccbda9f53 Walking Wake title sprite
S/O EyeDonutz
2024-08-13 13:41:30 +01:00
U-DESKTOP-IKOGN35\wazzu 34025863fd War Crimes and Ghost Times 2024-08-09 00:36:53 -04:00
Llinos Evans d5fcc7d0d3 Add Kuye, Sigal, Carl, and Sham
This adds the four new trainer classes as discussed before and updates the leader file while we're at it. Uther is also finally named properly. Lorelei gets her new trainersprite from the CBB scratchpads.
2024-08-08 15:31:15 +01:00
Llinos Evans 8d512bc3b0 temp sigal sprite
before it goes missing
ty zeta
2024-08-08 00:10:33 +01:00
Misty 12750cfc53
Merge branch 'PlagueVonKarma:master' into master 2024-08-06 18:04:43 -04:00
U-DESKTOP-IKOGN35\wazzu f899121bda The Elite... Two? 2024-08-06 18:00:23 -04:00
Llinos Evans efd1105333 Hirsuswine sprites
Zach does it again!
2024-08-06 18:00:39 +01:00
Llinos Evans 4432dd4d2f Sevii Region groundwork
This adds the baseline infrastructure to account for the Sevii Islands, while also fixing a couple of bugs. Zeta, please read the commit carefully!

Only real issue I noticed was that scrolling on the town map is infinite in all three new regions, implying there's something in `pokegear.asm` I haven't accounted for.

I've also ret'd the ezchat order and gen1 orders out of existence to reduce the sheer amount of 8-bit warnings. This abolishes gen1 compatibility (though this was already a bit fucked) in exchange for actually being able to debug things in a reasonable timeframe.
2024-08-06 15:30:37 +01:00
Zeta_Null 08cea5888f move sevii maps into the right folder 2024-08-05 18:29:02 -04:00
Zeta_Null 7d587205b5 Stromen Animation Tweak 2024-08-04 20:30:28 -04:00
Llinos Evans 0dd22ececa Summer Beach House (buggy!)
This adds the Summer Beach House from Pokemon Yellow to Route 19, in an effort to make Kanto a bit more interesting.

The code for teaching Pikachu is very buggy right now and someone should check it out. I usually throw code out if it isn't functional but this seems extremely close to working.
2024-08-04 02:27:27 +01:00
Llinos Evans 88390e8282 Gamer Girls exist now
This adds the Game Boy Girl sprite from the RG asset leak, allowing for a bit more diversity among traders. Should be good!
2024-08-03 18:28:09 +01:00
Zeta_Null 150708bbd3 Sevii Islands Work 2024-08-01 17:51:41 -04:00
Martha Schilling ff9243c7fb The Swines, A Dragonfly and the changed Giraffe
- Adds Mamoswine, alongside the new Hirsuswine, a slower and more tanky alternate evolution. Design by me, sprite by zuperZACH.

- Adds the framework for an alternate Yanma evolution, currently dubbed Pending03. It's designed to be based on a clubtail, albeit one that uses its tail like an actual weapon.

- Adds the framework for Emordrome, an alternate Normal/Ghost Girafarig evolution where the dark head grows and takes control. In order to not make the line any more complicated, Calflac has been removed entirely.

- Added cries for the Cubburn line.
2024-07-31 20:35:18 +01:00
Zeta_Null 1e0220bf06 Sevii bullshit at 3 AM
- Sevii islands tileset
- One Island mapping
- Sevii islands SGB and roof colors
2024-07-30 03:09:24 -04:00
Misty Cass 5f23d9da1b The Great Feet Pic Optimization 2024-07-29 23:28:02 -04:00
Llinos Evans 8d9afdcd2b Committing old shinkai progress
It's in a better state than when it started soooo
2024-07-30 01:11:00 +01:00
Llinos Evans 7e6d4d8c7f zuperZACH Alolan Ninetales
bippity boppity boop
2024-07-30 00:52:21 +01:00
Llinos Evans 5ef2108ce4 Fix Rocket Music bug, add Ariana/Archer to places
This fixes the executive music bug and ensures Giovanni also gets it. I removed the female Executive since it's usually just Ariana. Can use it another time if something comes up, but right now, no need.
2024-07-29 16:03:21 +01:00
Llinos Evans d55f848761 HGSS-style first rival fight
Now the rival doesn't awkwardly say his name is ???, using the trainer card from HGSS instead. Includes the funny lookaround gaffe among other bits. Changed the trainer class as well, making it seamless.
2024-07-29 15:30:04 +01:00
Zeta_Null 6c86b4ff9e Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-27 16:47:05 -04:00
Llinos Evans 6d7f07292b Jacky's House (& Jacky & Knuckles)
This adds various house tiles that allow the creation of the game house from SW97. It's been heavily altered to include the SNES (from RBY), Virtual Boy, and N64.

Here, you can fight Jacky once a day to farm Gold Leaves, which will be currency for a Move Reminder. It should refresh just fine but definitely give it a closer look, I'm not exactly confident.

I also made a start on a GSCified sofa but it looks kinda weird.
2024-07-27 13:54:53 +01:00
Llinos Evans 7114109368 Route 50
This adds Route 50 to the game, as well as Jacky, albeit without the gate or house that you can warp to within.

I decided that the game house will be where Shinjuku Jacky hangs out this time! He'll battle the player and give them uhhh idfk you figure it out

Also I don't know what to call West City. It's a rather sea-blueish colour, sort of like duck egg blue. Sort of a Pacific Teal, right? I need another gay person to give colour ideas.
2024-07-27 11:34:14 +01:00
Zeta_Null e11c7e0f83 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-26 18:48:31 -04:00
Martha Schilling b7099d8ee8 ROM builds now, yay!
- Fixed/improved dex entries for Calflac, Stromen and Terrados.

- Fixed Bipulla's shiny, giving it the one from the beta.

- Added Calflac's shiny and official back sprite.

- Fixed Folage's, Stromen's and Munchlax's back sprites.

- Added Munchlax's shiny.

- Fixed Terrados' front sprite, and gave it a shiny palette (currently a clone of Gyarados')

- Added temporary colours to the Gen 1 trainer imports.
2024-07-26 21:08:15 +01:00
Martha Schilling ac5f22ffaf Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-26 17:51:47 +01:00
Martha Schilling 5e61056e40 More sprites!
Terrados, Stromen, Dudunsparce, and Calflac this time.
2024-07-26 17:51:46 +01:00
Llinos Evans 36f25cbe7f palfixes
uhh can someone fix folage lol
2024-07-26 17:48:11 +01:00
Llinos Evans b4686d5fb5 Two more October sprites
Folage and Trebir!
2024-07-26 17:43:07 +01:00
Llinos Evans 6b12b3d992 Lavender Crypt puzzle maps
The connections between maps, as well as Dokuroar's boss battle, are not finished. However, everything else is, including the warps themselves. My brain is just a bit too small for a puzzle like this, so I require assistance.
2024-07-26 16:55:36 +01:00
Martha Schilling 71809acf1b SageDeoxys Sprites 1: Paradox edition
Adds a bunch of lovely sprites for KEP Mascot, Bad Santa and Lesser Smilodon.
2024-07-26 14:24:52 +01:00
Llinos Evans 33676d0f13 Decensoring the trainer sprites, elder pic
This decensors the Fisher, Beauty, Female Swimmer, Medium, and Sage sprites, to match the Japanese version. The Elder class will use the censored Sage sprite, though it's possible a demake of the HGSS one could be in order down the line.
2024-07-26 14:03:42 +01:00
Llinos Evans 0f63c1f1e2 RBY Trainer GFX
Still placeholders, but you can now build off these to GSCify them, and I guess it makes playtesting minutely more enjoyable.

Also added the student, jessie/james, and yujirou sprites, as well as made blaine have his default sprite, while copying his usual one to be used for chief.
2024-07-26 13:53:58 +01:00
Llinos Evans 675e112bee Sepia Museum
It's an art museum where you can get your legendary beasts sculpted for now, though I haven't added the functionality. There's a world where it could be for any Pokemon but that implies we make individualised icons...
2024-07-26 01:49:14 +01:00
Zeta_Null aea0948bbd Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-25 18:57:49 -04:00
Zeta_Null 390a49c363 Chris sprite change because it was yelling at me about it not being indexed earlier. The palette is embedded or whatever now. 2024-07-25 18:57:42 -04:00
Llinos Evans cd08f11fa4 Sepia City Gym & badge infrastructure
Nihon badges now count and Sepia City has its Gym Leader. All fully functional.

I've also distributed the transfer-exclusive Kanto Pokemon items to their relevant owners, plus the Polkadot Bow.
2024-07-25 15:29:35 +01:00
Zeta_Null 0161dc096d Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-24 23:36:05 -04:00
Zeta_Null 56554e2558 Spaceworld SGB palettes for Nihon! 2024-07-24 23:35:23 -04:00
Llinos Evans 37980e84d0 Lots of new trainer classes & pics, port kep cries
This adds Tohjo Giovanni, Archer, Ariana, Prof. Blue, and fixes various bugs with my last commit. Also fixes the bug with Chris's img not having an embedded palette.

I also ported over all the KEP cries that are available as a bunch were incomplete or seemingly being remade.

Next step is to integrate much of this.
2024-07-25 02:18:19 +01:00
U-DESKTOP-IKOGN35\wazzu 4f2175e89f somehow forgot green lol 2024-07-24 19:16:03 -04:00
U-DESKTOP-IKOGN35\wazzu 65a7b14068 if this is wrong again someone dies 2024-07-24 19:09:43 -04:00
Misty c27b9b57e2
Challengers Approaching!
Challengers Approaching!
2024-07-24 18:11:37 -04:00
Llinos Evans 989a12a7b8 ROM builds now
Got palfix installed and working, now all the sprites will run!
2024-07-24 23:11:20 +01:00
U-DESKTOP-IKOGN35\wazzu 89ea76e75e Challengers Approaching! 2024-07-24 18:07:16 -04:00
Zeta_Null 4f728f1697 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-24 17:21:59 -04:00
Zeta_Null 9a0858971d White city exists now 2024-07-24 17:21:50 -04:00
Llinos Evans 66c71c1a97 PvK has the goods
This adds a ton of overworld sprites, some from KEP, others from SW97/99, for you all to mess around with. It also adds the prototype trainer sprites from SW99 to use with the old trainer classes, though some don't have modern GSC shading.

Unfortunately, the SW99 trainer sprites need palfixing and my PC can't be fucked running it for some reason.

Lots of potential here, particularly with making Mediums now use their distinct sprites, and having Channelers to fit into the mix. I'll be using these when fleshing out the Haunted House and Lavender Crypt.

South Guy still doesn't have a name, so internally, they are called such.

Green from KEP/TPP Anniversary Red has been imported too, because she's awesome like that.

Yes this commit has the cat sprite. All rise for the best thing ever.
2024-07-24 20:40:44 +01:00
Llinos Evans f261edd7e7 Shaw's Alolan Geodude, open source mission statement, etc
I've made the credits more precise and transparent, and added the KEP Open Source Mission Statement that's used to govern its content reuse. I've also noted who is directly affiliated with the project and who isn't, in case someone from left-field gets asked weird questions.
2024-07-24 17:45:52 +01:00
Zeta_Null d9f6aaa557 Lickilord sprite ingame and animated 2024-07-24 11:33:30 -04:00
Zeta_Null 9c53a93df0 Minor tileset tweaks and SGB color tweaks 2024-07-23 15:08:03 -04:00
Llinos Evans 4eb81eec25 OId City
This implements Old City, the Honey Grandma's House, and its Pokecenter+Mart. Bunch of other bits and pieces not added yet, need to figure out the lore for them.

Honey Grandma is designed to make it easier to get important Pokemon, rather than give access to anything new. Thus, she's Nihon-locked by being an Old City resident. Martha's Perfect Rod will follow this trend.

Gold Berry tree exists to make them renewable in-game, I think this is very important.

The flypoint seems bugged.
2024-07-22 23:40:53 +01:00
Martha Schilling 02233c5429 Update shiny.pal for Luxwan
This should NOT have been changed >:(
2024-07-21 22:58:19 +01:00
Martha Schilling fe1911b5c8 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-21 22:48:33 +01:00
Martha Schilling 12928cfc81 Minor spelling mistake :)
It's KazAppelin. Whoops.
2024-07-21 22:48:31 +01:00
Llinos Evans 869986db26 uncommitted bits 2024-07-21 22:26:04 +01:00
Zeta_Null 360d757451 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-21 17:18:51 -04:00
Martha Schilling 1a4b0c9566 WE FORGOT SOME SPRIIIIITES
(also fixed Luxwan's footprint. Did you know that Wooper's footprint still used Luxwan's until Gen 3?)
2024-07-21 22:00:21 +01:00
Zeta_Null 1b84dd0a52 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-21 16:57:27 -04:00
Zeta_Null 6757a7652a SGB color mode stuff!
dark caves don't currently work correctly, need to look into a fix
2024-07-21 16:57:20 -04:00
Martha Schilling 6c358c3828 Okay this should build now
Palfix'd the stuff Llinos added so the ROM builds now, which is neat :3
2024-07-21 21:49:14 +01:00
Llinos Evans 753ef7e8ab Many sprites from Gold97Reforged and Pokemon October
I forgot to commit a bunch of this...

These were my favourite sprites from October and Reforged, bringing down a good chunk of the workload on things. Made sure to update the credits to the best of my ability as well.

Also includes zuperZACH's Clodsire and Mismagius sprites!
2024-07-21 18:46:14 +01:00
Llinos Evans 43371b0dd2 Many October/Reforged sprites!
These were my favourite sprites from October and Reforged, bringing down a good chunk of the workload on things. Made sure to update the credits to the best of my ability as well.
2024-07-21 18:41:39 +01:00
Llinos Evans 61aeb76705 Nihon Gate maps/tileset
This adds the Nihon Gate tileset and gives Nihon its own gate style.

Kanto can be done another time.
2024-07-21 16:32:20 +01:00
Zeta_Null b63a10d0ce mild improvements to tilesets + blue is blue now 2024-07-21 03:34:53 -04:00
Zeta_Null 1388755b7f cave tile tweak for winners path 2024-07-20 20:09:23 -04:00
Zeta_Null cdbaf2fe2a Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-19 21:30:43 -04:00
Llinos Evans 30e57c9e38 Blue's Lab Groundwork
So the scenes are massively unfinished and need some bug fixes, namely;
- Make the Silent Hills scene load properly.
- Finish the interior scene; have the player walk into the map.
- Make the scene loading in the second Blue's Lab room load properly (same issue as Silent Hills)

Main issues come from the events not working like RBY:
- You cannot be walked directly into a warp!
- Coord events don't seem to trigger scenes on their own and I'm just kind of perplexed by it.

If anyone more experienced wants to take a stab at it, by all means! This is looking really good!
2024-07-19 23:42:49 +01:00
Martha Schilling 6816e6bd8e Nuuk sprites 2
Adds sprites for Electivire, Magmortar, Honchkrow, Porygon-Z and Wyrdeer!

Had to rearrange some things in both main.asm and layout.link but hopefully it won't break anything...
2024-07-19 17:02:36 +01:00
Llinos Evans 13a253073b Winner's Path modifications
- Added a Strength Switch puzzle to floor 2, which took an unhealthy amount of time to do. This is possible in GSC but requires a lot of extremely hacky solutions. There is a glitch that causes the boulder not to move once on the switch if you reload the map but I have been doing this for 3-4 hours, shush.
- Added a depressed switch tile to accomodate the new functionality.
- New switch collision type for boulder puzzles.
- Removed a lot of unused/unreferenced stuff that isn't necessary in Crystal to save space.
2024-07-19 11:48:04 +01:00
Martha Schilling b705dbf6ae Caretorker!
Sprites from Pokemon October, shiny palette by me, and I also gave it a cry that I think works.
2024-07-18 16:13:32 +01:00
Zeta_Null 28f2bcdcd9 Merge branch 'master' of https://github.com/ZetaNull/jep-hack 2024-07-17 20:55:46 -04:00
Zeta_Null e7db7084df pokecenter tweaks (consistent shadows across regions) 2024-07-17 20:55:16 -04:00
Llinos Evans 85ed8efe18 Nihon Pokegear Map Revision
Given the entry point is Indigo Plateau East, we don't need the map to look like this.

Tentatively using...
2024-07-17 23:28:42 +01:00
Llinos Evans 7ef292a431 (very rough) Winner's Path
This implements Winner's Path into the game, complete with trainers and wild Pokemon. There's still a lot to do, though.

The Debug Lady that gave Celebi now gives Furret because it gets all the important HMs, which we need to...test things. Naturally, you have all the badges now too!
2024-07-17 23:12:24 +01:00
Zeta_Null 4b9ed6021d Blue Forest Tweaks 2024-07-17 13:38:03 -04:00
Llinos Evans 2dd7fb99db Cave tileset tweaks & initial winner's path
This adds some RBY elements to the Cave tileset - including some rocks, a button, a sign(!), and the ice tiles. I've modified the rocks so they work with the tileset in-practice, I really liked using these in KEP. I've put together a really really really basic Winner's Path that'll be sorted out one day...
2024-07-17 16:02:43 +01:00
Zeta_Null 98822c5c97 All of my basically complete sprites that need animation work 2024-07-16 22:41:11 -04:00
Martha Schilling 3ef4ee30b7 Nuuk sprites 1
Adds Nuuk's lovely sprites for Azurill, Leafeon, Glaceon, Sylveon, Magnezone, Togekiss and Farigiraf. Adjustments were made to Farigiraf's shiny palette to more closely match the official colours.

Fixed a glitch with Luxwan's palette.

Also, updated the README with additional sprite credits.
2024-07-16 17:17:20 +01:00
Martha Schilling a291a6a45a GSC-style Fossil Aerodactyl/Kabutops sprites
Entirely done by yours truly! (With some help from Llinos on sorting out Aerodactyl's wing)

Also fixed the Pokedex fill command in the debug room.
2024-07-16 16:14:25 +01:00
Zeta_Null 0adf7b3c87 ...That was supposed to use the other grey. Oops 2024-07-14 11:15:42 -04:00