Commit Graph

285 Commits

Author SHA1 Message Date
Adrienn Tindall
3d0a9d71e3 Move Status Flag Definitions 2023-06-19 14:04:57 -05:00
Adrienn Tindall
a458eebafa Add struggle check flags 2023-06-15 22:46:11 -05:00
Adrienn Tindall
57abab1fad Add constants 2023-06-15 18:04:09 -05:00
Adrienn Tindall
75ee37006f added MoveFailFlags 2023-06-15 10:27:07 -05:00
Adrienn Tindall
b6954df9b2
Merge branch 'master' into master 2023-06-15 08:49:18 -05:00
Adrienn Tindall
fbcf999bd1 Update INSTALL.md, add move effect consts 2023-06-15 08:45:57 -05:00
red031000
70db68b8f2
spacing 2023-06-13 22:57:09 +01:00
red031000
a5dc5d9246
correct incorrectly flypoint stuff 2023-06-13 22:33:35 +01:00
Adrienn Tindall
3637c6173d Added automatic exporting of xMAP files into workflow 2023-06-12 09:27:54 -05:00
Adrienn Tindall
27a4481cf5 Blanket replace TSURE_POKE -> FOLLOWER_MON 2023-06-11 13:17:51 -05:00
Adrienn Tindall
0ac0931ee0 Move battle c files to their own folder 2023-06-11 03:40:08 -05:00
Adrienn Tindall
541d0809ea Add status condition constants 2023-06-10 09:26:13 -05:00
Adrienn Tindall
b58b140cab Add battle Weather constants 2023-06-09 17:25:24 -05:00
Adrienn Tindall
4cc6bd5b91 Add BMON_DATA (battle mon data) documentation 2023-06-09 02:46:45 -05:00
Adrienn Tindall
c5e74123c7 Added second set of requested changes
aside from int -> s32 stuff since I don't like that very much
2023-06-05 15:36:19 -05:00
Adrienn Tindall
8660536d04 Make HeapID an enum
Also made some _ctor and _new -> _New
2023-06-03 02:18:52 -05:00
Adrienn Tindall
3328899da9
Merge branch 'master' into master 2023-05-29 03:48:36 -05:00
Adrienn Tindall
d989ce9f69 More function declaration fixes 2023-05-25 03:21:51 -05:00
Eduardo Quezada D'Ottone
4540fc7350
Merge branch 'master' into pret/doc/letsDoThis 2023-05-20 18:49:01 -04:00
Eduardo Quezada
cd80e18e9a Moved MAX_MON_MOVES back to include/constants/pokemon.h 2023-05-20 10:10:58 -04:00
Eduardo Quezada
d4f12a3633 Merge remote-tracking branch 'pret_origin/master' into pret/doc/4_MaxMonMoves
# Conflicts:
#	include/constants/global.h
2023-05-20 09:58:21 -04:00
Eduardo Quezada
2273a0000e Merge remote-tracking branch 'pret_origin/master' into pret/doc/1_letsDoThis
# Conflicts:
#	include/field_blackthorn_tutors.h
#	include/get_egg.h
#	src/get_egg.c
#	src/hall_of_fame.c
#	src/scrcmd_move_relearner.c
2023-05-20 09:17:46 -04:00
Akira Akashi
5fe155d659
Merge branch 'master' into pret/doc/3_PlayerNameLength 2023-05-11 00:43:48 +01:00
Akira Akashi
3b5d252b20
Merge branch 'master' into pret/doc/4_MaxMonMoves 2023-05-11 00:43:18 +01:00
Konrad Borowski
18a2614158 Format type effectiveness table 2023-04-14 08:03:54 +02:00
Eduardo Quezada
6d3a1615c5 MON_MOVES -> MAX_MON_MOVES and moved to include/constants/global.h 2023-02-18 11:15:16 -03:00
Eduardo Quezada
a5f4aafd74 OT_NAME_LENGTH -> PLAYER_NAME_LENGTH 2023-02-18 11:09:41 -03:00
Eduardo Quezada
db4ef3fa7b Merge remote-tracking branch 'pret_origin/master' into pret/doc/letsDoThis
# Conflicts:
#	src/battle_arcade_game_board.c
#	src/battle_command.c
#	src/overlay_94.c
#	src/scrcmd_move_relearner.c
#	src/scrcmd_party.c
#	src/scrcmd_pokemon_misc.c
#	src/use_item_on_mon.c
2023-02-17 21:34:50 -03:00
Eduardo Quezada
4fb236c695 Fixed placeholder MON_DATA names 2023-02-17 18:44:03 -03:00
Eduardo Quezada
992091189e Removed trailing spaces and tabs 2023-02-17 18:13:00 -03:00
Abaresk
85a6008671 Fix line endings 2023-01-26 01:47:59 +00:00
Adrienn Tindall
50542bb40c unk_02050660 -> encounter.c 2023-01-11 22:33:18 -05:00
Adrienn Tindall
cf49994b2f Requested Changes 2022-12-23 14:38:05 -06:00
Adrienn Tindall
d356b19434 enum Tile Behavior 2022-12-07 00:05:12 -05:00
Adrienn Tindall
fd30fb3940 Battle Command, 16
This also includes a TON of documentation on what's been worked on so far
2022-12-04 12:39:27 -05:00
Adrienn Tindall
9d947d7527 Battle Command, 14 2022-11-23 05:34:49 -05:00
Adrienn Tindall
78ebf2c67a Battle Command, 13 2022-11-21 15:35:33 -05:00
Adrienn Tindall
ce2526d24a Battle Command, 12 2022-11-16 22:34:13 -05:00
Adrienn Tindall
5d2c9a624f Battle Command, 11 2022-11-14 22:58:10 -05:00
Adrienn Tindall
70cee1fccf Battle Command, 9 2022-11-10 11:01:22 -05:00
Adrienn Tindall
8ffa701793 Battle Command, 7
BattleSystem struct outlined, some documentation
2022-11-07 02:32:07 -05:00
Adrienn Tindall
69078ef15a Decompile field_player_avatar 2022-10-21 21:23:00 -04:00
Adrienn Tindall
af399d4c20 Merge remote-tracking branch 'upstream/master' 2022-09-27 04:51:36 -04:00
Adrienn Tindall
030aabdff6 Document scrcmd_pokemon_misc pts 4-6 2022-09-27 04:18:18 -04:00
Nathan
dfb9ff8116 fix hold effect defines 2022-09-12 14:00:18 -05:00
Adrienn Tindall
b855f37da8 Decompile scrcmd_pokemon_misc, 1
Also named some variables before GetMonData/SetMonData while I was looking for specifically the Golden Leaves since all instances looked unlabeled
2022-09-04 00:03:38 -04:00
麗奈 / Rena
bfb9d11c52
Merge branch 'pret:master' into item-flags 2022-05-07 16:25:21 -05:00
Abaresk
b454fa7f67 Decompile overlay_01_02204840 2022-05-07 13:05:55 +00:00
Rena
d34bbcd3d9 Fix a spelling error introduced in #86 commit 830ed20 2022-05-06 19:51:54 -05:00
Rena
8d1184c6e1 Define FLAG_GOT_EVERSTONE_FROM_ELM
This flag is notable because no code in the game ever reads its value, meaning it is functionally useless. If the player is unable to obtain the Everstone because their bag is full, it is lost forever. This is unlike every other item flag in the game, which all properly check the corresponding flag and allow the player to make space and come back to get the item.
2022-05-06 19:34:34 -05:00