summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-25Fixed typo.Ariel Antonitis
2019-09-25Relabeled unknown functions in `pokemon_summary_screen.c`Ariel Antonitis
2019-09-25Review changes for #817GriffinR
2019-09-25Remove Egg parent constantsGriffinR
2019-09-25Document day_care.inc and relatedGriffinR
2019-09-25Cleanup whitespaceMarcus Huderle
2019-09-25Phase2_Ripple_Func2jiangzhengwenjz
2019-09-25CopyTileMapEntryjiangzhengwenjz
2019-09-25Merge pull request #816 from jiangzhengwenjz/ptch-3huderlem
get rid of goto in battle_script_commands
2019-09-22Merge pull request #812 from GriffinRichards/document-scriptmenuhuderlem
Document script_menu and LilycoveCity_Harbor
2019-09-22Merge branch 'master' into document-scriptmenuGriffinR
2019-09-22Consolidate remaining pokemon constantsGriffinR
2019-09-22Document PLAYER_HAS constants, consolidate poke constantsGriffinR
2019-09-19Clean up script_menu documentationGriffinR
2019-09-19Remainder of script_menu documentationGriffinR
2019-09-19Document more script_menu, lilycove harborGriffinR
2019-09-19Document multichoice idsGriffinR
2019-09-18Initial script_menu documentationGriffinR
2019-09-17Review changes for #806GriffinR
2019-09-17Dynamic ordering for options namesGriffinR
2019-09-17Dynamic ordering for options menuGriffinR
2019-09-17Review changes for #807GriffinR
2019-09-17Clean up field_specials documentationGriffinR
2019-09-17Some frontier field_specials documentationGriffinR
2019-09-17Document some field_specials dataGriffinR
2019-09-16Use misc ScrCmd constantsGriffinR
2019-09-16Clean up script_movement documentationGriffinR
2019-09-16Document script_movementGriffinR
2019-09-16Document decor iconsGriffinR
2019-09-16Fix extraneous parentheses warningGriffinR
2019-09-16more constant usageGriffinR
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-09-08Add supported but unused buttons to charmap.txttustin2121
These buttons are supported by the game but unused by vanilla. We should include them for use by hacks.
2019-09-05Nuke definition of struct TrHillTag_HalfPikalaxALT
2019-09-05Unify TrHillTag struct definitions (variable floors)PikalaxALT
2019-09-05NULL_BATTLE_TOWER_POKEMON definePikalaxALT
2019-09-05Use designated initializers (C99 feat)PikalaxALT
2019-09-05Don't look for src/crt0.c, it doesn't existPikalaxALT
2019-09-05Disassemble data/ereader_screen.sPikalaxALT
2019-09-05Partial refactor of TryWriteTrainerHill_rPikalaxALT
2019-09-05Minor edit to save trainer hill routinePikalaxALT
2019-09-05Port trainer hill sets to C objectsPikalaxALT
2019-09-05Minor refactor of ereader_helpers.cPikalaxALT
2019-09-05Changed names.Eduardo Quezada D'Ottone
2019-09-05Documented Mechadoll answers.Eduardo Quezada D'Ottone
2019-09-05Merge pull request #798 from GriffinRichards/constants-bactionPikalaxALT
Use misc battle constants
2019-09-04Use CountAliveMonsInBattle constantsGriffinR
2019-09-04Use gBattlerPositions constantsGriffinR
2019-09-04Use B_SIDE constantsGriffinR
Also includes a CHAR_X constant use for X items
2019-09-04Merge pull request #744 from PikalaxALT/remove_tutor_castsPikalaxALT
Remove unnecessary tutor learnset casts