aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-14Fix file modesdannye1-0/+0
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi1-1/+1
2020-07-16Separate move/battle animation data from move data (to do: further identify a...Rangi1-0/+2
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi1-1/+1
2020-07-07Names for more SECTIONsRangi1-31/+39
2020-07-03Factor out Mew's pics and base dataRangi1-5/+1
2020-07-03Factor out graphics INCBINs from main.asm to gfx/*.asmRangi1-58/+6
2020-07-03Factor out data/sprites/Rangi1-1/+1
2020-07-03Make suggested edits:Rangi1-1/+1
2020-07-03Split up engine/events/hidden_object_functionsRangi1-5/+25
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-16/+15
2020-07-03Add engine/movie/oak_speech/ subdirectoryRangi1-4/+4
2020-07-03INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asmRangi1-0/+5
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-109/+109
2020-06-27Merge pic/ into gfx/Rangi1-5/+5
2020-06-27Organize gfx/Rangi1-26/+26
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1742/+24
2020-06-23Move more tables from engine/ to data/Rangi1-0/+1
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi1-898/+904
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion1-36/+36
2018-07-28Another map header fixPokeglitch1-0/+1
2018-07-28Fixed some map header filesPokeglitch1-0/+1
2018-03-10Use rgbgfx and c tools instead of the submodule.yenatch1-16/+17
2018-01-29INCBIN don't start with tabsRemy Oukaour1-16/+9
2017-03-21Revert "Fix floating sections"AntonioND1-36/+36
2017-03-14Fix floating sectionsAntonioND1-36/+36
2016-12-31split code out of main.asmYamaArashi1-2672/+19
2016-09-17split bank 1 into filesYamaArashi1-1475/+11
2016-09-17pull some bank 1 code out of main.asmYamaArashi1-505/+5
2016-07-18Clean up text commandsdannye1-7/+14
2016-06-12sync tileset WRAM labelsYamaArashi1-2/+2
2016-06-12Remove some leftover address commentsdannye1-9/+9
2016-06-11remove address commentsYamaArashi1-112/+112
2016-06-07Remove the Beach House option.IIMarckus1-20/+0
2015-08-30No more wram_constants.asmdannye1-2/+2
2015-08-30No more W_dannye1-88/+88
2015-08-29added constants for item capacityYamaArashi1-5/+5
2015-08-29documented flags and misc. fixesYamaArashi1-3/+6
2015-08-14add border constant and clear up misnomerYamaArashi1-5/+5
2015-08-12named more variablesYamaArashi1-6/+8
2015-08-12commented SGB palette stuffYamaArashi1-1/+1
2015-08-11More joypad constantsdannye1-1/+1
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye1-8/+8
2015-08-09Replace some hardcoded data sizesdannye1-6/+19
2015-08-07fixed namesYamaArashi1-2/+2
2015-08-05Use more lbdannye1-11/+11
2015-07-29constants for PrintNumberYamaArashi1-6/+6
2015-07-25yet more namingYamaArashi1-8/+8
2015-07-24more naming variablesYamaArashi1-31/+31
2015-07-24Use more wram labels and other constantsxCrystal1-4/+4