Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-03 | Fix formatting. | ultima-soul | |
2019-04-03 | Try to get closer to matching. | ultima-soul | |
2019-04-03 | Forgot to add asm files | Phlosioneer | |
2019-04-03 | General cleanup of the second half of contest.c | Phlosioneer | |
2019-04-03 | Remove pokemon_3.h | ultima-soul | |
2019-04-03 | Minor fixes | PikalaxALT | |
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name | |||
2019-04-03 | remove last remaining trace of "ish" | PikalaxALT | |
2019-04-03 | mevent_server_ish --> mevent_client | PikalaxALT | |
2019-04-03 | Some symbol documentation | PikalaxALT | |
2019-04-03 | Use named fields for command structs | PikalaxALT | |
2019-04-03 | Decompile mevent server scripts | PikalaxALT | |
2019-04-03 | Reformat mevent server and client scripts | PikalaxALT | |
2019-04-03 | mevent_server_ish | PikalaxALT | |
2019-04-03 | finish mevent_server.s | PikalaxALT | |
2019-04-03 | start porting mevent_server from firered | PikalaxALT | |
2019-04-03 | Get rid of redundant cast | DizzyEggg | |
2019-04-03 | Rename and document more contest setup functions | Phlosioneer | |
Also properly label the link contest flags variable, and label the contest window ID's. | |||
2019-04-03 | Document applause meter code | Phlosioneer | |
2019-04-02 | Attempt to decompile menu_specialized. 2 NONMATCHING | ultima-soul | |
2019-04-02 | Found a debug system for pokemon contests | Phlosioneer | |
2019-04-02 | Document the nextTurnOrder calculations | Phlosioneer | |
2019-04-02 | More cleanup, document contestant sorting | Phlosioneer | |
2019-04-02 | Merge pull request #655 from huderlem/misc_docs | huderlem | |
Document weather effects and some faraway island | |||
2019-04-02 | Merge remote-tracking branch 'upstream/master' into misc_docs | Marcus Huderle | |
# Conflicts: # src/field_weather_effect.c | |||
2019-04-02 | Finish documenting the other weather effects | Marcus Huderle | |
2019-04-02 | Rows and columns | DizzyEggg | |
2019-04-02 | Document a bit of script menu and battle anims | DizzyEggg | |
2019-04-02 | Remove unneeded sMonAnimationDelayTable entries | DizzyEggg | |
2019-04-02 | Use species defines in gMonIconTable | DizzyEggg | |
2019-04-02 | Cleanup OamData entries | Phlosioneer | |
2019-04-02 | Document a bit of anims | DizzyEggg | |
2019-04-02 | Automatically calculate REMATCH_TABLE_ENTRIES | Phlosioneer | |
Uses the standard C way of calculating the length of an enum. | |||
2019-04-02 | Expand MatchCallStruct defs, use REMATCH_* enum | Phlosioneer | |
2019-04-02 | Expicitly hardcode rematch indecies | Phlosioneer | |
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-02 | Fix hardcoded array sizes | Phlosioneer | |
2019-04-02 | Cleanup some of gContestResources | Phlosioneer | |
2019-04-01 | Finish union room battle | PikalaxALT | |
2019-04-01 | through sub_801A960 | PikalaxALT | |
2019-04-01 | Rename contest AI stuff | Phlosioneer | |
2019-04-01 | Document somre more weather effects | Marcus Huderle | |
2019-04-01 | Move 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-01 | Fix warning for extra parens (#646) | Phlosioneer | |
* Fix warning for extra parens * Committed too many files | |||
2019-04-01 | Merge pull request #642 from PikalaxALT/union_room_player_avatar | huderlem | |
Union Room event objects | |||
2019-04-01 | Rename these objects to union_room_battle | PikalaxALT | |
2019-04-01 | union_room_player_avatar sym_ewram | PikalaxALT | |
2019-04-01 | file split | PikalaxALT | |
2019-04-01 | create header and fix prototypes | PikalaxALT | |
2019-04-01 | through sub_801A3D0 | PikalaxALT | |
2019-04-01 | through sub_801A02C | PikalaxALT | |
2019-04-01 | Merge pull request #607 from Phlosioneer/contest-data | huderlem | |
Contest data |