summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
AgeCommit message (Collapse)Author
2019-09-16Clean up script_movement documentationGriffinR
2019-09-16Document script_movementGriffinR
2019-08-21initial documentation commitGriffinR
2019-08-17Added note about addvarTustin2121
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-17Document the braille window id.Tustin2121
2019-08-17Rename movobjectoffscreen to copyobjectxytopermTustin2121
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-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-04-05Document secret baseMarcus Huderle
2019-04-05Clean up data headersDizzyEggg
2019-04-03Minor fixesPikalaxALT
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
2019-04-03Some symbol documentationPikalaxALT
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01Merge pull request #551 from Phlosioneer/multiplayer-stuffhuderlem
Document overworld.c and link stuff in general
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-13Merge branch 'master' of github.com:pret/pokeemerald into ↵Phlosioneer
main-menu-state-machine
2019-02-12Clear up misnamed time-based flags and functionsDiegoisawesome
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
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-10Done documenting link code in overworld.cPhlosioneer
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Document, cleanup, extract data from tradeDiegoisawesome
2018-12-29Document misc field_specials thingsMarcus Huderle
2018-12-29Use EVENT_OBJ_ID_PLAYER in C codeMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-24clean up party menuDizzyEggg
2018-12-24asm party and fldeff clean-upDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix 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-19document mossdeep gymDizzyEggg
2018-11-19Decompile mossdeep hymDizzyEggg
2018-11-18Party Size and Num StatsDizzyEggg
2018-11-06Merge remote-tracking branch 'pret/master' into render_textDiegoisawesome
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-01Finish frontier utilDizzyEggg
2018-10-30Make frontier util compileDizzyEggg
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-04Bring labels for overworld.c over from pokerubySlawter666
2018-08-08Continue decompiling field_specialsDiegoisawesome
2018-07-24Clean up files and add entries to charmapDiegoisawesome
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-06-13Bring all movement function names up-to-date with pokerubyMarcus Huderle