Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | Clean up script_movement documentation | GriffinR | |
2019-09-16 | Document script_movement | GriffinR | |
2019-08-21 | initial documentation commit | GriffinR | |
2019-08-17 | Added note about addvar | Tustin2121 | |
The contest scripts actually use addvar to add a -1 to a variable instead of using subvar to subtract a positive number. This is fine in vanilla, where addvar script command does NOT support adding the value of a variable to another variable (like subvar supports), but should anyone want to change it, contests will be inexplicably broken. | |||
2019-08-17 | Document the braille window id. | Tustin2121 | |
2019-08-17 | Rename movobjectoffscreen to copyobjectxytoperm | Tustin2121 | |
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow. | |||
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-04-05 | Document secret base | Marcus Huderle | |
2019-04-05 | Clean up data headers | DizzyEggg | |
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 | Some symbol documentation | PikalaxALT | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-01 | Merge pull request #551 from Phlosioneer/multiplayer-stuff | huderlem | |
Document overworld.c and link stuff in general | |||
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-18 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-13 | Merge branch 'master' of github.com:pret/pokeemerald into ↵ | Phlosioneer | |
main-menu-state-machine | |||
2019-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-10 | Done documenting link code in overworld.c | Phlosioneer | |
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-31 | Document, cleanup, extract data from trade | Diegoisawesome | |
2018-12-29 | Document misc field_specials things | Marcus Huderle | |
2018-12-29 | Use EVENT_OBJ_ID_PLAYER in C code | Marcus Huderle | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-24 | clean up party menu | DizzyEggg | |
2018-12-24 | asm party and fldeff clean-up | DizzyEggg | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-09 | Merge branch 'master' into weather | DizzyEggg | |
2018-12-08 | Finish field screen | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-19 | document mossdeep gym | DizzyEggg | |
2018-11-19 | Decompile mossdeep hym | DizzyEggg | |
2018-11-18 | Party Size and Num Stats | DizzyEggg | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into render_text | Diegoisawesome | |
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-01 | Finish frontier util | DizzyEggg | |
2018-10-30 | Make frontier util compile | DizzyEggg | |
2018-10-16 | Port/decompile field_control_avatar | Diegoisawesome | |
2018-09-09 | Merge branch 'decompile_frontier_2' of ↵ | Slawter666 | |
https://github.com/DizzyEggg/pokeemerald into factory-data | |||
2018-09-08 | Standartize AddTextPrinterParametrized functions, | DizzyEggg | |
2018-09-04 | Bring labels for overworld.c over from pokeruby | Slawter666 | |
2018-08-08 | Continue decompiling field_specials | Diegoisawesome | |
2018-07-24 | Clean up files and add entries to charmap | Diegoisawesome | |
2018-07-15 | Document list_menu.c and main_menu.c | Diegoisawesome | |
2018-06-13 | Bring all movement function names up-to-date with pokeruby | Marcus Huderle | |