Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-19 | Label various overworld-related things | Marcus Huderle | |
2018-06-18 | Decompile sub_80DDE7C | Thomas Winwood | |
2018-06-18 | Decompile sub_80DDDF0 | Thomas Winwood | |
2018-06-18 | Decompile sub_80DDD78 | Thomas Winwood | |
2018-06-18 | Decompile sub_80DDD58 | Thomas Winwood | |
(I didn't actually do this one, shinny did) | |||
2018-06-18 | Decompile sub_80DDCC8 | Thomas Winwood | |
(I didn't actually do this one, shinny did) | |||
2018-06-18 | Decompile sub_80DDC4C | Thomas Winwood | |
(I didn't actually do this one, shinny did) | |||
2018-06-18 | issue fixed? | MCboy | |
2018-06-18 | Update flying.c | MCboy | |
2018-06-18 | Decompile sub_80DDBD8 | Thomas Winwood | |
2018-06-18 | decompiled sub_80DA034 into C | MCboy | |
special thanks to some guys over at prets discord :) | |||
2018-06-17 | Decompile sub_80DDB6C | Thomas Winwood | |
2018-06-15 | Update some event_object_movement things to sync with emerald | Marcus Huderle | |
2018-06-14 | updated labels of tileset_anim.c to match Emerald | Avara | |
2018-06-14 | updated labels of tileset_anim.c to match Emerald | Avara | |
2018-06-14 | updated labels | Avara | |
2018-06-10 | Label move_tutor_menu.c | Marcus Huderle | |
2018-06-08 | Label decoration_inventory | Marcus Huderle | |
2018-06-08 | Fix find/replace mistake | Marcus Huderle | |
2018-06-08 | Label field_camera | Marcus Huderle | |
2018-06-07 | Label all metatile behaviors and functions | Marcus Huderle | |
2018-06-07 | Define the missing metatile behavior constants | Marcus Huderle | |
2018-06-07 | Move metatile_behaviors.h into include/constants | Marcus Huderle | |
2018-06-07 | Fix fake-matching DrawMonDescriptorStatus() | Marcus Huderle | |
2018-06-06 | Label/document field_control_avatar.c and a few misc things | Marcus Huderle | |
2018-05-30 | Fix nonmatching in decoration | Marcus Huderle | |
2018-05-30 | Fix rotating_gate nonmatching function | Marcus Huderle | |
2018-05-30 | Fix some sym_common fake-matching symbols | Marcus Huderle | |
2018-05-30 | Fix nonmatchings in daycare | Marcus Huderle | |
2018-05-29 | Unify 'map object' and 'field object' terms into 'event object' | Marcus Huderle | |
2018-05-29 | More event object movement cleanup | Marcus Huderle | |
2018-05-29 | Rename movement_type and movement_action func table filenames | Marcus Huderle | |
2018-05-29 | Properly label object movement anim nums | Marcus Huderle | |
2018-05-29 | Finish labeling all movement actions | Marcus Huderle | |
2018-05-29 | Start labeling movement actions | Marcus Huderle | |
2018-05-29 | Define movement type constants | Marcus Huderle | |
2018-05-29 | Label all movement type functions and their callbacks | Marcus Huderle | |
2018-05-29 | Rename regularAnim and specialAnim to singleMovement and heldMovement | Marcus Huderle | |
2018-05-23 | Label all of MapObject struct members, and ground effect flags | Marcus Huderle | |
2018-05-21 | Fix map object range union, and remove the obsolete alt struct | Marcus Huderle | |
2018-05-21 | Label naming screen struct members | Marcus Huderle | |
2018-05-21 | Define PLAYER_AVATAR_STATE_ enum, and label things related to it | Marcus Huderle | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-05-21 | Add unused parameter to load_gfxc_health_bar definition | Marcus Huderle | |
2018-05-17 | Merge pull request #615 from Deokishisu/patch-2 | Marcus Huderle | |
Rename sub_804C1A8() in trade.c to SetTradeSceneStrings() | |||
2018-05-17 | Change GetTradeSceneStrings to SetTradeSceneStrings | Deokishisu | |
2018-05-17 | Rename 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-16 | Update egg_hatch.c to use EGG_HATCH_LEVEL define | Deokishisu | |
To be consistent with pokeemerald. | |||
2018-05-16 | Update daycare.c to use EGG_HATCH_LEVEL define | Deokishisu | |
To be consistent with pokeemerald. | |||
2018-05-16 | Update pokemon_summary_screen.c to use EGG_HATCH_LEVEL define | Deokishisu | |
To be consistent with pokeemerald. |