summaryrefslogtreecommitdiff
path: root/engine/map_setup.asm
AgeCommit message (Expand)Author
2018-03-13Organize the engine/ directorymid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-22More engine flag constantsRangi
2018-01-22More engine bit flag constantsRangi
2018-01-02Consistent predef function namesxCrystal
2018-01-02Finish consistent Special function namesxCrystal
2018-01-02Consolidate Special function namesxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-26Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headersRemy Oukaour
2017-12-24Rename "map permissions" to "map environment" (fix #396)Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-15PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; DoPlayer...Remy Oukaour
2017-12-09Start organizing WRAMRemy Oukaour
2016-05-17engine/events.asm labels finishedpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
2016-04-02Make town map pals more intuitive in sourcepikalaxalt
2016-01-11Fully label home/map_objects.asmPikalaxALT
2016-01-06Map callback constantsPikalaxALT
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-14map setup and warpsPikalaxALT
2015-12-01Break up engine/sprites.asm; address yenatch's commentsPikalaxALT
2015-11-26Battle Tower scripts and text labelsPikalaxALT
2015-11-20bgcoordPikalaxALT
2015-11-14More map object workPikalaxALT
2015-11-12Map header labels, tileset constantsPikalaxALT
2015-11-11More splits; map setup labelsPikalaxALT
2015-11-05Various labelsPikalaxALT
2015-11-04home/copy.asm completely labeledPikalaxALT
2015-11-03dbw BANK, addr replaced with dbaPikalaxALT
2015-11-01Object masksPikalaxALT
2015-10-24Address comments on PR 322PikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-10-07More labels, including fns responsible for partymon generationPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
2015-07-23Wild Pokemon functions and dataPikalaxALT
2015-07-21Move radio code to its own filePikalaxALT
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-07-20Named more specials, fixed a missing EOLPikalaxALT
2015-07-20More label updates, moved predefs to new filePikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-02-11Split out the map setup scripts.yenatch