Commit Graph

6811 Commits

Author SHA1 Message Date
GriffinR 434086be69 Merge pull request #1585 from sphericalice/patch-2
Update field_specials.c to match the style
2021-12-31 12:39:43 -05:00
sphericalice 61a0036c47 Clarify ScrollableMultichoice_ProcessInput comment 2021-12-31 17:34:46 +00:00
sphericalice 9e660b2cdf Update src/field_specials.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-12-31 16:29:11 +00:00
sphericalice 4f6323606f Update field_specials.c to match the style 2021-12-31 16:24:44 +00:00
GriffinR 643cc62f73 Merge pull request #1584 from sphericalice/patch-1
Remove some magic numbers from TryPushBoulder
2021-12-30 09:00:08 -05:00
sphericalice 50522fdea4 Remove some magic numbers from TryPushBoulder 2021-12-30 12:21:47 +00:00
GriffinR 4192a40adf Merge pull request #1583 from GriffinRichards/renametilemaps
Give less generic names to some tilemaps, some misc fixes
2021-12-29 00:57:37 -05:00
GriffinR aadab8b016 Move pokemon and easy chat constants to global, misc clean-up 2021-12-28 18:07:41 -05:00
GriffinR aba5264260 RGB macro use in slot_machine 2021-12-28 17:46:05 -05:00
GriffinR 4fc345fff5 Rename unused frontier pass tilemap 2021-12-28 14:54:09 -05:00
GriffinR 3acf002a9c Rename generic jp contest tilemaps 2021-12-28 13:16:40 -05:00
GriffinR ee5e65d9ed Rename generic title screen tilemaps 2021-12-28 03:57:44 -05:00
GriffinR f554f09aed Merge pull request #1582 from LOuroboros/patch-2
Update main_menu.c
2021-12-27 16:29:08 -05:00
LOuroboros 599ca58059 Update main_menu.c 2021-12-25 07:04:19 -03:00
GriffinR 84925a892b Merge pull request #1576 from Kurausukun/aif2pcm16
Accept 16-bit AIFF Files and Convert to 8-bit
2021-12-24 02:48:48 -05:00
GriffinR 94c2b7f1c6 Merge pull request #1581 from LOuroboros/patch-2
Fixed typo in src/battle_script_commands.c
2021-12-24 00:07:24 -05:00
LOuroboros 03205c995d Update battle_script_commands.c 2021-12-24 01:59:40 -03:00
GriffinR f663e310b1 Merge pull request #1580 from LOuroboros/patch-2
Removed some commented out addresses
2021-12-21 20:55:41 -05:00
LOuroboros d94dae18f7 Removed more commented out addresses
I like to help.
2021-12-21 22:49:30 -03:00
LOuroboros e28fa7f91c Update event_scripts.s 2021-12-21 22:10:54 -03:00
Kurausukun 39f493287f one more lel 2021-12-17 23:03:09 -05:00
Kurausukun f336acb3a9 fix indentation again 2021-12-17 23:00:03 -05:00
Kurausukun efee1288a0 fix indentation 2021-12-17 22:56:20 -05:00
Kurausukun 0f6311b470 accept 16-bit aiff files and convert to 8-bit 2021-12-17 22:49:45 -05:00
GriffinR 32a9ac6eb1 Merge pull request #1575 from LOuroboros/benriBotan
[LEAK INFORMED] Documented the unk19 item field
2021-12-17 22:27:45 -05:00
LOuroboros 4a74d288d4 Review corrections 2021-12-18 00:01:50 -03:00
LOuroboros dbca24aa82 [LEAK INFORMED] Documented the unk19 item field 2021-12-17 19:41:39 -03:00
GriffinR 6e5520207f Merge pull request #1573 from GriffinRichards/tilesetanim
Clean up tileset_anims
2021-12-15 09:47:54 -05:00
GriffinR 961dbee5e3 Clean up tileset_anims 2021-12-14 21:41:07 -05:00
GriffinR df371fdda5 Merge pull request #1572 from LOuroboros/patch-2
Update trade.c
2021-12-14 12:54:09 -05:00
LOuroboros 660a3df929 Update trade.c 2021-12-14 14:47:04 -03:00
GriffinR d8e405c4f6 Merge pull request #1571 from GriffinRichards/fix-evergrandeflowers
Fix incorrect ever grande flower animation palettes
2021-12-08 18:02:41 -05:00
GriffinR cc05b08227 Fix incorrect ever grande flower animation palettes 2021-12-06 11:17:42 -05:00
GriffinR 888bb4ae9e Merge pull request #1570 from GriffinRichards/fix-flag
Fix incorrect flag animation palettes
2021-12-03 18:44:24 -05:00
GriffinR 8cbb207795 Merge pull request #1568 from GriffinRichards/fix-roamerstatus
Add BUGFIX for roamer's status
2021-12-03 16:58:53 -05:00
GriffinR d501636730 Fix incorrect flag animation palettes 2021-12-03 16:36:18 -05:00
GriffinR 1a08d8fcb4 Add BUGFIX for roamer's status 2021-11-29 12:56:03 -05:00
GriffinR 83be1bfc8f Remove sFiller from malloc.c 2021-11-29 11:19:30 -05:00
GriffinR 4c64863bc5 Merge pull request #1567 from LOuroboros/sBattleTerrainTable
Renamed gBattleTerrainTable
2021-11-27 23:43:22 -05:00
GriffinR 01859a63ff Merge pull request #1566 from cbt6/move-speed
Rename speed parameter to distance in jump functions
2021-11-27 23:37:50 -05:00
LOuroboros b042eb6436 gBattleTerrainTable -> sBattleTerrainTable 2021-11-28 01:22:27 -03:00
cbt6 c59c7b0518 Use enums for jump distances 2021-11-28 12:01:29 +08:00
cbt6 b6430098d4 Rename speed parameter to distance in jump functions 2021-11-28 12:01:29 +08:00
GriffinR e677a00676 Merge pull request #1560 from GriffinRichards/retire-ok
Retire OK bot
2021-11-27 21:27:14 -05:00
GriffinR e0fae879da Merge pull request #1558 from GriffinRichards/update-macros
Update event macro comments
2021-11-22 19:10:49 -05:00
GriffinR f81565163e Retire OK bot 2021-11-21 11:48:50 -05:00
GriffinR 5cb875b6cb Merge pull request #1559 from GriffinRichards/remove-flower
Fix incorrect flower animation palettes
2021-11-21 11:29:11 -05:00
GriffinR 23dd1dad7f Fix incorrect palettes in Mauville flower tileset anims 2021-11-21 11:23:03 -05:00
GriffinR 42a83ee50e Use STR_VAR names for apprentice_buff and frontier_gettrainername 2021-11-18 23:20:05 -05:00
GriffinR e66ea0cb99 Reformat compare + goto_if/call_if to single statements 2021-11-18 23:06:51 -05:00