Commit Graph

66 Commits

Author SHA1 Message Date
GriffinR da955aaf64 Document safari reactions, move b string ids to constants 2022-08-23 11:11:50 -04:00
GriffinR a064849864 Sync/document battle_message.c 2022-08-12 13:58:24 -04:00
Eduardo Quezada 95dd979f09 Font constants and slight PSS sync 2022-07-31 21:00:27 -04:00
Eduardo Quezada dcb9d9de1e Synced src/pokeball.c 2022-07-29 21:39:25 -04:00
Eduardo Quezada dfe6c6885c Synced sound.c 2022-07-29 18:15:25 -04:00
Eduardo Quezada 65baf962c5 Forgot to include this fix 2022-07-29 17:07:26 -04:00
Eduardo Quezada e0010b9205 Reverted FONT_SMALL 2022-07-29 17:04:04 -04:00
Eduardo Quezada c97e88b437 Review changes 2022-07-29 16:57:13 -04:00
Eduardo Quezada 4c9e831a05 Standarized use of star in void and struct pointers 2022-07-29 11:20:00 -04:00
Eduardo Quezada 4998b976e1 Standarized use of star in pointer types 2022-07-29 10:35:48 -04:00
Eduardo Quezada 94fc3ca044 Fixed check 2022-07-29 10:30:12 -04:00
Eduardo Quezada 53fc50229f Review changes from pokeemerald #1719 2022-07-29 10:21:59 -04:00
Eduardo Quezada 7f53f533bb Synced src/battle_script_commands.c 2022-07-29 09:42:03 -04:00
Eduardo Quezada 0709da5867 Multiple changes 2 2022-07-28 01:20:05 -04:00
Eduardo Quezada f5e9cc595b Multiple changes
- BATTLESTRINGS_ID_ADDER ->BATTLESTRINGS_TABLE_START
- Defines for battle windows
- MAIL_NONE
- MON_DATA_FILLER -> MON_DATA_UNUSED_RIBBONS
- Usage of BattlePutTextOnWindow with masks
- PlayCry1 -> PlayCry_Normal
- BlendPalettes(0xFFFFFFFF -> BlendPalettes(PALETTES_ALL
- FillPalette(0 -> FillPalette(RGB_BLACK
2022-07-27 18:14:48 -04:00
Eduardo Quezada 3b98289de2 BeginNormalPaletteFade PALETTES_ALL documentation 2022-07-27 13:16:28 -04:00
Squeetz d4695fffe7 Rename and document HITMARKER_x100000
This marker makes the target unable to Counter or Mirror Coat the damage back to an attacker, however the game does not have a scenario where this is applicable since all its uses are in end-turn events. It's used for all passive damage, where the damage dealt isn't coming from an attacker.
Alternate name: HITMARKER_NO_ATTACKER
2021-08-11 15:45:30 +02:00
PikalaxALT aec808ac0d Flatten pos fields in struct Sprite 2021-07-07 09:05:48 -04:00
Kurausukun ff94d49a45 add SAFE_DIV macro and usages 2021-07-03 17:18:41 -04:00
GriffinR d21090cf04 Merge pull request #406 from hjk321/index-graphics
Document, Index, and Prettify Graphics, Part 1 (A-H)
2021-04-23 14:01:11 -04:00
PikalaxALT 704dc2f913 Document Pokedex Screen 2021-04-21 10:34:15 -04:00
Kurausukun 4b182affb6 standardize "grey" to "gray" 2021-04-09 22:34:08 -04:00
hjk321 7d9bcc9f77 Document and index graphics/battle_anims and graphics/battle_interface 2021-03-30 17:13:37 -05:00
PikalaxALT 014596dea5 Document and refactor AdjustFriendship 2021-03-18 17:50:55 -04:00
PikalaxALT 4d86834d12 Document item use functions in pokemon.c 2021-03-16 21:16:31 -04:00
PikalaxALT 2f4f63afdb Document old man batttle controller 2021-03-15 14:27:50 -04:00
PikalaxALT 31f4edbe50 Document more symbols in battle 2021-03-14 20:10:19 -04:00
GriffinR 1f6dc0e86b Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
PokeCodec 26ac9c5faf Match Most of Remaining Functions 2020-09-01 11:42:28 -04:00
GriffinR bb56d4a3f4 Give songs meaningful english names 2020-08-29 03:11:03 -04:00
PikalaxALT aea30489fc Create COPYWIN defines for CopyWindowToVram calls 2020-04-10 16:17:46 -04:00
PikalaxALT 8a1c3b1362 Match atk7C_trymirrormove 2020-04-07 13:13:27 -04:00
PikalaxALT 898bd24438 gflib propagation, 1 2020-04-02 20:40:15 -04:00
PikalaxALT faab53204c Start doccing PSA 2020-03-21 20:52:44 -04:00
PikalaxALT b7c28c4be7 Remove redundant include lines 2020-02-21 15:00:56 -05:00
GriffinR 729c224bf2 Name battle scene and map type constants 2020-02-18 16:16:03 -05:00
GriffinR e7cd8c59f4 Remove unused BF battle types, clarify Ghost battle type flags 2020-01-22 21:02:25 -05:00
GriffinR f544f6e356 Document Cerulean City scripts 2020-01-14 16:41:38 -05:00
jiangzhengwenjz 972c044d71 party_menu fourth quarter 2019-11-24 03:03:29 +08:00
jiangzhengwenjz 1d96920da0 party_menu data 2019-11-23 08:09:23 +08:00
jiangzhengwenjz a4e7a35960 document some symbols 2019-11-23 08:09:22 +08:00
PikalaxALT e7cb5476c4 Port evolution_scene 2019-11-20 11:08:30 -05:00
jiangzhengwenjz a4a44dd18e fire; update constants 2019-11-09 12:26:53 +08:00
PikalaxALT 64485f5cd1 TRAINER_SECRET_BASE propagation 2019-11-07 09:23:21 -05:00
PikalaxALT f14f13b312 Document battle_scripts_2.s 2019-11-06 18:25:36 -05:00
PikalaxALT d97eb6353d Sync battle script documentation with Emerald, 1 2019-11-06 15:52:58 -05:00
PikalaxALT 629cb532d8 Update macros for battle_scripts_2 2019-11-06 15:05:04 -05:00
PikalaxALT 69edfecc16 Update battle scripts with more defines 2019-11-06 13:09:59 -05:00
jiangzhengwenjz b469207121 rename BATTLE_TYPE_OLD_MAN_TUTORIAL 2019-10-24 14:05:20 +08:00
jiangzhengwenjz 1dc0b25c1e Merge branch 'master' into battle 2019-10-24 01:42:52 +08:00