Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-03 | OaksLab_h map header asm | Bryan Bishop | |
hg-commit-id: d3a2b54f47e3 | |||
2012-01-03 | Route1_h map header asm | Bryan Bishop | |
hg-commit-id: 1325ce44ca0f | |||
2012-01-03 | update cinnabar island name in extract_maps | Bryan Bishop | |
hg-commit-id: 01ff12077aa6 | |||
2012-01-03 | CinnabarIsland_h map header asm | Bryan Bishop | |
hg-commit-id: aa858f81e56a | |||
2012-01-03 | SilphCo6_h map header asm | Bryan Bishop | |
hg-commit-id: 2c5bd5b125af | |||
2012-01-03 | SilphCo5_h map header asm | Bryan Bishop | |
hg-commit-id: acb92bbaf08b | |||
2012-01-03 | remove cardinal booleans in extract_maps | Bryan Bishop | |
The booleans are flat-out wrong here. Use the booleans in pretty_map_headers instead. hg-commit-id: e31086dc3355 | |||
2012-01-03 | fix map names in extract_maps per 4a9db3764c20 | Bryan Bishop | |
hg-commit-id: 99e1d1a6006a | |||
2012-01-03 | fix tileset in pretty_map_headers output | Bryan Bishop | |
hg-commit-id: 96880cb1d281 | |||
2012-01-03 | relative filepath to baserom.gbc in extras/extract_maps.py | Bryan Bishop | |
hg-commit-id: 44eadb4acdfb | |||
2012-01-03 | SilphCo4_h map header asm | Bryan Bishop | |
hg-commit-id: 16b375734ca5 | |||
2012-01-03 | Fix an incorrect label, and use labels in MapHeaderBanks. | IIMarckus | |
hg-commit-id: 4a9db3764c20 | |||
2012-01-03 | remove extraneous comment | Bryan Bishop | |
hg-commit-id: 7cba5f18eac5 | |||
2012-01-03 | IndigoPlateauLobby_h map header asm | Bryan Bishop | |
hg-commit-id: c20e21db4f64 | |||
2012-01-03 | remove blank connection data in VermilionHouse3_h | Bryan Bishop | |
hg-commit-id: 71adb620ca5d | |||
2012-01-03 | VermilionHouse3_h map header asm | Bryan Bishop | |
hg-commit-id: c8e023817cd2 | |||
2012-01-02 | update MapHeaderPointers with labels | Bryan Bishop | |
hg-commit-id: 29ffc56168cf | |||
2012-01-02 | fuchsia city map header asm | Bryan Bishop | |
hg-commit-id: b465705d8588 | |||
2012-01-02 | lavender town map header asm | Bryan Bishop | |
hg-commit-id: bfcae8d74c18 | |||
2012-01-02 | cerulean city map header asm | Bryan Bishop | |
hg-commit-id: 2102977fafd9 | |||
2012-01-02 | pewter city map header asm | Bryan Bishop | |
hg-commit-id: 2ce93ca8122e | |||
2012-01-02 | viridian city map header asm | Bryan Bishop | |
hg-commit-id: 28609e246512 | |||
2012-01-02 | fix error in map header asm (db -> dw) | Bryan Bishop | |
hg-commit-id: 7c7e9ad3e7a8 | |||
2012-01-02 | tool to dump asm for each map header | Bryan Bishop | |
hg-commit-id: 812226d99dc0 | |||
2012-01-02 | add celadon city map header | Bryan Bishop | |
hg-commit-id: bf3db4f1e388 | |||
2012-01-02 | Merge. | IIMarckus | |
hg-commit-id: 64f21d169ee9 | |||
2012-01-02 | Close branch for extras/extract_maps.py. | IIMarckus | |
hg-commit-id: 76899d56e4ba | |||
2012-01-02 | tools/extract_maps.py -> extras/ | Bryan Bishop | |
hg-commit-id: 0c8e34461ceb | |||
2012-01-02 | python tool to extract map header data | Bryan Bishop | |
hg-commit-id: 2c66c6dd1d5b | |||
2011-12-29 | Add more in‐battle checks. | IIMarckus | |
Could use some cleaning up. hg-commit-id: a3a53e66dd27 | |||
2011-12-29 | Flinch check. | IIMarckus | |
hg-commit-id: e6166d4407ef | |||
2011-12-29 | Make an implied rule for .gbc. | IIMarckus | |
Fixes a build issue with GNU Make. Pointed out by kanzure on IRC. hg-commit-id: d07c0e5f8385 | |||
2011-12-29 | $FFF3 checks whose turn it is. | IIMarckus | |
hg-commit-id: e2038c0cb5f9 | |||
2011-12-29 | Add status checks + text. | IIMarckus | |
hg-commit-id: 58043ea19ab5 | |||
2011-12-29 | Add some more Pokémon Tower battle stuff. | IIMarckus | |
hg-commit-id: 4510da2e0fc3 | |||
2011-12-29 | Add the ghost battle text. | IIMarckus | |
hg-commit-id: 29da85a6ac0b | |||
2011-12-29 | Add the tail end of some battle code. | IIMarckus | |
hg-commit-id: 1ae1fda42a8c | |||
2011-12-28 | PP decrement during battle. | IIMarckus | |
hg-commit-id: 7ea8b204a6b9 | |||
2011-12-27 | Cleanup, and added new RAM variables (and changed some others). | IIMarckus | |
hg-commit-id: 91fe5cdac0f3 | |||
2011-12-27 | Disassemble some name lists logic. | IIMarckus | |
From Sawakita, several months ago. hg-commit-id: e2533e235981 | |||
2011-12-27 | Add some mysterious unused names (from a convo with Sawakita a long time ago) | IIMarckus | |
hg-commit-id: 0dd354e3d7c5 | |||
2011-12-27 | Add some functions that MoveSprite calls. | IIMarckus | |
hg-commit-id: a5ed1444c203 | |||
2011-12-27 | Add the MoveSprite function. | IIMarckus | |
hg-commit-id: d9a244bd968e | |||
2011-12-27 | Expand some already‐referenced text. | IIMarckus | |
hg-commit-id: d2cf570756e9 | |||
2011-12-27 | And update the paths for the fossils… | IIMarckus | |
hg-commit-id: 5c617657d739 | |||
2011-12-27 | Turns out the fossil pictures differ between Red/Green and Blue. | IIMarckus | |
hg-commit-id: e18bd5df3c7e | |||
2011-12-27 | Fix Red/Green Alakazam frontpic. Pointed out by Chaos Rush. | IIMarckus | |
hg-commit-id: d31ed9dea0d2 | |||
2011-12-26 | Split large chunks of text into separate files, and improve Makefile. | IIMarckus | |
hg-commit-id: 59e6e303019d | |||
2011-12-26 | Remove TX_NULL; it is obsoleted by db "@" | IIMarckus | |
hg-commit-id: 9fdfeb4cbdf0 | |||
2011-12-27 | Fix (hopefully) unicode mis-behaviour. | Sawakita | |
hg-commit-id: 78ad0d43eabc |