summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Expand)Author
2020-11-14Fix file modesdannye
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi
2020-07-16Separate move/battle animation data from move data (to do: further identify a...Rangi
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-07Names for more SECTIONsRangi
2020-07-03Factor out Mew's pics and base dataRangi
2020-07-03Factor out graphics INCBINs from main.asm to gfx/*.asmRangi
2020-07-03Factor out data/sprites/Rangi
2020-07-03Make suggested edits:Rangi
2020-07-03Split up engine/events/hidden_object_functionsRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
2020-07-03Add engine/movie/oak_speech/ subdirectoryRangi
2020-07-03INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asmRangi
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi
2020-06-27Merge pic/ into gfx/Rangi
2020-06-27Organize gfx/Rangi
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
2020-06-23Move more tables from engine/ to data/Rangi
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2018-07-28Another map header fixPokeglitch
2018-07-28Fixed some map header filesPokeglitch
2018-03-10Use rgbgfx and c tools instead of the submodule.yenatch
2018-01-29INCBIN don't start with tabsRemy Oukaour
2017-03-21Revert "Fix floating sections"AntonioND
2017-03-14Fix floating sectionsAntonioND
2016-12-31split code out of main.asmYamaArashi
2016-09-17split bank 1 into filesYamaArashi
2016-09-17pull some bank 1 code out of main.asmYamaArashi
2016-07-18Merge branch 'master' of https://github.com/pret/pokereddannye
2016-07-18Clean up text commandsdannye
2016-06-12sync tileset WRAM labelsYamaArashi
2016-06-12Remove some leftover address commentsdannye
2016-06-11remove address commentsYamaArashi
2016-06-07Remove the Beach House option.IIMarckus
2015-08-30No more wram_constants.asmdannye
2015-08-30No more W_dannye
2015-08-29added constants for item capacityYamaArashi
2015-08-29documented flags and misc. fixesYamaArashi
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-12named more variablesYamaArashi
2015-08-12commented SGB palette stuffYamaArashi
2015-08-11More joypad constantsdannye
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-07fixed namesYamaArashi
2015-08-05Use more lbdannye
2015-07-29constants for PrintNumberYamaArashi
2015-07-26Merge branch 'master' of https://github.com/xCrystal/pokereddannye