May Evans
723f7d56f7
repels
...
also annoyed me exactly once
2022-09-04 12:29:02 +01:00
May Evans
2e43aae60b
Give DebugChu Flash
...
Inconvenienced me exactly once and egg has surf anyway
2022-09-04 11:59:03 +01:00
May Evans
3180772ed1
wild DV buff
...
It doesn't appear to work properly for ATK/DEF, but SPC/SPE worked with a couple Bellsprout so it's good enough for now.
2022-09-04 11:56:47 +01:00
emaskyesmogon
b857f71b5a
DV Fix and New Mon stats
...
Kleav, Licky and Tang still need sprites though
2022-09-03 20:23:58 -06:00
emaskyesmogon
a97ac3ac3f
Merge branch 'master' of https://github.com/plaguevonkarma/kep-hack
2022-09-03 19:25:00 -06:00
emaskyesmogon
8539b71fc7
PokeDex is fixed
2022-09-03 19:24:56 -06:00
May Evans
9689116668
buff AGAIN!!!
2022-09-04 02:11:27 +01:00
May Evans
a85f88d03d
buff slot rewards but again
2022-09-04 02:03:55 +01:00
May Evans
91b766d519
Update slot_machine.asm
2022-09-04 01:50:39 +01:00
May Evans
e2c1037033
Maximise DVs, WRAM fix..?
...
Implements a fix with the WRAM stack space that pret mentioned.
DVs should be forced to max with the changes I added, will need testing.
2022-09-04 00:56:58 +01:00
emaskyesmogon
392f7abb97
Yellow Trainer Arrays
...
Allows more freedom in enemy design
2022-09-02 20:34:43 -06:00
May Evans
a8a3da768f
Debug enhancements
2022-09-01 17:47:53 +01:00
May Evans
2e6dd87335
Fix the Game Corner prizes
...
They are now engoodened.
2022-09-01 17:29:16 +01:00
emaskyesmogon
149d9d6f4b
Merge branch 'master' of https://github.com/plaguevonkarma/kep-hack
2022-09-01 08:51:21 -06:00
emaskyesmogon
5944210393
Eevees and More
...
Adds the five eeveelutions we don't have, evo items for Glaceon and Sylveon, fixes Rhyperior's dex entry, renamed the Super Rod to Fishing Rod, and commented out the OW Crocky/Kabutops for now
2022-09-01 08:37:35 -06:00
MementoMartha
20b6899169
Finished adding Rhyperior
2022-09-01 10:16:49 +01:00
emaskyesmogon
1893b4c7cf
expanded Pokemon size
...
Rhyperior files are dummies and will need to be properly edited with sprites, Rhydon evo data, etc, but it (and the other files included) show that the trainer and pokemon sprite indexes have been separated, which allows us to add the other KEP mons
2022-08-31 20:47:02 -06:00
May Evans
550fcb6f5d
fix item finder issue properly
2022-08-31 17:52:21 +01:00
MementoMartha
53e0cbf9f5
Learnsets, Sun Stones and Evos, oh my
2022-08-31 16:43:33 +01:00
May Evans
c1d2bc7678
more fixes
2022-08-31 15:50:28 +01:00
May Evans
a216a0f2e7
more bug fixes
2022-08-31 15:28:36 +01:00
May Evans
648289d4a9
lots of bug fixes
...
added a log for them in the readme
2022-08-31 15:18:16 +01:00
May Evans
7c6bbb630f
Fix a bunch of single player battle engine bugs
...
went through a bunch of the tutorials here;
https://github.com/pret/pokered/wiki/Bugs-and-Glitches#blaine-uses-super-potion-even-when-his-pok%C3%A9mon-arent-below-10-health
Overall:
- Blaine is no longer addicted to Super Potions
- CoolTrainerF no longer switches a lot
- Transformed Pokemon aren't presumed to be Dittos (very important given Animon)
- Status curing items don't remove modifiers anymore
- Learning new moves plays the sound in the correct bank
2022-08-31 14:42:36 +01:00
May Evans
cab111d01b
Remove artificial save delay
...
Taken from this tutorial: https://github.com/pret/pokered/wiki/Remove-Artificial-Save-Delay
This makes saving far faster like in RG. The game artificially lags itself.
2022-08-31 14:26:56 +01:00
MementoMartha
f5a7cc9ffc
Pokemon data, Gym Leader teams, palette updates and a couple of other fixes
2022-08-31 11:47:05 +01:00
MementoMartha
ac45c8b5bc
Adding move data, types, and some Pokemon data
2022-08-31 10:17:48 +01:00
May Evans
a022479e28
Merge branch 'master' into master
2022-08-31 03:05:37 +01:00
emaskyesmogon
7d80a09f58
Update intro.asm
2022-08-30 19:30:09 -06:00
May Evans
4c539b8954
PRESENTS subtitle restoration
...
from: https://github.com/pret/pokered/wiki/Restore-the-PRESENTS-subtitle-under-the-Game-Freak-logo-in-the-intro-animation
2022-08-31 02:19:47 +01:00
Rangi
bbb0e7e82d
Use the same music headers as pokecrystal ( #382 )
2022-08-11 21:23:08 -04:00
SatoMew
ac7263b1ad
Update comments related to Swift and Substitute checks ( #380 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-08-11 21:22:57 -04:00
Chatot4444
8b19405590
Replace Hard-Coded Number With Constant ( #381 )
...
Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS
2022-08-11 07:51:18 -05:00
Rangi
498da6ab09
Clarify how Metronome picks a move
2022-07-26 00:01:21 -04:00
Rangi
8f81e71f19
Identify some .asm_*
labels
2022-07-10 21:11:03 -04:00
Rangi
a66adbcc5c
Sync Pokédex rating text with pokeyellow
2022-07-10 19:26:18 -04:00
Rangi
927b5a4700
Identify Pokédex rating text
2022-07-10 19:16:17 -04:00
Colton G. Rushton
cc46b0e510
wOAMBuffer -> wShadowOAM ( #370 )
2022-07-09 17:18:18 -04:00
vulcandth
70cbb48328
party_struct constants and ExchangeBytes size ( #364 )
...
Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-07-04 01:08:17 -04:00
vulcandth
fcd6e5a1b2
Stop_reducing_move_anim_flashing_Dream_Eater -> Stop_reducing_move_anim_flashing_Blizzard ( #369 )
2022-06-30 21:24:33 -04:00
vulcandth
610ec0fd22
VC ExchangeBytes Aliases ( #363 )
...
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-22 20:15:58 -04:00
Rangi
4e96f9d232
cp MR_FUJIS_HOUSE
-> cp POKEMON_TOWER_7F + 1
...
Fixes #362
2022-06-17 22:58:46 -04:00
vulcandth
edb55e00f8
Rename SLP
to SLP_MASK
( #361 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-17 22:25:52 -04:00
vulcandth
6b5be9129c
RGBDS syntax updates ( #358 )
...
New MACRO and DEF syntax
2022-06-06 17:25:31 -04:00
vulcandth
d7808d110f
Improved Virtual Console patch identifiers ( #357 )
2022-06-06 17:22:34 -04:00
vulcandth
0fd9ba5670
Add hSerialConnectionStatus vc_assert ( #354 )
2022-04-17 14:44:57 -04:00
vulcandth
fe8d3c51a4
Build the Virtual Console patches with make red_vc
and make blue_vc
( #351 )
2022-03-26 16:59:36 -04:00
Rangi
7e78c1171d
Gen 1's Minimize graphic was not a complete 8x8 tile
2022-03-04 18:21:12 -05:00
Rangi
09e92c554c
Use ~X instead of $ff ^ X
2021-11-23 21:00:07 -05:00
Yoann Fievez
f68af5c6e9
Add some constants for options ( #344 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05 19:45:09 -04:00
Yoann Fievez
8349bfd8e6
Refactorize check button pressed ( #340 )
2021-11-05 15:40:15 -04:00