Michael Panzlaff
c11fb6a3fd
Fix MODERN=1 for non-devkitARM compilation
...
gcc has this nice option "-print-file-name=" to locate a file
in its search path. This is a more portable way to locate
libgcc.a and libc.a so there is no longer the need to mess around with
devkitARM's path's.
2020-05-05 00:09:06 +02:00
Sierra A
b398ef344f
Merge pull request #1030 from SBird1337/gfx/fix-hp-anim
...
gfx: fix hpbar_anim.png visual palette
2020-05-03 11:40:32 -07:00
SBird
7c4c1d3a5c
gfx: merge battle_interface gfx table
2020-05-03 15:24:33 +02:00
Sierra A
8778aec7d6
Merge pull request #1031 from hondew/berry-yield
...
Document minor berry yield bug
2020-05-03 02:26:18 -07:00
Sierra A
5c49bc6d34
Merge pull request #1032 from AsparagusEduardo/OldUnown
...
Ordered OLD_UNOWN in the same way as the other base stats.
2020-05-03 02:24:48 -07:00
Sierra A
0009692395
Merge pull request #1033 from DizzyEggg/patch-1
...
Give a define for all dex interface sprites
2020-05-03 02:23:40 -07:00
DizzyEggg
a35ce6ecdf
Give a define for all dex interface sprites
...
for easier editing
2020-05-03 11:12:05 +02:00
AsparagusEduardo
f6932518b0
Ordered OLD_UNOWN in the same way as the other base stats.
2020-05-03 00:00:01 -04:00
hondew
84f012fc6e
Update external links
2020-05-02 13:59:28 -04:00
hondew
048d1ffbdb
Clarify stages
2020-05-02 13:38:25 -04:00
hondew
49184cd799
Document berry yield
...
fix wording
2020-05-02 11:51:49 -04:00
SBird
67e9309415
gfx: fix hpbar_anim.png visual palette
2020-05-01 20:51:29 +02:00
GriffinR
b057411eea
Fix -Wmissing-braces clang warning
2020-04-29 16:39:14 -04:00
DizzyEggg
0ed8b9337e
Merge branch 'master' of https://github.com/DizzyEggg/pokeemerald into pokemon_expansion
2020-04-29 09:04:28 +02:00
LOuroboros
cda92e066a
Remove Zygarde from src/data/pokemon/evolution.h ( #357 )
...
Zygarde doesn't evolve into anything. It definitely doesn't evolve into nothing at Lv100, lol.
2020-04-29 09:05:28 +02:00
GriffinR
cb5b8da77b
More trainer type usage
2020-04-28 19:59:08 -05:00
GriffinR
8d9e39e6d1
Sync map types with pokefirered
2020-04-28 19:59:08 -05:00
GriffinR
e5757a3def
Use trainer type constants
2020-04-28 19:59:08 -05:00
GriffinR
09b39527ff
Generalize oamtable names
2020-04-28 19:59:08 -05:00
GriffinR
ecd4824f67
Index heal location data, use better names
2020-04-28 19:59:08 -05:00
GriffinR
b1d26e10a8
Sync map header property names with pokefirered
2020-04-28 19:59:08 -05:00
PikalaxALT
724ffe14ee
Merge pull request #1028 from jiangzhengwenjz/misc
...
sync with pokefirered
2020-04-27 19:38:38 -04:00
jiangzhengwenjz
bc0d0caec3
CopyTileMapEntry
2020-04-28 07:29:15 +08:00
jiangzhengwenjz
c7d8d5dae2
fix remainSize type
2020-04-28 07:28:27 +08:00
jiangzhengwenjz
2010ed0f12
librfu issues
2020-04-28 07:25:55 +08:00
Sierraffinity
072a98ca9a
Document undefined sprite template behavior
2020-04-25 18:25:55 -07:00
PikalaxALT
a4509d06ef
Fix an issue with uninitialized tilemap ptr
2020-04-25 16:54:27 -04:00
PikalaxALT
14f76fbe03
Add tilemap rendering capability to gbagfx
2020-04-24 08:47:22 -04:00
LOuroboros
d476d46087
Added the front and back sprites of Mega Medicham, Mega Diancie, Mega Rayquaza, Primal Kyogre and Primal Groudon ( #354 )
2020-04-23 09:07:58 +02:00
LOuroboros
3d871659dd
Added all the cries that were missing ( #353 )
2020-04-23 09:05:30 +02:00
Sierra A
dc126e3016
Merge pull request #1026 from Sierraffinity/master
...
gbagfx: Check for nullptr for new output path
2020-04-22 17:23:36 -07:00
Sierraffinity
b2d8c6793d
gbagfx: Check for nullptr for new output path
2020-04-22 16:53:11 -07:00
Sierra A
dbe48cfb08
Merge pull request #1025 from Sierraffinity/master
...
gbagfx: Various fixes and improvements
2020-04-22 14:58:03 -07:00
Sierraffinity
21e9ed6615
gbagfx: Various fixes and improvements
...
Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors
Handle png -> pal conversion (aka extracting JASC palettes from png
Allow using only file extension as output to reuse entire path from input before extension
2020-04-22 14:39:20 -07:00
DizzyEggg
9392b8e03a
Merge with master
2020-04-22 09:13:49 +02:00
LOuroboros
89a698c6a3
Defined Plasma Fists, Photon Geyser and Double Iron Bash ( #349 )
2020-04-22 08:27:46 +02:00
LOuroboros
92056f43e0
Fixed the definitions of King's Shield, Forest's Curse and Land's Wrath ( #341 )
2020-04-20 14:12:25 +02:00
Eduardo Alvaro Quezada D'Ottone
e232f6bf03
Fix for Dark Type in party evolution. ( #329 )
2020-04-16 09:07:31 +02:00
Diegoisawesome
922a8de78d
Merge pull request #1016 from PlatinumMaster/master
...
Split voicegroups and cry tables properly.
2020-04-15 12:52:43 -07:00
PlatinumMaster
3ff8b0cb5c
Remove debug sound check.
2020-04-15 14:19:46 -04:00
LOuroboros
a387121e4a
Restored the .noFlip parameter to src/data/pokemon/base_stats.h ( #325 )
...
* Restored the .noFlip parameter of src/data/pokemon/base_stats.h
* A few noFlip tweaks
2020-04-15 19:38:19 +02:00
PlatinumMaster
1b696e8119
Finalized pull request.
2020-04-15 13:35:12 -04:00
PlatinumMaster
da34eedd9b
Keep up to date with master.
2020-04-15 13:33:06 -04:00
LOuroboros
5e949dd3bc
Defined Mind Blown ( #326 )
2020-04-15 16:07:16 +02:00
AsparagusEduardo
6eefcb1f82
Using sandstorm weather constant for Sand Veil encounter rate.
2020-04-15 07:40:39 -05:00
DizzyEggg
88bdeed1a6
Merge with master
2020-04-15 14:40:16 +02:00
PikalaxALT
a12de6e480
Merge pull request #1022 from GriffinRichards/doc-gcn
...
Label GCN link flags field
2020-04-14 15:54:34 -04:00
PikalaxALT
c21175d6b8
Merge pull request #1023 from GriffinRichards/fix-decor
...
Misc decoration gfx fixes
2020-04-14 15:16:42 -04:00
GriffinR
8d3b7bd0b1
Use metatile labels for decor gfx
2020-04-13 14:43:50 -04:00
GriffinR
96958ba5e9
Drop unnecessary decor prefix
2020-04-13 13:04:22 -04:00