aboutsummaryrefslogtreecommitdiffstats
path: root/engine/gfx/palettes.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-14Fix file modesdannye1-0/+0
2020-11-05Sync more with pokeyellowRangi1-5/+3
2020-08-31Use constants to delineate map types, and factor out more dataRangi1-3/+3
2020-07-20Add comments associating constants with data, and identify some more dataRangi1-0/+1
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi1-2/+2
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-1/+1
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-31/+31
2020-07-04UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET...Rangi1-5/+5
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-4/+4
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-0/+0
2019-07-07Replace some hard-coded values with constantsRangi1-1/+1
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi1-1/+1
2017-12-30Add space between arguments in assembly instructions and remove redundant a i...xCrystal1-24/+24
2017-12-30Uppercase battle status constantsxCrystal1-1/+1
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
2016-06-11remove address commentsYamaArashi1-32/+32
2015-08-30No more W_dannye1-5/+5
2015-08-12commented SGB palette stuffYamaArashi1-174/+197
2015-07-18miscYamaArashi1-23/+23
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-4/+4
2015-06-12Hardcoded palette constantU-Daniel-PC\Daniel1-1/+1
2015-02-07rename hJoyHeldLast -> hJoyLastyenatch1-4/+3
2014-09-13Commented more sprite and map codeYamaArashi1-2/+2
2014-06-16Use macros for predef calls/jumps instead of static ids.yenatch1-2/+1
2014-06-16Rename predef functions so they aren't excessive in length.yenatch1-1/+1
2014-06-14Use monster struct macros in wram. Rename related labels for consistency.yenatch1-2/+2
2014-06-06Comment SGB packets.yenatch1-15/+15
2014-05-29Use VRAM constants where applicable.yenatch1-2/+2
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-43/+43
2014-05-23Comment some more bank 0 functions.yenatch1-1/+1
2014-05-23Comment some bank 0 functions, and add wram labels for Predef.yenatch1-1/+1
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel1-0/+620