summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10Label move_tutor_menu.cMarcus Huderle
2018-06-08Label decoration_inventoryMarcus Huderle
2018-06-08Fix find/replace mistakeMarcus Huderle
2018-06-08Label field_cameraMarcus Huderle
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-06-07Define the missing metatile behavior constantsMarcus Huderle
2018-06-07Move metatile_behaviors.h into include/constantsMarcus Huderle
2018-06-07Fix fake-matching DrawMonDescriptorStatus()Marcus Huderle
2018-06-06Label/document field_control_avatar.c and a few misc thingsMarcus Huderle
2018-06-06Update installation instructions to export DEVKITPROMarcus Huderle
2018-06-06Update travis for new devkitARM locationMarcus Huderle
2018-06-03Fix "catching polymorphic type" errors with newest gccKonrad Borowski
2018-05-30Fix nonmatching in decorationMarcus Huderle
2018-05-30Fix rotating_gate nonmatching functionMarcus Huderle
2018-05-30Fix some sym_common fake-matching symbolsMarcus Huderle
2018-05-30Fix nonmatchings in daycareMarcus Huderle
2018-05-30Merge pull request #618 from huderlem/objMovementMarcus Huderle
Document event object movement
2018-05-29Flesh out applymovement command namesMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29More event object movement cleanupMarcus Huderle
2018-05-29Rename movement_type and movement_action func table filenamesMarcus Huderle
2018-05-29Properly label object movement anim numsMarcus Huderle
2018-05-29Finish labeling all movement actionsMarcus Huderle
2018-05-29Start labeling movement actionsMarcus Huderle
2018-05-29Define movement type constantsMarcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-05-29Rename regularAnim and specialAnim to singleMovement and heldMovementMarcus Huderle
2018-05-26Merge pull request #617 from huderlem/r48Marcus Huderle
Update Makefile and installation instructions for devkitpro r48
2018-05-26Update Makefile and installation instructions for devkitpro r48Marcus Huderle
2018-05-23Merge pull request #616 from huderlem/miscMarcus Huderle
Misc labeling
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-05-21Fix map object range union, and remove the obsolete alt structMarcus Huderle
2018-05-21Label naming screen struct membersMarcus Huderle
2018-05-21Define PLAYER_AVATAR_STATE_ enum, and label things related to itMarcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-05-21Add unused parameter to load_gfxc_health_bar definitionMarcus Huderle
2018-05-17Merge pull request #615 from Deokishisu/patch-2Marcus Huderle
Rename sub_804C1A8() in trade.c to SetTradeSceneStrings()
2018-05-17Change GetTradeSceneStrings to SetTradeSceneStringsDeokishisu
2018-05-17Merge pull request #614 from Deokishisu/patch-1Marcus Huderle
Add EGG_HATCH_LEVEL define and use when appropriate
2018-05-17Rename sub_804C1A8() to GetTradeSceneStrings()Deokishisu
sub_804C1A8() is responsible for getting the variable strings (like the trade partner's OTName, their Pokemon's nickname, and your Pokemon's nickname) needed to print the messages in the trade scene, so I renamed it to GetTradeSceneStrings(). Added a comment in the function to describe what it's doing as well. Please let me know if this name isn't accurate enough or if my comment should be in a different style.
2018-05-16Update egg_hatch.c to use EGG_HATCH_LEVEL defineDeokishisu
To be consistent with pokeemerald.
2018-05-16Update daycare.c to use EGG_HATCH_LEVEL defineDeokishisu
To be consistent with pokeemerald.
2018-05-16Update pokemon_summary_screen.c to use EGG_HATCH_LEVEL defineDeokishisu
To be consistent with pokeemerald.
2018-05-16Update daycare.h to have EGG_HATCH_LEVEL defineDeokishisu
To be consistent with pokeemerald.
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-05-07Merge pull request #610 from huderlem/battle_anim_812C144Marcus Huderle
decompile a chunk of battle_anim_812C144
2018-05-07Decopmile battle_anim_812C144 up through sub_812D790()Marcus Huderle
2018-05-06Decompile battle_anim_812C144 through sub_812C990()Marcus Huderle
2018-05-05Start decompiling battle_anim_812C144Marcus Huderle
2018-05-04Merge pull request #609 from PikalaxALT/fix_sub_80F7DC0Marcus Huderle
Fix matching sub_80F7DC0