summaryrefslogtreecommitdiff
path: root/engine/overworld/cut.asm
AgeCommit message (Collapse)Author
2020-11-14Fix file modesdannye
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-11remove address commentsYamaArashi
2015-08-30No more W_dannye
2015-08-05Use more lbdannye
and other clean up
2015-07-24named animation functions/variablesYamaArashi
2015-07-19Name sound effectsdannye
2015-07-14named wram variablesYamaArashi
2015-07-14hall of fame / creditsYamaArashi
2015-07-14player animations, emotion bubbles, etc.YamaArashi
2015-07-04Start using text predef macrosdannye
also sprite direction constants
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2014-09-23Rename hVBlank* constants to h*.yenatch
2014-09-14Commented/labelled misc functionsYamaArashi
2014-09-13Commented more sprite and map codeYamaArashi
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
2014-08-08Labelled many functions/variablesYamaArashi
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch
2014-05-29Use VRAM constants where applicable.yenatch
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-23Comment some more bank 0 functions.yenatch
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel