summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-04-04Fix a typo in as(s)istattackselectAJ Fontaine
2019-04-04Move gUnknown_02022C90 from sym_ewram.txtPikalaxALT
2019-04-04Documentation of ereader helpers, 2PikalaxALT
2019-04-04Documentation of ereader_helpers, 1PikalaxALT
2019-04-04Resolve unnecessarily externed symbolsPikalaxALT
2019-04-04Finish decomp of union_room_chatPikalaxALT
2019-04-04union_room_chat data, 1PikalaxALT
2019-04-04Merge pull request #659 from ultima-soul/pokemonDiegoisawesome
Remove pokemon_3.h
2019-04-04Merge pull request #656 from ultima-soul/menu_specializedDiegoisawesome
Decompile some of menu_specialized
2019-04-04Merge pull request #624 from Wyrserth/masterDiegoisawesome
Use constants for naming screen's pages
2019-04-03Fix formatting.ultima-soul
2019-04-03Try to get closer to matching.ultima-soul
2019-04-03Remove pokemon_3.hultima-soul
2019-04-03Minor fixesPikalaxALT
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
2019-04-03remove last remaining trace of "ish"PikalaxALT
2019-04-03mevent_server_ish --> mevent_clientPikalaxALT
2019-04-03Some symbol documentationPikalaxALT
2019-04-03Use named fields for command structsPikalaxALT
2019-04-03Decompile mevent server scriptsPikalaxALT
2019-04-03Reformat mevent server and client scriptsPikalaxALT
2019-04-03mevent_server_ishPikalaxALT
2019-04-03finish mevent_server.sPikalaxALT
2019-04-03start porting mevent_server from fireredPikalaxALT
2019-04-03Get rid of redundant castDizzyEggg
2019-04-02Attempt to decompile menu_specialized. 2 NONMATCHINGultima-soul
2019-04-02Merge remote-tracking branch 'upstream/master' into misc_docsMarcus Huderle
# Conflicts: # src/field_weather_effect.c
2019-04-02Finish documenting the other weather effectsMarcus Huderle
2019-04-02Rows and columnsDizzyEggg
2019-04-02Document a bit of script menu and battle animsDizzyEggg
2019-04-02Remove unneeded sMonAnimationDelayTable entriesDizzyEggg
2019-04-02Use species defines in gMonIconTableDizzyEggg
2019-04-02Cleanup OamData entriesPhlosioneer
2019-04-02Document a bit of animsDizzyEggg
2019-04-02Expand MatchCallStruct defs, use REMATCH_* enumPhlosioneer
2019-04-02Expicitly hardcode rematch indeciesPhlosioneer
Inserting an entry without updating the indecies will now cause a compiler error. This will make it easier for modders to remember to update the constants.
2019-04-02Fix hardcoded array sizesPhlosioneer
2019-04-01Finish union room battlePikalaxALT
2019-04-01through sub_801A960PikalaxALT
2019-04-01Document somre more weather effectsMarcus Huderle
2019-04-01Move gPlayerFacingPosition out of sym_ewram.txt (#617)Phlosioneer
* Move gPlayerFacingPosition out of sym_ewram.txt * Fix tabs in sym_ewram.txt * Remove redundant faraway island extern
2019-04-01create header and fix prototypesPikalaxALT
2019-04-01through sub_801A3D0PikalaxALT
2019-04-01through sub_801A02CPikalaxALT
2019-04-01Merge pull request #607 from Phlosioneer/contest-datahuderlem
Contest data
2019-04-01Merge pull request #611 from Phlosioneer/pokedex-area-const-arrayhuderlem
Document sAreaGlowTilemapMapping
2019-03-31Document rain weather effectMarcus Huderle
2019-03-31Merge branch 'master' into pokedex-area-const-arrayPhlosioneer
2019-03-31Change names from MAP_AREA_ to MAP_GROUP_Phlosioneer
2019-03-31Update OAMs to use new constantsPhlosioneer
2019-03-31Merge branch 'master' into contest-dataPhlosioneer