GriffinR
e52ffacc25
Clean up slot machine data doc
2020-07-28 15:28:16 -04:00
PokeCodec
3b43fc12fc
Merge https://github.com/pret/pokeemerald into Matching
2020-07-28 15:26:05 -04:00
PokeCodec
044d968513
Match
2020-07-28 15:23:14 -04:00
PokeCodec
7b6607d9e3
Update secret_base.c
2020-07-28 15:23:04 -04:00
PokeCodec
37957b2d15
semicolon
2020-07-28 15:23:02 -04:00
GriffinR
462e3bc0cb
Sync flags with pokeruby
2020-07-28 15:22:40 -04:00
PokeCodec
c722b77558
holding back on casts
2020-07-28 15:22:15 -04:00
PokeCodec
ebcb982e16
Change signedness and add casts to avoid implicit conversion warnings
2020-07-28 15:22:15 -04:00
GriffinR
b22709ee3d
More slot machine data documentation
2020-07-28 14:29:44 -04:00
PikalaxALT
70617d56e4
Merge pull request #1104 from PokeCodec/Explcit-Casting
...
Reduce "Implicit conversion" warnings
2020-07-28 11:10:00 -04:00
PokeCodec
1e8ffcb898
Merge branch 'Explcit-Casting' of https://github.com/PokeCodec/pokeemerald into Explcit-Casting
2020-07-28 10:25:33 -04:00
GriffinR
e8568b79ef
Merge pull request #1114 from ExpoSeed/doc
...
Document some battle_util.c
2020-07-28 00:56:02 -04:00
ExpoSeed
b401e2eb86
Fix naming style of function
2020-07-27 21:22:16 -05:00
PokeCodec
fb6f859edd
semicolon
2020-07-27 19:17:34 -04:00
ExpoSeed
71dc5edf2e
Document some battle_util.c
2020-07-27 17:10:42 -05:00
PokeCodec
5f6e7e2279
Update secret_base.c
2020-07-27 14:59:37 -04:00
PokeCodec
9bdb15c54c
Merge branch 'master' into Explcit-Casting
2020-07-27 13:18:28 -04:00
DizzyEggg
11178a49db
Fix undefined behaviour in protect animation
...
gPlttBufferFaded[sprite->data[2] + ++i] = gPlttBufferFaded[sprite->data[2] + i + 1]
The above does NOT make it certain that i gets incremented before reading from the right side. Changed it, so the function always increments i first, then reads from pal buffer.
2020-07-27 13:17:18 -04:00
GriffinR
ad3de420af
Sync flags with pokeruby
2020-07-27 13:14:48 -04:00
GriffinR
1c55734e44
Document faraway island
2020-07-27 13:14:48 -04:00
PokeCodec
ddd012f3ed
holding back on casts
2020-07-27 12:47:08 -04:00
Eduardo Alvaro Quezada D'Ottone
a0a200af5a
Changed pic coordinates from hex to decimal to make it easier to edit. ( #479 )
2020-07-27 15:33:00 +02:00
DizzyEggg
43359f39c3
Merge with master
2020-07-27 15:28:03 +02:00
PikalaxALT
79cc659d7e
Merge pull request #1113 from DizzyEggg/patch-4
...
Fix undefined behaviour in protect animation
2020-07-27 06:37:37 -04:00
DizzyEggg
f007165c53
Fix undefined behaviour in protect animation
...
gPlttBufferFaded[sprite->data[2] + ++i] = gPlttBufferFaded[sprite->data[2] + i + 1]
The above does NOT make it certain that i gets incremented before reading from the right side. Changed it, so the function always increments i first, then reads from pal buffer.
2020-07-27 12:27:35 +02:00
GriffinR
36a4764a78
Document some slot machine data
2020-07-26 02:15:59 -04:00
PokeCodec
c5aa91741b
Change signedness and add casts to avoid implicit conversion warnings
2020-07-24 22:18:57 -04:00
GriffinR
2439f42de4
Add warnings to generated files
2020-07-24 03:43:37 -04:00
GriffinR
aca50c87be
Continue new contest documentation
2020-07-24 00:14:53 -04:00
GriffinR
52a4428ba6
Begin new contest documentation
2020-07-23 17:55:40 -04:00
LOuroboros
dc67bd3749
A few things:
...
-Inserted the sprites of Deoxys' form
-Fixed mistakes that I made while adding their cries and sprites
-Tweaked the Y coord of Deoxys' Defense Form's back sprite
2020-07-23 14:34:01 -03:00
LOuroboros
97a0bb7a96
Added the cries of Deoxys' forms
2020-07-23 13:37:47 -03:00
LOuroboros
179741446f
Added the icons of Deoxys' forms, coming straight from Pokefirered and vanilla Pokeemerald
2020-07-23 13:30:36 -03:00
LOuroboros
d18bb31983
Linked the icons to the species of Deoxys' forms
2020-07-23 13:13:36 -03:00
LOuroboros
e6f22f2993
Defined the paths for the sprites of Deoxys' forms
2020-07-23 13:12:26 -03:00
LOuroboros
30cd540888
Implemented the level up learnsets of Deoxys' forms, thanks to UltimaSoul
2020-07-23 13:05:38 -03:00
LOuroboros
a3cc1a2edc
Added the base stats of Deoxys' forms, thanks to UltimaSoul
2020-07-23 13:04:01 -03:00
LOuroboros
63a8ba2b05
Set the InGame names for Deoxys' forms
2020-07-23 13:01:34 -03:00
LOuroboros
8ce522d6c9
Added coordinates and entries for the forms of Deoxys in the sprite data tables
2020-07-23 13:00:42 -03:00
LOuroboros
d119307f02
Defined the sprites for Deoxys' forms
2020-07-23 12:55:44 -03:00
LOuroboros
1f1eebb104
Defined the species for Deoxys' forms
2020-07-23 12:53:45 -03:00
GriffinR
4a42e2a710
Merge branch 'master' into doc-overworld
2020-07-23 10:31:52 -04:00
PikalaxALT
2e077f09e4
Merge pull request #1111 from GriffinRichards/sync-flags
...
Sync unused flags with pokeruby
2020-07-23 09:12:33 -04:00
PikalaxALT
5348674bc4
Merge pull request #1102 from GriffinRichards/doc-faraway
...
Document faraway island
2020-07-23 09:12:19 -04:00
GriffinR
60ca1aa3fd
Restore tabs in field_effect_scripts.s
2020-07-23 05:07:20 -04:00
GriffinR
a4e47f1201
Clean some battle_message.c data
2020-07-23 05:01:42 -04:00
GriffinR
813f0c724f
Sync flags with pokeruby
2020-07-22 18:00:41 -04:00
Eduardo Alvaro Quezada D'Ottone
db94e3c065
Removed empty evYields for SpAttack. ( #471 )
2020-07-22 23:39:08 +02:00
LOuroboros
383872ca92
Added the data of Zygarde's forms ( #477 )
...
* Defined species for Zygarde's 10% and Complete forms
* Defined the sprites for Zygarde's 10% and Complete forms
* Added coordinates and entries for the forms of Zygarde in the sprite data tables
* Set the InGame names of Zygarde's forms
* Added the base stats of Zygarde's forms
* Set the level up learnsets for the forms of Zygarde
* Defined the paths for the sprites of Zygarde's forms
* Linked the icons to the species of Zygarde's forms
* Added the icons of Zygarde's forms
* Fixed fuckups and inserted the icons of Zygarde's forms
* Added the cries of Zygarde's forms
* Tweaked the Y coordinate of Zygarde's 10% form's backsprite
2020-07-22 23:37:47 +02:00
GriffinR
69a04f88f4
Merge pull request #1109 from DizzyEggg/patch-3
...
Update agb_flash.c
2020-07-22 15:47:06 -04:00