GriffinR
|
64d06f4c8f
|
Condense battle AI scripts, minor clean up
|
2021-07-02 02:46:01 -04:00 |
|
GriffinR
|
8f43d1ebeb
|
Document smart shopper TV show
|
2021-07-02 01:45:23 -04:00 |
|
GriffinR
|
d73b3c05c6
|
Label remaining hall_of_fame symbols
|
2021-07-02 01:02:28 -04:00 |
|
GriffinR
|
fe89a4d147
|
Label remaining region_map symbols
|
2021-07-02 00:52:36 -04:00 |
|
GriffinR
|
10886a586b
|
Clean up mirage tower
|
2021-07-01 23:46:15 -04:00 |
|
GriffinR
|
3964820a84
|
Merge pull request #1473 from GriffinRichards/fix-div0
Fix divide by 0 in Cmd_getexp
|
2021-07-01 14:26:34 -04:00 |
|
GriffinR
|
93188ef0a8
|
Fix divide by 0 in Cmd_getexp
|
2021-07-01 00:18:52 -04:00 |
|
TheXaman
|
a663742eba
|
fixed a bug not showing hidden abilities (POKEMON_EXPANSION) if the second ability was ABILITY_NONE, thanks to Syreldar
|
2021-06-30 10:44:09 +02:00 |
|
garakmon
|
d391c136d8
|
fix encounter slot logic to accomodate changes
|
2021-06-27 21:14:21 -04:00 |
|
ghoulslash
|
53e6ba1c48
|
Merge branch 'master' of https://github.com/pret/pokeemerald into dexnav
|
2021-06-27 07:43:02 -06:00 |
|
ghoulslash
|
fbdbc33f37
|
fix dexnav headerId overflow issue
|
2021-06-27 07:42:55 -06:00 |
|
ghoulslash
|
c06029bc72
|
add last used ball
|
2021-06-25 13:37:59 -06:00 |
|
GriffinR
|
6d92b466e7
|
Add missing use of F_TRAINER_FEMALE
|
2021-06-25 11:50:09 -04:00 |
|
TheXaman
|
45012a66d7
|
fixes PlaySE overwriting some "music tracks" like MUS_MOVE_DELETED
|
2021-06-22 19:04:39 +02:00 |
|
TheXaman
|
010c1b5d82
|
fixed some songs not properly stopping and overlapping others, thanks to @Lunos for reporting
|
2021-06-22 18:29:04 +02:00 |
|
TheXaman
|
81d7986d34
|
added SE and MUS names
|
2021-06-22 15:57:02 +02:00 |
|
TheXaman
|
defd7d9e07
|
Added Sound menu for SE and MUS
|
2021-06-22 12:38:00 +02:00 |
|
PikalaxALT
|
e0b58592b2
|
Merge pull request #1469 from GriffinRichards/fix-contesthearts
Clarify contest heart tiles
|
2021-06-21 13:59:50 -04:00 |
|
GriffinR
|
810b51f96c
|
Clarify contest heart tiles
|
2021-06-21 13:48:03 -04:00 |
|
StubbornOne
|
2d41f08312
|
Add Telepathy's damage prevention effect
|
2021-06-21 14:18:33 +08:00 |
|
TheXaman
|
9708ee0744
|
fixed credit link
|
2021-06-20 16:57:34 +02:00 |
|
TheXaman
|
20ca83bb20
|
Added menu to run custom scripts easily, credit: @Jaizu
|
2021-06-20 15:48:44 +02:00 |
|
DizzyEggg
|
800e2395c0
|
Merge pull request #1542 from BuffelSaft/thaw_moves_2
Fix Thawing Moves, Add FLAG_THAW_USER
|
2021-06-19 13:47:51 +02:00 |
|
TheXaman
|
a83ece83cd
|
fixed navigation buttons on evo page not showing when switching from cry screen, thanks to @AsparagusEduardo for pointing it out
|
2021-06-19 11:45:15 +02:00 |
|
ultima-soul
|
9e0b866f09
|
Rearranged Poke Ball item ids.
|
2021-06-18 21:46:20 -07:00 |
|
ultima-soul
|
9407a1ac76
|
Replace hardcoded number in MakeCaptureStars.
|
2021-06-18 19:20:05 -07:00 |
|
BuffelSaft
|
4c18cb7fe7
|
Remove EFFECT_THAW_HIT
|
2021-06-19 11:49:00 +12:00 |
|
BuffelSaft
|
06111bdc63
|
Replace EFFECT_THAW_HIT
Both moves that used EFFECT_THAW_HIT now use EFFECT_BURN_HIT.
|
2021-06-19 11:43:29 +12:00 |
|
BuffelSaft
|
87279ecab9
|
Fix CANCELLER_FROZEN
Now checks if current move will thaw user before trying to defrost it.
|
2021-06-19 11:31:46 +12:00 |
|
ghoulslash
|
5da18d9263
|
add TryFindHiddenPokemon back in
|
2021-06-18 13:03:01 -06:00 |
|
Kurausukun
|
10c80230c4
|
change printItemFunc to use u32 instead of s32
also change a use of -2 to LIST_CANCEL
|
2021-06-18 00:15:45 -04:00 |
|
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 |
|