Commit Graph

2895 Commits

Author SHA1 Message Date
Kurausukun 2ff02b3c5a fix whitespace, update dex category macro 2021-02-11 23:06:33 -05:00
Kurausukun 6c77c7a714 [LEAK-INFORMED] match the rest of pokedex_screen 2021-02-11 21:50:39 -05:00
GriffinR a34c9d09b6 Merge pull request #385 from Deokishisu/patch-3
Fix Trainer Tower Magic Number
2021-02-09 13:13:52 -05:00
Deokishisu 60b9b0add2 Fix Trainer Tower Magic Number
A magic number was missed that will lead to edited projects breaking the Trainer Tower if new map layouts are added. This commit fixes it.
2021-02-09 11:20:52 -05:00
GriffinR efba18bb0b Merge pull request #384 from Deokishisu/patch-2
Fix "Compatibility" Misspelling
2021-02-05 07:18:01 -05:00
Deokishisu b423d06cd9 Fix "Compatibility" Misspelling
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
2021-02-05 01:17:54 -05:00
GriffinR 8a0294f9f1 Merge pull request #383 from Deokishisu/patch-2
Fix Vermilion Gym Script Label Transposition Typos
2021-02-03 20:49:41 -05:00
Deokishisu ee0fb9ea5a Fix TM34 Transposition Typo
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error.
2021-02-03 19:54:45 -05:00
GriffinR 80b2c0eee6 Merge pull request #382 from GriffinRichards/relativeconstants
Use trainer constants in flags, automatically update flags/vars count
2021-02-01 14:57:18 -05:00
GriffinR 1f6dc0e86b Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
GriffinR 419c897292 Merge pull request #380 from GriffinRichards/sync-scaninc
Sync tools with pokeemerald
2021-01-19 02:17:21 -05:00
GriffinR a52d6e4379 Fix modern ld_script 2021-01-19 02:06:27 -05:00
GriffinR 9d20f55a58 Move 'source' asm files to src 2021-01-19 01:54:14 -05:00
GriffinR 9350e2d338 Sync mapjson with pokeemerald 2021-01-19 01:38:15 -05:00
GriffinR 393a6bd5b6 Sync gbagfx with pokeemerald 2021-01-19 01:28:49 -05:00
GriffinR 538c1d0efd Sync preproc with pokeemerald 2021-01-19 01:19:32 -05:00
GriffinR 8e8677f1e4 Update Makefile for scaninc 2021-01-19 01:19:19 -05:00
GriffinR cd67c5e240 Sync scaninc with pokeemerald 2021-01-18 23:39:05 -05:00
GriffinR ac62e8e563 Merge pull request #377 from Deokishisu/master
Fix Egregious Magic Numbers in GetBattleBGM
2021-01-08 08:11:13 -05:00
Deokishisu 90e5a5ff7e Fix Egregious Magic Numbers in GetBattleBGM
Whoever originally decomped this function must've been really fed up with this file.

Renamed GetMUS_ForBattle to GetBattleBGM to be consistent with pokeemerald.

This entire function was magic numbers, so I replaced them with the appropriate constants.
2021-01-08 04:09:59 -05:00
GriffinR 135fd3948a Merge pull request #376 from SatoMew/master
Document the unused battle strings for downpour and rain weather
2021-01-07 00:35:31 -05:00
SatoMew e5d0a4f35c Document the unused battle strings for downpour and rain weather 2021-01-01 14:38:25 +00:00
GriffinR 22cd65bd55 Merge pull request #375 from GriffinRichards/deadname
Remove deadnaming, sync BgEvent
2020-12-31 14:36:01 -05:00
GriffinR 9509797b98 Remove deadnaming, sync BgEvent 2020-12-31 14:24:30 -05:00
GriffinR 2183626229 Merge pull request #374 from Deokishisu/patch-1
Fix Missed Magic Numbers in main_menu.c
2020-12-31 12:40:31 -05:00
Deokishisu 6e77eef0cd Fix Missed Magic Numbers in main_menu.c
There were two lines where magic numbers were used instead of the constant for MAIN_MENU_WINDOW_ERROR, so I filled them in.
2020-12-31 11:36:27 -05:00
GriffinR f8a1bf14fb Merge pull request #371 from GriffinRichards/data-pokedex
Move pokedex_screen data from asm to C
2020-11-27 11:12:05 -05:00
GriffinR 7377bc438b Merge pull request #373 from V-FEXrt/farfetchd
Rename farfetchd graphics to match define
2020-11-27 10:57:55 -05:00
Ashley Coleman 06b6853fb8 Rename farfetchd graphics to match define 2020-11-26 11:26:05 -08:00
GriffinR 46a9525534 Merge pull request #372 from V-FEXrt/trainer_parties_variables
Rename unknown trainer party variables
2020-11-15 20:15:12 -05:00
Ashley Coleman 83fe4e5dd8 Rename unknown trainer party variables 2020-11-12 21:06:49 -08:00
GriffinR f2e7684b17 Fix modern build 2020-11-12 00:53:57 -05:00
GriffinR 1d820d4e0f Clean up pokedex screen text 2020-11-12 00:06:22 -05:00
GriffinR 66e9059578 Move pokedex_screen data from asm to C 2020-11-11 23:44:30 -05:00
Ashley Coleman 8485cec283 Merge pull request #1 from pret/master
Sync upstream
2020-11-11 15:46:56 -08:00
GriffinR 2062659541 Merge pull request #370 from V-FEXrt/pokedex-screen
Give meaningful names to globals in pokedex_screen.s
2020-11-11 17:53:11 -05:00
Ashley Coleman 2745ac3445 Give meaningfull names to globals in pokedex_screen.s 2020-11-11 13:40:18 -08:00
GriffinR 8669fe0f95 Merge pull request #368 from Kurausukun/match_m4a
Match FadeOutBody (ported from pokeemerald)
2020-11-02 11:48:06 -05:00
Kurausukun feb10af9f8 Match FadeOutBody (ported from pokeemerald) 2020-11-01 23:35:10 -05:00
GriffinR 7b8c935926 Merge pull request #365 from GriffinRichards/moves-const
Fix hang when releasing after adding new moves
2020-10-11 16:26:00 -04:00
GriffinR 0f21fc13ef Fix hang when releasing after adding new moves 2020-10-11 16:10:03 -04:00
GriffinR f9ce82fd74 Merge pull request #364 from Kurausukun/audio_macros
Update Audio Macros
2020-09-28 08:04:10 -04:00
Kurausukun 86445c2131 update audio macros 2020-09-27 22:38:52 -04:00
GriffinR 9cb570dc1b Merge pull request #362 from Kurausukun/rename_instruments
rename instruments (again)
2020-09-23 23:40:22 -04:00
Kurausukun 4df870b7dc rename instruments (again)
Mirroring the change made in pokeemerald
2020-09-23 22:35:00 -04:00
PikalaxALT 03f516bce3 Merge pull request #361 from PikalaxALT/match_naked
Match sub_8159AB8
2020-09-08 16:07:59 -04:00
PikalaxALT 6170072017 Resolve travis config warnings 2020-09-08 15:41:09 -04:00
PikalaxALT a0fbb82a7c Match sub_8159AB8 2020-09-08 15:00:41 -04:00
GriffinR 6c5a10767f Merge pull request #360 from BigBahss/leafgreen-encounters-prefix
wild_encounters.json: Add "MAP_" prefix to LeafGreen's "map" fields
2020-09-07 04:58:51 -04:00
BigBahss abc2915eb0 Add "MAP_" prefix missing from 76e126a35b 2020-09-06 23:51:51 -04:00