summaryrefslogtreecommitdiff
path: root/engine/overworld
AgeCommit message (Collapse)Author
2020-05-03Port pull request #234 from pokered, and fix bloated Pikachu imagesCelestialAmber
2020-05-01Fix comment from Y pos to X posAkatsuki-py
2019-07-27Update audio macro namesdannye
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
2019-07-07Replace some hard-coded values with constantsRangi
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-11-18Rename spritestatedata structs.luckytyphlosion
2018-04-01fix some constantsyenatch
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-10-29Catch a missed hide/show IDdannye
2017-09-29Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch
Update for RGBDS 0.3.3
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu22
2017-06-24Fix typos in commentsdannye
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2016-12-31use text constants in poison.asmYamaArashi
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-27Redo audio header macrodannye
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-12Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokeredmerge-pokereddannye
2016-06-12Remove more address commentsdannye
2016-06-12sync engine code with pokeyellowYamaArashi
2016-06-12Remove the last address commentsdannye
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11sync engine code with pokeredYamaArashi
2016-06-11remove address commentsYamaArashi
2016-06-11Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-06-11Character dict; surfing minigame; printer debugpikalaxalt
2016-06-11remove address commentsYamaArashi
2016-06-11Merge branch 'master' of https://github.com/pret/pokeyellowdannye
2016-06-11Sync with pokereddannye
from August 29, 2015 to April 6, 2016
2016-06-08More on Pikachu emotionspikalaxalt
2016-06-08Pikapic animation function labelspikalaxalt
2016-06-08Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt
2016-06-06Split out pikachu engine functions; sprite state data macrospikalaxalt
2016-06-06Clean up main.asmdannye
recreated deleted file that never should have been unused
2016-06-06Remove unused source filesdannye
2016-06-06Clean up white spacedannye
2016-05-31Champion's room; resolve predefspikalaxalt
2016-05-31Vermilion Fan Clubpikalaxalt
2016-05-30League PC code, address comments for hidden_items.asmluckytyphlosion
2016-05-29Pewter Pokecenterpikalaxalt
2016-05-29Another chunk of bank 3cpikalaxalt
2016-05-27Route 23pikalaxalt
2016-05-24Replace hidden object file include in bank 3cpikalaxalt
2016-05-24Numerous changes (see below)pikalaxalt
* Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
2016-05-24Update hidden object functions and include them in mainpikalaxalt
2016-05-23Bank7 misc functionsluckytyphlosion
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-05-22Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt