Commit Graph

3609 Commits

Author SHA1 Message Date
Robin Xyifer
6a3a6eaba4 DewfordTown 2025-03-07 14:16:57 -06:00
Robin Xyifer
0899135d30 Ancillary changes for Town and City name parity update with Emerald. 2025-02-26 13:44:06 -06:00
Xyifer
6eec908ad1
AbandonedShip name parity update with PokeEmerald. (#874)
Some checks failed
CI / build (push) Has been cancelled
2025-02-25 09:18:15 -05:00
Xyifer
c3530bdf81
Route110_TrickHouse name parity with PokeEmerald. (#873)
Some checks are pending
CI / build (push) Waiting to run
2025-02-24 18:07:07 -05:00
luckytyphlosion
e1eeb8862b
Merge branch 'master' into work9 2024-09-30 19:10:37 -04:00
luckytyphlosion
e898671d0d
Merge pull request #858 from AreaZeroArven/work8
Unassembler and rename sub_8044804
2024-09-30 19:10:22 -04:00
GriffinR
8a18664468 Move unown ? and ! icons to the correct file 2024-01-18 17:43:42 -05:00
SnorlaxMonster
a5503c0950 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-18 13:56:27 +11:00
GriffinR
28b53dc44b Sync fieldmap 2023-05-09 16:09:33 -04:00
Arven
9ad4c9c774 Synchronize function names with pokeemerald 2023-01-07 13:54:20 -05:00
Arven
eb2d041143 Unassembler and rename sub_8044804
This function is known as CreatePartyStatusSummarySprites in pokeemerald
2023-01-07 13:51:35 -05:00
Revo
0f86137485
Merge pull request #853 from AreaZeroArven/do-some-work
event_object_movement: un-assembler InitObjectEventStateFromTemplate
2023-01-07 13:04:07 -05:00
Revo
df0a97c212
Merge pull request #854 from AreaZeroArven/Work-2
pokedex: Un-assembler nonmatchings
2023-01-07 13:03:33 -05:00
Revo
79ac263c2a
Merge pull request #856 from AreaZeroArven/work5
wally: un-assembler sub_81390D0
2023-01-07 13:03:24 -05:00
Arven
1586f69e84 contest: un-assembler Contest_InitAllPokemon 2023-01-07 12:24:36 -05:00
Arven
7d03f8939d wally: un-assembler sub_81390D0
Signed-off-by:Arven
2023-01-07 12:19:10 -05:00
Arven
dbd5aa7d1d pokedex: Un-assembler nonmatchings
Remove useless statements

Signed-off-by:Arven
2023-01-06 11:23:35 -05:00
Arven
1ef5efc481 event_object_movement: un-assembler InitObjectEventStateFromTemplate
Here lies another change from pokeemerald.

I hope to get the symbol names from
pokeemerald in future patches.

Signed-off-by:Arven
2023-01-06 10:36:00 -05:00
Rose
ca68698977 dewford: Un-assembler Dewford Trend
I am a new contributor. As my first commit,
I would like to do a simple code transplant.

By migrating the code from pokeemerald,
asm is no longer needed in this file.

sub_80FA828 was also renamed.

Signed-off-by: Arven
2023-01-05 17:08:56 -05:00
GriffinR
765deac254
Merge pull request #849 from GriffinRichards/dynamic-warps
Rename special map constants, treat warp ids as strings
2022-10-18 22:46:08 -04:00
GriffinR
fe9defe8a4
Merge pull request #846 from GriffinRichards/sync-webhook
Reformat object event graphics info
2022-09-25 22:08:43 -04:00
GriffinR
4084e7832b MAP_NONE -> MAP_DYNAMIC 2022-08-26 14:34:50 -04:00
GriffinR
b81c1ef348 Fix berry tree entry 2022-08-17 10:20:06 -04:00
GriffinR
3f0626bb44 Remove include guards in object_event_graphics_info.h 2022-07-02 17:27:44 -04:00
GriffinR
e3223dca5a Reformat object event graphics info 2022-07-02 16:42:08 -04:00
garakmon
ead35b86a2 use json for region map sections 2022-04-28 19:32:55 -04:00
SatoMew
55326ea422 Add fix to disallow negative current HP values 2021-09-13 00:00:00 +01:00
SatoMew
f931f40b1b Replace incorrect instances of Mystery Gift with Mystery Event 2021-09-12 23:08:09 +01:00
Kurausukun
bb495d6718 unsigned int -> u32 2021-08-08 22:25:09 -04:00
Kurausukun
cc0720f061 port cgb documentation and fakematch fixes 2021-08-08 20:48:28 -04:00
PikalaxALT
6333c3957e DPAD_ANY in item_menu.c 2021-07-14 13:54:07 -04:00
PikalaxALT
20ddd44176 Remove braces around one-line expressions; add constants/rgb.h 2021-07-12 17:00:40 -04:00
PikalaxALT
6f7f507c50 Match sub_80A1048 2021-07-12 16:50:26 -04:00
PikalaxALT
673ee26e4c Match sub_80980D4 2021-07-12 13:49:39 -04:00
PikalaxALT
5446ba2d53 Match sub_80EEA0C 2021-07-12 13:14:28 -04:00
PikalaxALT
f3da4cd5cd Match sub_80ED858 2021-07-12 12:54:48 -04:00
PikalaxALT
4f809c96d7 Match sub_80F68E8 2021-07-12 10:59:05 -04:00
PikalaxALT
3aa136cea3 Port sub_80F5688 from Emerald 2021-07-12 09:34:36 -04:00
PikalaxALT
4be32ca5d1 Match sub_80F4194 2021-07-12 09:06:36 -04:00
PikalaxALT
33c5532c12 Match sub_80F1BC8 2021-07-12 08:52:07 -04:00
PikalaxALT
a6e94b011b Fakematch sub_80F0D5C 2021-07-11 08:47:40 -04:00
PikalaxALT
8434dedd1a Match sub_80F098C 2021-07-11 08:15:13 -04:00
PikalaxALT
5fe1a85bd8 Match sub_80EF624 2021-07-10 16:03:33 -04:00
PikalaxALT
7dffc82a62 Fix German build 2021-07-10 11:57:46 -04:00
PikalaxALT
5694d3188e Fix modern build 2021-07-10 11:10:24 -04:00
PikalaxALT
53950f1691 Decompile German ScriptMenu_CreatePCMenu 2021-07-10 11:07:22 -04:00
PikalaxALT
b4a9667cbb Match German CreatePressStartBanner 2021-07-10 09:09:00 -04:00
PikalaxALT
e3b7303220 Match sub_80A5600 2021-07-09 21:27:13 -04:00
PikalaxALT
8be8ee6cee Match sub_80A5414 2021-07-09 21:18:21 -04:00
PikalaxALT
501bf9bcb5 Match German FrameType_DrawChoices 2021-07-09 15:51:45 -04:00