12991 Commits

Author SHA1 Message Date
Kurausukun
8b59909ac5 remove gflib 2021-06-17 22:09:48 -04:00
ghoulslash
7862a7d1a2
Merge pull request #13 from Jaizu/patch-17
Msgbox fixes
2021-06-17 15:48:33 -06:00
ghoulslash
5d63d27124 add hidden encounters to wild_encounters json 2021-06-17 15:34:11 -06:00
Jaizu
705e79b35a
Msgbox fixes
This makes so the msgbox doesn't move in the Y coordinate if the map popup was previously playing.
2021-06-17 21:25:23 +02:00
ghoulslash
f007befe51 cleaner dexnav egg move generation 2021-06-17 11:28:25 -06:00
ghoulslash
608dd9ddc5 add shiny chaining 2021-06-17 11:15:53 -06:00
Sewef
fd55a0d015
Update src/battle_message.c
Nothing happened.

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-06-17 14:12:06 +02:00
Sewef
d02be421bc
Fix sATypeMove_Table definition 2021-06-17 14:06:40 +02:00
ghoulslash
8010facac5 reset dexnav search when crossing maps 2021-06-16 10:23:24 -06:00
ghoulslash
7405c11934 add r to search 2021-06-16 09:47:53 -06:00
Xhyzi
c2bd046ea6 Shell Trap 2021-06-15 20:22:50 +02:00
Xhyzi
155e9b6332 Court Change 2021-06-15 20:14:10 +02:00
Xhyzi
271f19e6cb Terrain Pulse 2021-06-15 20:01:57 +02:00
Xhyzi
0202b75822 Beak Blast 2021-06-15 19:57:21 +02:00
Xhyzi
7799e49e3a Corrosive Gas 2021-06-15 19:45:24 +02:00
Xhyzi
e7ec4df70b Rising Voltage 2021-06-15 17:51:59 +02:00
Xhyzi
ee3f3eb78f Meteor Beam 2021-06-15 17:06:21 +02:00
Xhyzi
62525516a4 Scale Shot 2021-06-15 16:50:19 +02:00
Xhyzi
60ce39543e Expanding Force 2021-06-15 16:29:06 +02:00
Xhyzi
5a094a3033 Snap Trap 2021-06-15 16:22:42 +02:00
TheXaman
3c22d55130 form screen new navigation buttons and special case for Unown 2021-06-14 19:18:06 +02:00
TheXaman
6b8f40b3b1 new layout for evo screen and new buttons for the PE version 2021-06-14 17:29:42 +02:00
TheXaman
2d4a91f0b4 added Decapped version of the button prompts 2021-06-14 15:00:26 +02:00
TheXaman
d0012305c0 stats page new navigation button prompts 2021-06-14 14:55:55 +02:00
TheXaman
982647d36c Evolution screen now shows caught ball, new options for hiding unseen evolution names 2021-06-14 12:28:56 +02:00
ExpoSeed
b6b0062bd6 Change map header flags to use a bitfield 2021-06-13 17:02:06 -05:00
MissingNoL
721dbe9178 Implemented all PLG effects 2021-06-12 18:01:35 -07:00
TheXaman
1530da10a0 changed catch rate to words 2021-06-13 01:17:47 +02:00
TheXaman
537a17714c EV Arrows now close to stats 2021-06-13 00:35:38 +02:00
TheXaman
3896ce3abe changed info per stats toggle page to an equal 5 2021-06-13 00:09:27 +02:00
TheXaman
13256b856e Egg groups now in one line (if 2 different one),
changed where the bg is cleared
2021-06-12 23:38:08 +02:00
MissingNoL
610b18bfdb Implemented Double Iron Bash's effect 2021-06-12 14:27:50 -07:00
TheXaman
ac56eec979 shortened evo methodes, fixed typos 2021-06-12 23:00:58 +02:00
MissingNoL
beb126b534 Implemented Zippy Zap's effect 2021-06-12 13:58:54 -07:00
TheXaman
6bbdc79f5a EVs represented by Arrows instead of numbers, also now in 1 line 2021-06-12 21:55:02 +02:00
TheXaman
eeb1ec8e8d WIP change how EVs are displayed 2021-06-12 21:02:14 +02:00
TheXaman
73cc40fd03 Egg cycles now with icons insteat of numbers 2021-06-12 19:52:43 +02:00
TheXaman
74e562da33 friendship now emoji based 2021-06-12 15:29:01 +02:00
Ariel Antonitis
87608392fc Merge branch 'romhack' into lighting 2021-06-12 00:37:06 -04:00
Ariel Antonitis
3568c2a882 Fixed bug with followers and cross-map scripting events. 2021-06-12 00:35:15 -04:00
ultima-soul
bca67ac683 Refactor Poke Ball code to not rely on Master Ball being the first item internally. 2021-06-11 18:22:50 -07:00
ghoulslash
c01ad82008 fix some text color labels, add creeping back 2021-06-11 12:44:12 -06:00
ghoulslash
5fd40d90ef add forgotten TryIncrementSpeciesSearchLevel call 2021-06-11 12:27:45 -06:00
ghoulslash
bf4b5a926d merge with pret 2021-06-11 12:23:16 -06:00
ghoulslash
0c14ec4b78 Merge branch 'master' of https://github.com/pret/pokeemerald into dexnav 2021-06-11 12:22:15 -06:00
ultima-soul
b7706f1b99 Remove ball catch rate modifier effects. 2021-06-10 21:59:13 -07:00
ghoulslash
70fd98a009
Merge pull request #1541 from rh-hideout/DizzyEggg-patch-2
Fix Imposter looplock
2021-06-10 11:59:29 -06:00
ghoulslash
de21636f97
Merge pull request #1539 from rh-hideout/DizzyEggg-patch-1
Fix mon shadow when caught and learn new move
2021-06-10 11:59:10 -06:00
ExpoSeed
c8fc141287 Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into BE/z-moves 2021-06-10 11:54:20 -05:00
ExpoSeed
4d6e64b336 Review comments. 2021-06-10 11:48:26 -05:00