summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-17Merge branch 'master' into document-eventscriptsGriffinR
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-16more constant usageGriffinR
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-09-16Fix misnamed functionGriffinR
2019-09-15Update BS constants for Cmd renameGriffinR
2019-09-08Fix modernPikalaxALT
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-06document remainder of secret_base scripts, delete unneeded scripts.incsGriffinR
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-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-05document secret_base_1.incGriffinR
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
2019-09-04Merge pull request #735 from garakmon/encounter_jsonPikalaxALT
Add Different Field Info to Wild Encounters JSON
2019-09-03Merge branch 'master' into document-eventscriptsGriffinR
2019-09-03Use B_ACTION constantsGriffinR
2019-08-30Use OTID constants for CreateMonGriffinR
2019-08-29Change event object graphics pointer table to use explicit indexestustin2121
- This makes it easier for future hack makers to rearrange, add, or delete graphic object ids without having to count indexes or keep them in order. - Porymap will have to be updated, but I have some code for this already in a fork.
2019-08-28get rid of goto in battle_script_commandsjiangzhengwenjz
2019-08-24Synchronize with pokefirered pokedex.c.ultima-soul
2019-08-23Rename atk## constants and statesGriffinR
2019-08-23rename BattleAICmd prefixGriffinR
2019-08-23rename atk## prefixesGriffinR
2019-08-22Merge pull request #786 from DizzyEggg/u8Diegoisawesome
GetAbilityBySpecies's arg from bool8 to u8
2019-08-22bool8 to u8DizzyEggg
2019-08-21use MENU_FIELD_MOVES in sub_81B31B0Kevin Mills
2019-08-21more documentation in match_call_dataGriffinR
Documents everything related to UnkStruct_08625388, names HasCheckPage functions, fixes mislabeled Brendan/May headers, and adds header count to pokenav_unk_3
2019-08-21Remove MNUM from oam flip constant namesPikalaxALT