summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)Author
2018-12-17Document a bunch of battle anim stuffMarcus Huderle
2018-12-17Decompile battle_anim_effects_2.cMarcus Huderle
2018-12-173.5 asm leftDizzyEggg
2018-12-17Merge branch 'master' of https://github.com/pret/pokeemerald into ↵golem galvanize
decompile_party_menu
2018-12-17decompiled up to sub_81B8A7Cgolem galvanize
2018-12-16decompile electric.sshinny456
2018-12-16Merge branch 'master' into fldeffgarak
2018-12-166k leftDizzyEggg
2018-12-16Decompile battle_anim_effects_1.cMarcus Huderle
2018-12-15Merge pull request #448 from Meowsy/pokedex-documentationMarcus Huderle
Pokedex Documentation
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-12-15Document various things relating to the Pokedex.Meowsy
2018-12-15Decompile contest_painting.c (#447)Marcus Huderle
2018-12-13Decompile battle_anim_8170478.c (#445)Marcus Huderle
2018-12-13Merge branch 'master' of https://github.com/pret/pokeemerald into ↵golem galvanize
decompile_party_menu
2018-12-12Decompile battle_intro.c (#444)Marcus Huderle
2018-12-12decompiled up to sub_81B5A8Cgolem galvanize
2018-12-12Storage up to icon palettesDizzyEggg
2018-12-11More pokemon storageDizzyEggg
2018-12-10More storageDizzyEggg
2018-12-10Document PSS functionsDizzyEggg
2018-12-10decompiled up to brm_cancel_1golem galvanize
2018-12-09decompile fldeff_80F9BCC with datagarak
2018-12-09More storage workDizzyEggg
2018-12-09Decompile cable_car.c (#438)Marcus Huderle
2018-12-09Start pokemon storage systemDizzyEggg
2018-12-09Merge pull request #436 from KDSKardabox/masterMarcus Huderle
Decompile ghost
2018-12-09Finish decompile ghostKDSKardabox
2018-12-09Initial commit for ghostKDSKardabox
2018-12-08Merge branch 'master' into weatherDizzyEggg
2018-12-08decompile field screenDizzyEggg
2018-12-08Merge pull request #432 from KDSKardabox/masterMarcus Huderle
De-compile fire
2018-12-09Merge remote-tracking branch 'upstream/master'KDSKardabox
2018-12-08Decompile field weatherDizzyEggg
2018-12-08Decompile roulette_util.c (#434)Marcus Huderle
2018-12-08Fully decompile fireKDSKardabox
2018-12-08Intial commit for decomp fireKDSKardabox
2018-12-07Document trainer battle scripts (#430)DizzyEggg
2018-12-07fixing merge conflictsgolem galvanize
2018-12-06pushing so I can mergegolem galvanize
2018-12-02adds req for macro argumentsMelody
2018-12-02trainerbattle_normal → trainerbattle_singleMelody
* trainerbattle_normal → trainerbattle_single * TRAINER_BATTLE_NORMAL → TRAINER_BATTLE_SINGLE * improves the macro documentation a little
2018-12-02cleans up trainer battle scriptsMelody
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro
2018-12-02Merge with masterDizzyEggg
2018-12-02Merge pull request #417 from melthelesbian/msgbox_documentationDiegoisawesome
adds constants, cleans up callstd and msgbox code
2018-12-02Use :req macrosDizzyEggg
2018-12-02Some more rom 8011dc0 workDizzyEggg
2018-12-02defines `register_matchcall` macroMelody
2018-12-02finish link rfu and fix rom 8011dc0DizzyEggg
2018-12-02adds constants, cleans up callstd and msgbox codeMelody
* adds some constants for standard script names and messagebox types * replaces some callstd calls with msgbox calls where equivalent * replaces msgbox and callstd calls using raw digits with versions that use the constants