Commit Graph

7600 Commits

Author SHA1 Message Date
GriffinR
f899a02ac6 Use MON_GIVEN_TO_ constants for givemon 2022-01-12 18:34:26 -05:00
GriffinR
01af8e877f Move starter choose out of interface/misc 2022-01-11 17:49:08 -05:00
GriffinR
694aa3c65d Move balls, shop, link, map popups, and bag out of interface 2022-01-11 13:53:23 -05:00
GriffinR
fa2d25d366
Merge pull request #1594 from GriffinRichards/pokestorage-clean
Misc pokemon_storage_system cleanup
2022-01-11 12:26:02 -05:00
GriffinR
d782d3544d Move pokeblock graphics out of interface 2022-01-11 11:46:58 -05:00
GriffinR
565dd24309 Move party menu graphics out of interface 2022-01-11 11:37:13 -05:00
GriffinR
7103839a61 Move summary screen graphics out of interface, fix some names 2022-01-11 11:22:45 -05:00
GriffinR
fde18b4774 Fix berry crusher graphics name 2022-01-11 10:42:00 -05:00
GriffinR
0a78cb5c9e Fix some battle dome graphics names 2022-01-11 10:04:47 -05:00
GriffinR
49418f8c01 Add missing commas 2022-01-11 09:55:11 -05:00
GriffinR
3a6c633905 Add seteventmon 2022-01-11 02:16:25 -05:00
GriffinR
110fbc559c Make item optional for givemon and setwildbattle 2022-01-11 02:08:14 -05:00
GriffinR
4024b3f1b3
Merge pull request #1590 from GriffinRichards/dex-enum
Convert pokedex defines to enums
2022-01-10 14:56:26 -05:00
Wiz
ded2021361 Remove redundant assembler 2022-01-09 14:42:41 -06:00
GriffinR
429d53b95c Use runningState directly in CheckMovementInputNotOnBike 2022-01-09 11:12:35 -05:00
GriffinR
8b920691e6 Fix FLAG_DECORATION_0 name 2022-01-09 01:31:42 -05:00
GriffinR
8f1a760937 Add missing array constants in field_player_avatar 2022-01-08 23:55:26 -05:00
Eduardo Quezada D'Ottone
8d0548f732 Fixed Wormadam sprite. Credit to Jaizu 2022-01-08 20:26:16 -03:00
Eduardo Quezada D'Ottone
241aea9dfd Missing actually adding Hoopa Unbound 2022-01-08 19:58:01 -03:00
GriffinR
30dbf3f858
Merge pull request #1595 from sphericalice/patch-3
Remove unneeded brackets in GetWeekCount
2022-01-08 17:44:25 -05:00
Eduardo Quezada D'Ottone
787b9a0402 Gen VIII and missing forms 2022-01-08 18:24:21 -03:00
sphericalice
6a21c3f5f3
Remove unneeded brackets in GetWeekCount 2022-01-08 20:39:45 +00:00
Eduardo Quezada D'Ottone
fa2657bb61 Gen VII 2022-01-07 21:36:50 -03:00
GriffinR
ca9bc34bea Clean up pokemon_storage_system graphics 2022-01-07 17:36:38 -05:00
GriffinR
5cbe572607 Add window constants in pokemon_storage_system 2022-01-07 17:05:58 -05:00
GriffinR
a837d1fe2c
Merge pull request #1593 from laqieer/master
Fix macro v069 in sound/MPlayDef.s
2022-01-07 12:09:51 -05:00
laqieer
1c6232bc2e Fix macro v069 in sound/MPlayDef.s 2022-01-08 00:58:05 +08:00
GriffinR
577e6cc740
Merge pull request #1586 from GriffinRichards/clean-areascreen
Clean up pokedex_area_screen
2022-01-06 23:02:23 -05:00
GriffinR
713cd6616e Add glow tile empty 2022-01-06 22:33:00 -05:00
GriffinR
71e0b480a9
Merge pull request #1591 from kiliwily/master
Fix brackets inconsistency in field_specials.c
2022-01-06 13:58:06 -05:00
kiliwily
8a9740b819 Update field_specials.c 2022-01-06 19:47:56 +01:00
kiliwily
ba9b533845 Revert "Update field_specials.c"
This reverts commit f67137ddb2.
2022-01-06 19:45:38 +01:00
kiliwily
f67137ddb2 Update field_specials.c 2022-01-06 19:29:58 +01:00
Eduardo Quezada D'Ottone
051ec7951d Gen V and VI 2022-01-05 22:26:14 -03:00
Eduardo Quezada D'Ottone
309c833961 Merge remote-tracking branch 'RHH/pokemon_expansion' into PE_elevations 2022-01-05 20:39:17 -03:00
GriffinR
d4111d5520 Add comment about pokedex reordering 2022-01-05 14:50:19 -05:00
GriffinR
5d033c2e4d Convert pokedex defines to enums 2022-01-05 12:18:49 -05:00
Eduardo Quezada D'Ottone
d4f03c65e9
Merge pull request #2023 from TheXaman/pokemon_expansion_debug_fixes
fixes for pokemon_debug.c of values not beeing applied/reset
2022-01-05 09:35:00 -03:00
TheXaman
813fc6d726 fixes: -const and offset data not beeing reset on form change
-new offset values not beeing applied on normal/shiny change
2022-01-05 12:34:54 +01:00
Eduardo Quezada D'Ottone
db9a59b67c More adjustments 2022-01-04 22:13:22 -03:00
Eduardo Quezada D'Ottone
3a93e50a98 Voltorb 2022-01-04 20:47:32 -03:00
GriffinR
ce55e58ad8 Misc cleanup 2022-01-04 10:09:42 -05:00
GriffinR
45e8cd4b84
Merge pull request #1589 from sphericalice/patch-2
Use SPECIES_NONE and ITEM_NONE in battle_tower.c
2022-01-04 08:55:33 -05:00
sphericalice
48bf1ab98d
Use SPECIES_NONE and ITEM_NONE in battle_tower.c 2022-01-04 13:46:46 +00:00
Eduardo Quezada D'Ottone
41900614aa
Merge pull request #2019 from LOuroboros/uncompCries
Insert former uncomp. cries as compressed cries
2022-01-03 20:44:41 -03:00
Eduardo Quezada D'Ottone
25611d368c
Merge pull request #2020 from TheXaman/pokemon_expansion_eggMovesFix
Change `EGG_MOVES_ARRAY_COUNT` to 19 to include all added egg moves
2022-01-03 20:38:27 -03:00
LOuroboros
5968c832b0
Merge pull request #17 from AsparagusEduardo/Lunos_cries 2022-01-03 20:37:37 -03:00
Eduardo Quezada D'Ottone
3779396d74 Adjusted sample rate for Noibat and Oricorio + slightly fixed Klefki 2022-01-03 20:30:05 -03:00
TheXaman
44a6c4c0ec changed EGG_MOVES_ARRAY_COUN to 19 to include all the added egg moves (19 is max value (Buneary)) 2022-01-04 00:23:24 +01:00
GriffinR
ac47489216
Merge pull request #1588 from sphericalice/patch-1
Use TEXT_SKIP_DRAW in CreateAvailableDecorationsMenu
2022-01-02 16:09:31 -05:00