Commit Graph

1478 Commits

Author SHA1 Message Date
GriffinR 801ca37f04 Document day_care.inc and related 2019-09-25 18:46:25 -05:00
GriffinR de6e1e9ecf Use multi constants from merge 2019-09-23 00:36:49 -04:00
GriffinR a180d2af49 Merge branch 'master' into document-eventscripts 2019-09-22 12:18:48 -04:00
GriffinR 8e4e344c7d Merge branch 'master' into document-scriptmenu 2019-09-22 09:45:44 -04:00
GriffinR 80f58f7b24 Document PLAYER_HAS constants, consolidate poke constants 2019-09-22 08:14:22 -05:00
GriffinR b6dffcf8b7 Clean up script_menu documentation 2019-09-19 19:23:24 -04:00
GriffinR 9fb24bbbce Remainder of script_menu documentation 2019-09-19 18:31:09 -04:00
GriffinR 275695c189 Document more script_menu, lilycove harbor 2019-09-19 17:27:34 -04:00
GriffinR de0084ef7a Document multichoice ids 2019-09-19 00:56:51 -04:00
GriffinR b596322ca2 Initial script_menu documentation 2019-09-18 18:57:25 -04:00
GriffinR 58b8d7c297 Merge branch 'master' into document-eventscripts 2019-09-17 18:01:20 -04:00
GriffinR 6ab192e739 Review changes for #807 2019-09-17 16:50:17 -05:00
GriffinR 6ab49da811 Clean up field_specials documentation 2019-09-17 16:50:17 -05:00
GriffinR 3dbd375779 Some frontier field_specials documentation 2019-09-17 16:50:17 -05:00
GriffinR aac9658a8e Document some field_specials data 2019-09-17 16:50:17 -05:00
GriffinR 945d3d3a27 Merge branch 'master' into document-eventscripts 2019-09-17 00:10:23 -04:00
GriffinR 06af24bce5 Use misc ScrCmd constants 2019-09-16 19:44:47 -05:00
GriffinR f4160ded98 Fix misnamed function 2019-09-16 00:29:59 -04:00
GriffinR 826fc3154e condense secret base mapscript labels 2019-09-06 13:01:45 -04:00
GriffinR cb82d868af fix secret base jsons 2019-09-06 02:49:26 -04:00
GriffinR 9fbcd552de document remainder of secret_base scripts, delete unneeded scripts.incs 2019-09-06 02:12:00 -04:00
PikalaxALT f3bed6045e Disassemble data/ereader_screen.s 2019-09-05 20:48:48 -05:00
PikalaxALT b510100503 Port trainer hill sets to C objects 2019-09-05 20:48:48 -05:00
Eduardo Quezada D'Ottone de02805388 Changed names. 2019-09-05 20:42:15 -05:00
Eduardo Quezada D'Ottone e2689d2a27 Documented Mechadoll answers. 2019-09-05 20:42:15 -05:00
GriffinR 8c6b5648d4 document secret_base_1.inc 2019-09-05 16:16:21 -04:00
GriffinR 1d703e786b move some data out of event_scripts, use game stat constants 2019-09-05 14:56:34 -04:00
GriffinR 6b04ea0727 Merge branch 'master' into document-eventscripts 2019-09-03 22:22:14 -04:00
PikalaxALT 1f4c88c952 Copy Berry Fix MB dism from FR (#777)
* Copy Berry Fix MB dism from FR
2019-09-03 15:33:11 -04:00
DizzyEggg 6a3b74c59c Use item constant in pretty petal flower shop 2019-08-30 09:48:59 +02:00
GriffinR a46f7952f9 Use DIR constants for createvobject
Also uses event object ids in LinkContestRoom1
2019-08-21 17:11:06 -05:00
GriffinR f08615881e Changes from review 2019-08-21 17:06:55 -05:00
GriffinR 5fb7ab05dd clean up 2019-08-21 17:06:55 -05:00
GriffinR d931ba9602 document remaining funcs 2019-08-21 17:06:55 -05:00
GriffinR 7fc99f3952 favor lady funcs 2019-08-21 17:06:55 -05:00
GriffinR 009caa21c8 some contest lady funcs 2019-08-21 17:06:55 -05:00
GriffinR 23979c4d7d initial documentation commit 2019-08-21 17:06:55 -05:00
tustin2121 82744ba636 Replace {STRING 5} with {KUN}
Since we already have the KUN placeholder, there's no need for this {STRING 5} stuff.

Also, it makes it easier to delete all the {KUN}s in hacks later on if desired.
2019-08-21 14:05:22 -04:00
Tustin2121 18dee14170 Review fixes 2019-08-17 23:26:46 -04:00
Tustin2121 d63a8ba817 Replaced createvobject numbers with EVENT_OBJ_GTX defines
Doing this allows someone to renumber the event object graphics and still have working contests.
2019-08-17 13:38:13 -04:00
Tustin2121 1069adae46 Renaming unknown link room ids to be the same as name
This descrepency was causing a lot of annoyance when using porymap, because porymap generated the ids in map_groups.h from the name, and mapjson was generating map_groups.h from the id in the json files. So just name them the same already like every other map in the repo.
2019-08-17 13:26:57 -04:00
Tustin2121 f4d4424618 Folded nops into hidemoneybox and updatemoneybox
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts.
2019-08-17 13:25:36 -04:00
Tustin2121 6508469259 Rename movobjectoffscreen to copyobjectxytoperm
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-08-17 13:18:56 -04:00
Tustin2121 ea724278b7 Juan text buffer overflow note 2019-08-17 13:05:55 -04:00
GriffinR ecf2097abb initial event_scripts documentation 2019-08-14 23:38:42 -04:00
PikalaxALT 9beeba8424 Merge pull request #764 from GriffinRichards/document-varnames
Document vars that are used and unnamed
2019-08-05 11:59:53 -04:00
GriffinR 191f74525d name unused route state vars 2019-08-05 11:50:29 -04:00
GriffinR c2bf668fdd rename town/city vars 2019-08-05 11:23:45 -04:00
DizzyEggg 1641579297 Merge branch 'master' into pok_jump 2019-08-04 00:02:13 +02:00
GriffinR 0f5d96e5f5 name used and unnamed vars 2019-08-03 14:12:48 -04:00