PikalaxALT
783488aae5
Name nullsubs in battle ctlrs
2021-03-16 16:41:28 -04:00
PikalaxALT
7794570c71
Document pokedude battle controller, 1
2021-03-16 13:51:03 -04:00
PikalaxALT
6fc2bdf840
battle_controller_link_partner sync labels from emerald
2021-03-16 09:46:17 -04:00
PikalaxALT
10f0222d28
Battle controller opponent sync labels from emerald
2021-03-16 08:24:53 -04:00
Kurausukun
a2367448b8
sync berry crush with emerald
2021-03-16 03:49:48 -04:00
PikalaxALT
14aa5bf52f
Remove unused, unneeded fields from BattleHealthboxInfo
2021-03-15 20:17:47 -04:00
PikalaxALT
81da6acff5
battle_gfx_sfx_util sync emerald names to unnamed syms
2021-03-15 19:32:49 -04:00
PikalaxALT
c6563b78c0
Sync new field name in BattleStruct
2021-03-15 16:19:15 -04:00
PikalaxALT
2f4f63afdb
Document old man batttle controller
2021-03-15 14:27:50 -04:00
PikalaxALT
df9bed0548
Revert HERE and USED macros
2021-03-15 08:33:37 -04:00
PikalaxALT
37537e38f9
Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer
2021-03-14 21:04:11 -04:00
PikalaxALT
31f4edbe50
Document more symbols in battle
2021-03-14 20:10:19 -04:00
GriffinR
077faeb1bd
Use global symbols for assembly on modern
2021-03-14 19:13:23 -04:00
PikalaxALT
99ec579deb
Name symbols in battle_anim_special.c
2021-03-14 16:29:33 -04:00
PikalaxALT
75b9fbc92f
check __CLION_IDE__ predefine in global.h
2021-03-13 17:51:27 -05:00
PikalaxALT
f7f7e9a70d
More documentation in battle_main
2021-03-12 16:56:09 -05:00
PikalaxALT
b38a5a85d4
Resolve link comm buffers in gBattleStruct
2021-03-12 15:37:28 -05:00
GriffinR
1c03a923b7
Merge pull request #399 from Deokishisu/patch-1000
...
Fix Typos / Use Box Constants / Name an Unknown
2021-03-11 15:11:53 -05:00
GriffinR
28e3522acb
Use NONMATCHING on modern for gcc-arm-none-eabi
2021-03-10 17:55:46 -05:00
Deokishisu
0589bd5827
Fix Typos / Use Box Constants
...
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed.
The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed.
Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out.
2021-03-10 16:22:08 -05:00
hjk321
fc16ee9498
Fix storage magic numbers
...
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?!
2021-02-22 10:04:27 -06:00
Deokishisu
57e3f5e0f8
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered
...
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented.
The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-16 16:56:31 -05:00
Deokishisu
fc623d2abf
Rename "Hidden" Movement Type to "Buried"
...
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`.
As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future.
2021-02-14 14:59:10 -05:00
GriffinR
8c66bde715
Merge pull request #388 from GriffinRichards/constants-localids
...
Use more LOCALID constants
2021-02-14 14:07:32 -05:00
GriffinR
b422fd4a49
Merge pull request #389 from Kurausukun/dexmatching
...
[LEAK-INFORMED] match the rest of pokedex_screen
2021-02-14 11:18:46 -05:00
GriffinR
1b84bd395d
Fix warning about gMonPaletteTable section
2021-02-12 17:18:14 -05:00
Kurausukun
ccd75ad32e
words are hard
2021-02-11 23:12:55 -05:00
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
515dde69af
Use more LOCALID constants
2021-02-10 20:20:15 -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
1f6dc0e86b
Use trainer constants in flags, automatically update flags/vars count
2021-01-29 15:50:01 -05:00
GriffinR
9350e2d338
Sync mapjson with pokeemerald
2021-01-19 01:38:15 -05:00
GriffinR
9509797b98
Remove deadnaming, sync BgEvent
2020-12-31 14:24:30 -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
Ashley Coleman
06b6853fb8
Rename farfetchd graphics to match define
2020-11-26 11:26:05 -08: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
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
luckytyphlosion
ed4a703838
Apply static modifier to static functions in PSS.
2020-07-04 20:54:24 -04:00
luckytyphlosion
1ad6f5270c
Port over PSS data to src.
2020-07-04 20:32:44 -04:00
luckytyphlosion
d7df6bf6e3
Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt
2020-07-04 18:14:40 -04:00
luckytyphlosion
db2fb7785d
pokemon_summary_screen.c, part 12.
2020-07-04 16:07:40 -04:00
luckytyphlosion
7cb48a704a
pokemon_summary_screen.c, part 10.
2020-07-03 19:40:10 -04:00
luckytyphlosion
f8247cdd79
pokemon_summary_screen.c, part 9.
2020-07-03 17:42:40 -04:00
luckytyphlosion
9453c154d7
pokemon_summary_screen.c, part 8.
2020-07-02 20:19:37 -04:00
luckytyphlosion
d9d3ac1c5d
pokemon_summary_screen.c, part 7.
2020-07-02 16:45:49 -04:00
luckytyphlosion
91fea55a24
pokemon_summary_screen.c, part 6.
2020-06-25 12:59:37 -04:00
luckytyphlosion
114a5b9b6f
pokemon_summary_screen.c, part 5.
2020-06-24 13:57:19 -04:00
luckytyphlosion
a04106a011
pokemon_summary_screen.c, part 4.
2020-06-23 22:06:21 -04:00
luckytyphlosion
d096f37d75
pokemon_summary_screen.c, part 3.
...
Also commit hgrep.sh for searching in non-c files.
2020-06-23 17:13:23 -04:00
luckytyphlosion
7cabc3d1a5
pokemon_summary_screen.c, part 2.
...
Also fix prototype of MenuHelpers_CallLinkSomething.
2020-06-14 19:04:24 -04:00
luckytyphlosion
bc143a695d
Initial work on pokemon_summary_screen.c
2020-06-14 16:08:21 -04:00
PikalaxALT
85dbd6c93e
Merge pull request #342 from GriffinRichards/sync-mapdatasize
...
Add MAX_MAP_DATA_SIZE alias
2020-05-27 07:54:29 -04:00
PikalaxALT
e3769a2ee9
Merge pull request #340 from GriffinRichards/doc-inconnect
...
Label in_connection's field in ObjectEventTemplate
2020-05-27 07:53:11 -04:00
GriffinR
e055d3afa4
Add MAX_MAP_DATA_SIZE alias
2020-05-17 16:45:58 -04:00
GriffinR
7b18204a90
Merge branch 'master' into doc-inconnect
2020-05-14 19:27:02 -04:00
GriffinR
ea01b132b2
Label in_connection's field in ObjectEventTemplate
2020-05-14 16:29:19 -04:00
Evan
f5c694c5b4
alignment fix
2020-05-05 11:07:56 -06:00
Evan
5a5e68269d
fix PLAYER_AVATAR_FLAG_WATERING define
2020-05-05 11:00:39 -06:00
Evan
fcb999beea
document battle_message.c
2020-05-01 19:54:35 -06:00
PikalaxALT
ece62fa4ba
Merge pull request #333 from jiangzhengwenjz/librfu
...
fix librfu issues
2020-04-27 19:11:59 -04:00
PikalaxALT
9f8f350da3
Merge pull request #334 from jiangzhengwenjz/nonmatching
...
fix remainSize field in librfu
2020-04-27 19:11:39 -04:00
jiangzhengwenjz
2d0dace7e0
fix remainSize type
2020-04-28 04:45:15 +08:00
jiangzhengwenjz
151f583f0c
librfu issues
2020-04-27 07:37:31 +08:00
Evan
87ba2b8bde
battle anim documentation
2020-04-23 22:40:13 -06:00
fieldy101
4c409fa343
Resolving PR review
2020-04-23 10:05:19 +10:00
fieldy101
9634b58d7a
Port emerald water functions into firered
2020-04-22 23:30:44 +10:00
GriffinR
cdc705f7e3
Label GCN link flags field
2020-04-22 23:30:44 +10:00
GriffinR
03ca7d8bb4
Label GCN link flags field
2020-04-13 08:42:56 -04:00
PikalaxALT
4e3b3cdd3c
Berry Crush documentation, 2
2020-04-11 21:47:47 -04:00
PikalaxALT
8f8665e1dc
Some documentation of berry_crush
2020-04-11 14:34:45 -04:00
PikalaxALT
ec0edfd198
Cleanup of main.c
2020-04-10 20:16:31 -04:00
PikalaxALT
c29408cbbb
Use defines/enums in window.c, window_8bpp.c
2020-04-10 16:36:41 -04:00
PikalaxALT
aea30489fc
Create COPYWIN defines for CopyWindowToVram calls
2020-04-10 16:17:46 -04:00
PikalaxALT
a205881ce2
Comment dma3 methods and create DMA3_*BIT macros
2020-04-10 15:57:08 -04:00
PikalaxALT
b22d3a821d
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
2020-04-10 13:10:44 -04:00
PikalaxALT
5f7ed93363
Name as many symbols as I could in trade.c
2020-04-10 12:03:37 -04:00
PikalaxALT
fc7f04322d
Address review comments, 3
2020-04-10 11:16:53 -04:00
PikalaxALT
fd66e15464
Address review comments, 2
2020-04-10 11:11:47 -04:00
PikalaxALT
61a06dffe7
Address review comments
2020-04-10 10:57:20 -04:00
PikalaxALT
d79a499d91
Attempt to doc trade
2020-04-09 14:43:08 -04:00
PikalaxALT
8626240b54
Finish naming item_pc routines
2020-04-09 11:50:23 -04:00
PikalaxALT
2073a56531
Finish naming objs in slot_machine
2020-04-08 12:51:31 -04:00
PikalaxALT
54559c2e08
More quest log documentation
2020-04-07 19:37:53 -04:00
PikalaxALT
fedb2f5c0b
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
2020-04-07 11:05:48 -04:00
PikalaxALT
31ecdcdd0a
Merge branch 'master' of github.com:pret/pokefirered into various_documentation
2020-04-07 07:50:06 -04:00
PikalaxALT
a7d74b1779
More quest log doccing
2020-04-06 20:43:53 -04:00
PikalaxALT
0394317ae4
Merge branch 'various_documentation' of github.com:PikalaxALT/pokefirered into various_documentation
2020-04-06 18:00:47 -04:00
PikalaxALT
c78101535b
Split quest_log.c
2020-04-06 17:58:24 -04:00
PikalaxALT
c05ca373e0
Merge branch 'master' of github.com:pret/pokefirered into various_documentation
2020-04-06 15:27:10 -04:00
PikalaxALT
1f113498c9
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
2020-04-06 15:16:23 -04:00
PikalaxALT
b2e8e02364
Use actual filename/lineno in AGBAssert calls for modern
2020-04-06 15:13:47 -04:00
GriffinR
662c8db99e
Fix tile encounter name
2020-04-06 12:53:53 -04:00
GriffinR
93d17ef7c8
Merge branch 'master' into doc-rm
2020-04-06 00:37:08 -04:00
GriffinR
5f1a4de374
Clean up region map doc
2020-04-06 00:35:20 -04:00
PikalaxALT
a622448029
More quest log documentation amid other stuff
2020-04-05 20:30:45 -04:00
PikalaxALT
f15a705021
Resolve compile warnings in modern
2020-04-05 13:07:40 -04:00
PikalaxALT
cc3419eff7
Get pokefirered_modern to build
2020-04-04 12:58:08 -04:00
GriffinR
250f955ae6
Start documenting region map
2020-04-01 17:32:22 -04:00
PikalaxALT
1d399a41dd
Fix intro gfx and start doccing intro methods
2020-04-01 08:57:03 -04:00
PikalaxALT
af32535610
Name all specials
2020-03-31 08:49:47 -04:00
PikalaxALT
4134baf3eb
Some more docs in battle anims
2020-03-31 07:55:32 -04:00
PikalaxALT
b31317889d
Partial doc of battle anim utility funcs
2020-03-30 08:52:49 -04:00
PikalaxALT
1bed74a6a1
doc option_menu
2020-03-29 17:45:11 -04:00
PikalaxALT
8c23bd7c96
Document bike.c
2020-03-29 17:29:52 -04:00
PikalaxALT
19812c9d18
Decoration data to C
2020-03-29 11:42:08 -04:00
PikalaxALT
20b7967049
Some doc in shop, quest_log
2020-03-29 11:00:02 -04:00
PikalaxALT
581ec47ae2
Document map_name_popup task fields
2020-03-29 10:42:31 -04:00
PikalaxALT
9cfc34f2ec
Address review comments
2020-03-29 08:56:38 -04:00
PikalaxALT
a027218bc6
Credits overworld pan sequence doc
2020-03-28 22:15:12 -04:00
PikalaxALT
935fd18898
overworld static syms
2020-03-28 21:50:01 -04:00
PikalaxALT
0f618efb15
Finish overworld.c
2020-03-28 21:39:28 -04:00
PikalaxALT
781aa8949c
Merge branch 'master' of github.com:pret/pokefirered into overworld
2020-03-28 18:04:45 -04:00
PikalaxALT
f3a632156b
through sub_8057854
2020-03-28 18:00:52 -04:00
PikalaxALT
d8c9214e0a
Merge pull request #314 from jiangzhengwenjz/bike
...
bike
2020-03-28 16:32:09 -04:00
PikalaxALT
f5f4d6bc1f
through InitCurrentFlashLevelScanlineEffect
2020-03-28 14:40:25 -04:00
PikalaxALT
f0fe4904d0
through sub_8056918
2020-03-28 14:03:51 -04:00
PikalaxALT
9bcc82856d
Merge branch 'master' of github.com:pret/pokefirered into overworld
2020-03-28 12:26:00 -04:00
PikalaxALT
24ac46856a
through sub_805644C
2020-03-28 12:20:20 -04:00
PikalaxALT
816e7ad1f8
through ChooseAmbientCrySpecies
2020-03-28 10:42:23 -04:00
jiangzhengwenjz
fd7abb3d73
bike
2020-03-28 10:11:45 +08:00
PikalaxALT
fe9c3d3b58
through sub_8055B38
2020-03-27 18:08:28 -04:00
PikalaxALT
a03906a1a3
through SetContinueGameWarpToDynamicWarp
2020-03-27 17:21:00 -04:00
GriffinR
eebe7f2233
Use trainer type constants
2020-03-27 10:21:26 -04:00
PikalaxALT
71c003dcdb
through LoadSaveblockMapHeader
2020-03-26 21:30:58 -04:00
PikalaxALT
012f8ed12f
through sub_8054F38
2020-03-26 19:59:05 -04:00
PikalaxALT
84a69bf140
through Overworld_ResetStateAfterFly
2020-03-26 18:29:48 -04:00
PikalaxALT
9130579f14
Resolve off-by-one error in evobjmv.c
2020-03-26 17:37:14 -04:00
PikalaxALT
402f2643bd
Merge branch 'master' of github.com:pret/pokefirered into field_player_avatar
2020-03-26 17:07:52 -04:00
GriffinR
6cf4bc4101
Label object event graphics
2020-03-26 13:39:40 -04:00
PikalaxALT
9cb08e3475
Document player avatar fields
2020-03-25 20:40:44 -04:00
PikalaxALT
adc7a0b65a
Document field teleport anim
2020-03-25 19:40:34 -04:00
PikalaxALT
3a29f9be95
static syms in field_player_avatar
2020-03-25 18:12:07 -04:00
PikalaxALT
302c6bfe6b
finish field_player_avatar
2020-03-25 18:00:26 -04:00
PikalaxALT
c032dc0231
through AlignFishingAnimationFrames
2020-03-25 17:37:07 -04:00
PikalaxALT
f1841ef24d
through sub_805D1A8
2020-03-25 08:57:52 -04:00
GriffinR
89c4e3229e
Review static evobjmv data
2020-03-25 03:22:12 -04:00
GriffinR
970717ee2c
Move object event graphics info pointers to src
2020-03-25 00:46:27 -04:00
PikalaxALT
6c964a6350
through InitPlayerAvatar
2020-03-24 20:59:37 -04:00
PikalaxALT
8a85485cc2
through PlayerTurnInPlace
2020-03-24 18:17:18 -04:00
GriffinR
b021ce35b7
Move field effect objects to src
2020-03-24 14:16:49 -04:00
PikalaxALT
87b2c7f34b
through PlayerSetAnimId; some quest log doc
2020-03-24 08:56:14 -04:00
PikalaxALT
5b3e9f376b
through PlayerGetCopyableMovement
2020-03-23 21:42:35 -04:00
GriffinR
b607821bf6
Move evobjmv data up to movement type func tables to src
2020-03-23 17:34:12 -04:00
PikalaxALT
f9a3607824
through CheckForObjectEventCollision
2020-03-23 08:54:37 -04:00
PikalaxALT
dbac777d95
through CheckMovementInputNotOnBike
2020-03-22 20:17:47 -04:00
PikalaxALT
4f65d54095
Merge pull request #309 from PikalaxALT/pokemon_special_anim
...
Pokemon special anim
2020-03-22 14:50:33 -04:00
PikalaxALT
cce652dc9b
Remove partial define
2020-03-22 14:44:32 -04:00
PikalaxALT
77a6b8a820
Address review comments; doc round 2
2020-03-22 14:26:44 -04:00
PikalaxALT
faab53204c
Start doccing PSA
2020-03-21 20:52:44 -04:00
PikalaxALT
41704d7054
Finish pokemon_special_anim_scene.s
2020-03-21 19:46:43 -04:00
PikalaxALT
d0be58d077
through sub_811E040
2020-03-21 16:55:56 -04:00
PikalaxALT
218555e72c
through sub_811D5C0
2020-03-21 10:48:55 -04:00
PikalaxALT
47fe2cb9ce
through sub_811D2D0
2020-03-20 20:33:25 -04:00
PikalaxALT
73b04853e9
through sub_811D178
2020-03-20 19:59:20 -04:00
GriffinR
9c1a8011d9
Move heal location data
2020-03-19 19:32:13 -04:00
PikalaxALT
a8403c0779
Address review comments (cleanup)
2020-03-19 10:25:17 -04:00
PikalaxALT
e078e4b315
Some documentation of field_control_avatar and related routines
2020-03-19 08:45:32 -04:00
PikalaxALT
15a3adefa0
Static syms in field_control_avatar
2020-03-18 21:32:09 -04:00
PikalaxALT
7074900712
Finish field_control_avatar
2020-03-18 21:20:42 -04:00
PikalaxALT
4516c63652
through TryStartWarpEventScript
2020-03-18 08:49:31 -04:00
PikalaxALT
ba7e4acfee
through CheckStandardWildEncounter
2020-03-17 22:08:02 -04:00
PikalaxALT
901fceec18
through GetInteractedObjectEventScript
2020-03-17 20:59:39 -04:00
PikalaxALT
0b1ddd5842
Merge pull request #303 from GriffinRichards/doc-metatr
...
Label used metatile attributes
2020-03-17 08:53:50 -04:00
PikalaxALT
39587fe2bc
Address review comments
2020-03-17 08:28:09 -04:00
PikalaxALT
7610a2dfc2
Port field_weather_effects from emerald
2020-03-16 21:43:49 -04:00
PikalaxALT
51eac4e14b
field_weather_util
2020-03-16 20:37:51 -04:00
PikalaxALT
6e00e82210
Port field_weather from Emerald
2020-03-16 20:12:37 -04:00
GriffinR
ebf2f04d91
Label used metatile attributes
2020-03-16 19:09:13 -04:00
PikalaxALT
db3e992fc3
Address review comments; doc pc_screen_effect
2020-03-16 08:23:01 -04:00
PikalaxALT
160df58342
Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system
2020-03-16 07:59:43 -04:00
PikalaxALT
2c7387951b
Merge pull request #301 from GriffinRichards/doc-borderdim
...
Label border dimension fields
2020-03-16 07:59:31 -04:00
PikalaxALT
0367cc7d78
Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system
2020-03-16 07:51:21 -04:00
PikalaxALT
f44f89a463
Merge pull request #300 from ultima-soul/event_object_movement
...
Decompile/port event_object_movement
2020-03-16 07:51:08 -04:00
ultima-soul
e1f7efb8e6
Document some metatile behaviors and address review comments.
2020-03-15 19:44:47 -07:00
PikalaxALT
9c2e157123
Start documenting PSS
2020-03-15 20:31:31 -04:00
PikalaxALT
d30e2597a0
pss 9; static symbols
2020-03-15 18:25:20 -04:00
PikalaxALT
c996ca85bc
pokemon_storage_system_8
2020-03-15 17:29:02 -04:00
PikalaxALT
be742e6741
pokemon_storage_system_7
2020-03-15 15:11:51 -04:00
PikalaxALT
39ef2a31a4
through AddMenu
2020-03-15 12:24:33 -04:00
PikalaxALT
1e959e036d
through sub_8094D84
2020-03-15 11:57:01 -04:00
ultima-soul
dd24bd3116
Fix fakematch and match nonmatching.
2020-03-15 08:12:39 -07:00
PikalaxALT
e445a42a5b
through HandleInput
2020-03-15 10:26:42 -04:00
PikalaxALT
9ebfeb78bd
Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system
2020-03-15 09:45:08 -04:00
PikalaxALT
4a7c1d888a
Fix issues with cexplore
2020-03-15 09:39:08 -04:00
GriffinR
de53dabab2
Label border dimension fields
2020-03-15 01:24:31 -04:00
PikalaxALT
09b90247ee
through nonmatching InBoxInput_Normal
2020-03-14 21:19:56 -04:00
PikalaxALT
5471590f77
through RunCanReleaseMon
2020-03-14 20:37:48 -04:00
PikalaxALT
8faf63a97c
split off pokemon_storage_system_4
2020-03-14 14:23:40 -04:00
PikalaxALT
5f7738672a
through sub_809223C
2020-03-14 13:52:50 -04:00
ultima-soul
96b7836d48
Finish rest of event_object_movement
2020-03-13 19:44:09 -07:00
PikalaxALT
6753e18db0
through sub_8090FC4
2020-03-13 20:53:22 -04:00
PikalaxALT
a89e8474fd
Through sub_808FE54
2020-03-13 16:52:47 -04:00
ultima-soul
99e4de062a
Merge branch 'master' into event_object_movement
2020-03-13 00:32:04 -07:00
PikalaxALT
50e0630320
Through GiveChosenBagItem
2020-03-12 16:43:23 -04:00
ultima-soul
339c2914af
Decompile/port event_object_movement
2020-03-12 12:46:40 -07:00
PikalaxALT
68c48a0cc3
through Cb_ReleaseMon
2020-03-12 15:39:41 -04:00
PikalaxALT
748b4eafac
through Cb_MainPSS
2020-03-12 14:14:16 -04:00