summaryrefslogtreecommitdiff
path: root/maps/GoldenrodGameCorner.asm
AgeCommit message (Expand)Author
2020-07-24Use def_* macros for automatic map event countsRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2019-04-14Build Australian Crystal.IIMarckus
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm instr...Rangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
2019-02-16Define constants for prices in maps' event scriptsRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-08-16Better labels/constants for Move Tutor.IIMarckus
2018-06-24Remove all address commentsmid-kid
2018-05-21Gme → GameRangi
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-02Script commands don't have underscoresRangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-01-31const_def NRangi
2018-01-31Forgot the person→object renameRangi
2018-01-31Comment the person constants sections, like the othersRangi
2018-01-30Remove unreferenced map script heading labelsRangi
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...Remy Oukaour
2018-01-14Use constants for menu flagsmid-kid
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ma...Remy Oukaour
2018-01-12Trim whitespaceRemy Oukaour
2018-01-12Use more constants in scriptsRemy Oukaour
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
2017-12-11Document macros/map.asmRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
2016-04-10Local labels starting with lowercase letters are no longer decorated with a t...pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt
2016-01-06Map callback constantsPikalaxALT
2015-12-26More mobile-related labels; remove unneeded map object constantsPikalaxALT
2015-12-24writebackup --> closewindow; game corner prize vendors; othersPikalaxALT
2015-12-15MenuPikalaxALT
2015-12-09opentext and breedingPikalaxALT
2015-11-27Person event constants for each mapPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-15Globally introduce PERSONTYPE constantsPikalaxALT
2015-11-06Sprite movement function labelsPikalaxALT
2015-11-04give/takeitem *, 1: the 1 is optionalPikalaxALT