summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-16make gbagfx buildjiangzhengwenjz
2020-05-14Merge branch 'master' into doc-inconnectGriffinR
2020-05-14Fix nonmatching buildGriffinR
2020-05-14Label in_connection's field in ObjectEventTemplateGriffinR
2020-05-05alignment fixEvan
2020-05-05fix PLAYER_AVATAR_FLAG_WATERING defineEvan
2020-05-04Fix corresponding mislabeled rival scriptGriffinR
2020-05-04Fix mislabeled starter scriptGriffinR
2020-05-01document battle_message.cEvan
2020-04-27Merge pull request #333 from jiangzhengwenjz/librfuPikalaxALT
fix librfu issues
2020-04-27Merge pull request #334 from jiangzhengwenjz/nonmatchingPikalaxALT
fix remainSize field in librfu
2020-04-27Merge pull request #335 from jiangzhengwenjz/bgPikalaxALT
real match CopyTileMapEntry
2020-04-28CopyTileMapEntryjiangzhengwenjz
2020-04-28fix remainSize typejiangzhengwenjz
2020-04-27librfu issuesjiangzhengwenjz
2020-04-25Merge pull request #332 from ghoulslash/masterPikalaxALT
battle anim documentation
2020-04-25Merge pull request #330 from Sierraffinity/masterPikalaxALT
gbagfx: Various fixes and improvements
2020-04-25Add readelf.py for extracting syms.luckytyphlosion
2020-04-24fix prefix typoEvan
2020-04-23battle anim documentationEvan
2020-04-23Merge pull request #331 from fieldy101/decomp-water-2PikalaxALT
Decompile water.s
2020-04-23Update build argumentsfieldy101
2020-04-23Add newline at EOF and set incbins as staticfieldy101
2020-04-23Resolving PR reviewfieldy101
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png) Allow JASC pal files to be used as -palette argument when converting from GBA to PNG Allow using only file extension as output to reuse entire path from input before extension
2020-04-22Add .vscode to gitignorefieldy101
2020-04-22Add includes for nonmatching buildfieldy101
2020-04-22Add ld_script changes for waterfieldy101
2020-04-22Port emerald water functions into fireredfieldy101
2020-04-22Label GCN link flags fieldGriffinR
2020-04-14Merge pull request #329 from GriffinRichards/doc-gcnPikalaxALT
Label GCN link flags field
2020-04-14Merge pull request #328 from petuuuhhh/pretPikalaxALT
move_relearner_state_machine_defines
2020-04-13Label GCN link flags fieldGriffinR
2020-04-12scrollPetuuuhhh
2020-04-12initPetuuuhhh
2020-04-12resumePetuuuhhh
2020-04-12move_relearner_state_machine_definesPetuuuhhh
2020-04-12Merge pull request #321 from PikalaxALT/modern_gccPikalaxALT
Get pokefirered_modern to build
2020-04-12Update static labels in berry_crush_2.cPikalaxALT
2020-04-12Address review on misc documentationPikalaxALT
2020-04-11Berry Crush documentation, 2PikalaxALT
2020-04-11Some documentation of berry_crushPikalaxALT
2020-04-10Cleanup of main.cPikalaxALT
2020-04-10Tidy up inline asm in main.cPikalaxALT
2020-04-10Use defines/enums in window.c, window_8bpp.cPikalaxALT
2020-04-10Create COPYWIN defines for CopyWindowToVram callsPikalaxALT
2020-04-10Comment dma3 methods and create DMA3_*BIT macrosPikalaxALT
2020-04-10Merge branch 'master' of github.com:pret/pokefirered into modern_gccPikalaxALT
2020-04-10Merge pull request #323 from PikalaxALT/various_documentationPikalaxALT
Document various parts of the source tree