GriffinR
5e464c2091
Sync map macro change with pokeemerald
2024-08-27 13:57:07 -04:00
GriffinR
f155bf5419
Merge pull request #667 from abcboy101/decode
...
Decode unused JP text
2024-08-09 20:46:07 -04:00
abcboy101
588e164e67
Decode unused JP text
2024-08-09 20:19:38 -04:00
GriffinR
c6a2f50491
Merge pull request #657 from aarant/master
...
Linkerscript now tracks RAM/ROM usage
2024-06-22 12:02:35 -04:00
GriffinR
21e8a142db
Revert section rename
2024-06-22 11:58:39 -04:00
GriffinR
4c015cd9db
Merge pull request #659 from Deokishisu/patch-5
...
BUGFIX for Localization Oversight in Daisy's Text && Fix Typo in Nurse Script
2024-06-22 11:55:49 -04:00
GriffinR
b2e2648d15
Use C preprocessor directives
2024-06-22 11:51:16 -04:00
GriffinR
9b2fc69e5e
Merge pull request #656 from SatoMew/misc-fixes
...
Spring cleaning
2024-06-22 11:46:13 -04:00
GriffinR
ceeb6a4ca0
Merge pull request #661 from Kurausukun/gcc14-fix
...
Fix Compilation on GCC 14
2024-06-19 09:29:49 -04:00
Kurausukun
6bd758f45d
fix compilation on gcc 14
2024-06-06 23:22:37 -04:00
Deokishisu
4578a59673
Fix Localization Oversight in Daisy's Text
...
Based on the FONT_NORMAL and FONT_FEMALE control codes in Daisy's text when finishing her grooming of a Pokémon, it seems the original intention was for the first part of this text to be NPC_TEXT_COLOR_NEUTRAL and for Daisy's dialogue to be NPC_TEXT_COLOR_FEMALE. If the localizers had caught it, they would've replaced FONT_NORMAL with COLOR DARK_GRAY and FONT_FEMALE with COLOR RED. This commit creates a .ifdef BUGFIX for this oversight.
2024-05-24 22:09:31 -04:00
Deokishisu
fb0c7dc3f2
Fix Typo in Nurse Script
...
EventScript_PkmnCenterNurse_PlayerWaitingInUionRoom => EventScript_PkmnCenterNurse_PlayerWaitingInUnionRoom
2024-05-24 21:58:35 -04:00
Ariel A
bc76541189
feat: Linkerscript now tracks RAM/ROM usage
...
Based on https://github.com/pret/pokeemerald/pull/1952
2024-05-16 19:03:37 -04:00
SatoMew
b9dec717da
Spring cleaning
2024-05-12 14:34:43 +01:00
GriffinR
0c17a3b041
Merge pull request #653 from GriffinRichards/metatile-labels
...
Remove non-existent tilesets from label comments and alphabetize
2024-01-19 10:46:18 -05:00
GriffinR
efdae01b4b
Remove non-existent tilesets from label comments and alphabetize
2024-01-18 14:42:20 -05:00
GriffinR
9588ba6e01
Merge pull request #652 from Kurausukun/macros
...
Safeguard SQUARE and CUBE Macro Arguments in Parentheses
2023-12-27 17:43:49 -05:00
Kurausukun
2da3a172d6
safeguard SQUARE and CUBE macros in parentheses
2023-12-27 17:37:11 -05:00
Jaizu
1d1754d37f
Small mart changes ( #651 )
2023-12-07 12:43:27 -05:00
Kurausukun
7df4038c86
Ensure Alignment for Map Events ( #649 )
2023-11-21 15:46:51 -05:00
GriffinR
2d8c81eb21
Merge pull request #648 from SnorlaxMonster/master
...
Rename HITMARKER_IGNORE_SAFEGUARD
2023-11-16 15:47:14 +00:00
SnorlaxMonster
0d063af23f
Rename HITMARKER_IGNORE_SAFEGUARD
...
Rename HITMARKER_IGNORE_SAFEGUARD to HITMARKER_STATUS_ABILITY_EFFECT.
This flag is used exclusively by status-inflicting Abilities,
and has 3 main functions:
- Whether the effect bypasses Shield Dust
- Whether the effect bypasses Safeguard
- Which text string to display when the status condition is inflicted
(i.e. whether it was inflicted by a move or Ability)
I believe this new name better represents what the flag actually does.
This name was structured to parallel HITMARKER_SYNCHRONISE_EFFECT.
2023-11-10 18:21:56 +11:00
GriffinR
1dd602d914
Merge pull request #641 from AnonymousRandomPerson/master
...
Replaced decomp list with pret.github.io link
2023-10-17 02:44:44 -04:00
GriffinR
23dd337246
Merge pull request #645 from Kurausukun/m4asym
...
Add Missing Constant Usage in m4a_1
2023-09-23 21:49:28 -04:00
Kurausukun
5e7fada945
add missing constant usage in m4a_1
2023-09-23 19:37:52 -04:00
GriffinR
ff902c9f1b
Merge pull request #642 from citrusbolt/blockboxrs
...
[LEAK-INFORMED] Add `blockBoxRS` field to `struct BoxPokemon`
2023-09-12 18:48:37 -04:00
GriffinR
f7d133f503
Merge pull request #644 from ednolan/fix_pokenon_misspelling2
...
Fix misspelling: RivalPokenonTower -> RivalPokemonTower
2023-09-11 08:49:08 -04:00
Edward Nolan
d5319ea9f8
Fix misspelling: RivalPokenonTower -> RivalPokemonTower
2023-09-10 22:11:06 -04:00
GriffinR
66669cca92
Merge pull request #643 from ednolan/fix_pokenon_misspelling
...
Fix misspelling: TRAINER_RIVAL_POKENON_TOWER -> TRAINER_RIVAL_POKEMON_TOWER
2023-09-10 21:24:50 -04:00
Edward Nolan
93d4e3ff66
Fix misspelling: TRAINER_RIVAL_POKENON_TOWER -> TRAINER_RIVAL_POKEMON_TOWER
2023-09-10 21:16:06 -04:00
citrusbolt
d04c5d727a
Add blockBoxRS field to struct BoxPokemon
2023-09-09 22:08:05 -06:00
GriffinR
f8741615bf
Retire OK bot
2023-08-31 11:15:29 -04:00
GriffinR
0cab317261
Merge pull request #638 from GriffinRichards/doc-ql
...
Document some quest log
2023-08-31 11:13:49 -04:00
AnonymousRandomPerson
6a18b7504d
Replaced decomp list with pret.github.io link
2023-08-30 18:34:44 -04:00
GriffinR
f484b96062
Merge pull request #640 from WhenGryphonsFly/key_intr_enable
...
Correct KEY_INTR_ENABLE
2023-08-27 17:34:00 -04:00
WhenGryphonsFly
7ec3c5d37f
Correct KEY_INTR_ENABLE
2023-08-27 14:45:39 -05:00
GriffinR
eb250ab92a
Merge pull request #639 from AnonymousRandomPerson/master
...
Added newer decomp projects to readme
2023-08-18 23:46:13 -04:00
AnonymousRandomPerson
1aceaa933f
Added newer decomp projects to readme
2023-08-18 23:36:37 -04:00
GriffinR
09ee60049c
Quest log doc cleanup
2023-08-18 15:40:57 -04:00
GriffinR
10c1e1298f
Merge branch 'master' of https://github.com/pret/pokefirered into doc-ql
2023-08-18 11:26:22 -04:00
GriffinR
e72a26a6c1
Merge pull request #624 from GriffinRichards/field-tasks
...
Sync field_tasks
2023-08-14 16:00:52 -04:00
GriffinR
120fbb0578
More PALSLOT constant usage
2023-08-07 00:44:46 -04:00
Jaizu
e180611de6
Compare to ITEM_HM01 and not ITEM_TM50 ( #634 )
...
* Compare to ITEM_HM01 and not ITEM_TM50
While both compile to the same output when doing test functions in https://cexplore.karathan.at/ , shinny pointed in the discord that, if you expand TMs, using ITEM_TM50 would break things.
This was the previous behaviour but was changed by cbt when documented the party menu.
This was pointed out but HunarPG in the pokefirered Discord channel.
* Use ITEM_HM01 instead.
2023-07-29 15:13:49 -04:00
GriffinR
4da9e7549b
Merge pull request #631 from GriffinRichards/colorize
...
Correct more graphics colors
2023-07-26 22:49:23 -04:00
GriffinR
25a8d2b9b1
Sync INSTALL
2023-07-06 12:05:22 -04:00
GriffinR
b56e1cbf7c
Remove some unused declarations
2023-06-25 16:30:20 -04:00
GriffinR
992f8bf017
Sync fix for EWRAM_DATA wildcard
2023-06-07 11:09:43 -04:00
GriffinR
8ef8535fc5
Colorize battle_interface/healthbox_elements.png
2023-06-02 15:51:59 -04:00
GriffinR
cf089fedd0
Correct colors in pokemon_storage/menu.png
2023-06-02 14:34:36 -04:00
GriffinR
22fd5541e3
Correct colors in summary_screen/bg.png
2023-06-02 13:58:03 -04:00