| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | 2014-01-27 | 1 | -1/+0 |
| | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | ||||
| * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 1 | -1/+0 |
| | | | | | | | | | | | | globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third. | ||||
| * | dedicated version includes | yenatch | 2014-01-07 | 1 | -2/+1 |
| | | |||||
| * | include globals.asm in rgbasm objects | yenatch | 2013-12-07 | 1 | -0/+1 |
| | | |||||
| * | make extras/ a submodule | Bryan Bishop | 2013-09-01 | 1 | -1/+1 |
| | | | | | | Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project. | ||||
| * | Better comments for the Game Freak room. | IIMarckus | 2013-05-23 | 1 | -0/+1 |
| | | |||||
| * | rename common.asm -> main.asm | Bryan Bishop | 2012-01-25 | 1 | -1/+1 |
| | | | | | | hg-commit-id: adec8319c54b | ||||
| * | Add missing newlines to ends of files. | IIMarckus | 2012-01-18 | 1 | -1/+1 |
| | | | | | | hg-commit-id: b807e5dc9cef | ||||
| * | Palette differences between Red and Blue version. | stag019 | 2012-01-15 | 1 | -2/+2 |
| | | | | | | hg-commit-id: 3bebb464b5f7 | ||||
| * | Another attempt at splitting Red/Blue versions. | stag019 | 2012-01-14 | 1 | -41467/+3 |
| | | | | | | hg-commit-id: bd7cb987f964 | ||||
| * | Merge. | Bryan Bishop | 2012-01-14 | 1 | -847/+8282 |
| |\ | | | | | | | | | hg-commit-id: 261be761c726 | ||||
| | * | add labels and block file to Mansion1 | Bryan Bishop | 2012-01-14 | 1 | -3/+45 |
| | | | | | | | | | | | hg-commit-id: 8092d8b19c96 | ||||
| | * | fixed up texts for ViridianPokecenter | Bryan Bishop | 2012-01-14 | 1 | -7/+10 |
| | | | | | | | | | | | hg-commit-id: 7ffd3107b10a | ||||
| | * | use the BillsHouseBlocks file | Bryan Bishop | 2012-01-14 | 1 | -5/+10 |
| | | | | | | | | | | | hg-commit-id: 67b094dbded2 | ||||
| | * | common labels for house blocks | Bryan Bishop | 2012-01-14 | 1 | -11/+21 |
| | | | | | | | | | | | hg-commit-id: 970b15035441 | ||||
| | * | ViridianHouseBlocks and PewterHouse1Blocks are the same | Bryan Bishop | 2012-01-14 | 1 | -2/+3 |
| | | | | | | | | | | | hg-commit-id: f2c45cdce8f7 | ||||
| | * | gfx/redgreenversion.1bpp in bank $1A | Bryan Bishop | 2012-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | hg-commit-id: d281dea4b799 | ||||
| | * | tileset files in gfx/tilesets/ | Bryan Bishop | 2012-01-14 | 1 | -19/+21 |
| | | | | | | | | | | | hg-commit-id: a1dd793bdd7f | ||||
| | * | Fixed up Wild Pokemon Data and added data for all versions | stag019 | 2012-01-13 | 1 | -96/+2783 |
| | | | | | | | | | | | hg-commit-id: ae728feaf7ec | ||||
| | * | Merge after Lorelei typo fix. | IIMarckus | 2012-01-13 | 1 | -432/+434 |
| | |\ | | | | | | | | | | | | | hg-commit-id: 0d946d742a1c | ||||
| | | * | insert object labels into map headers | Bryan Bishop | 2012-01-13 | 1 | -215/+216 |
| | | | | | | | | | | | | | | | | hg-commit-id: 9126a8ee23e0 | ||||
| | | * | even more map header labels | Bryan Bishop | 2012-01-13 | 1 | -92/+94 |
| | | | | | | | | | | | | | | | | hg-commit-id: 9def1fae3a6d | ||||
| | | * | more map header labels | Bryan Bishop | 2012-01-13 | 1 | -46/+46 |
| | | | | | | | | | | | | | | | | hg-commit-id: f69ff5be3cb6 | ||||
| | | * | fill out map headers with labels | Bryan Bishop | 2012-01-13 | 1 | -75/+78 |
| | | | | | | | | | | | | | | | | hg-commit-id: a8366fd47048 | ||||
| | | * | get rid of more empty incbins | Bryan Bishop | 2012-01-13 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | hg-commit-id: baca2a858c5c | ||||
| | * | | Fix typo: Loreli → Lorelei. | IIMarckus | 2012-01-13 | 1 | -11/+11 |
| | |/ | | | | | | | | | hg-commit-id: d4227f9b97e7 | ||||
| | * | some map subscript pointer lists | Bryan Bishop | 2012-01-13 | 1 | -26/+122 |
| | | | | | | | | | | | hg-commit-id: b36e9b279197 | ||||
| | * | asm for PewterCityScript | Bryan Bishop | 2012-01-13 | 1 | -1/+8 |
| | | | | | | | | | | | hg-commit-id: b6e888ea6a6f | ||||
| | * | generous newlines around INCBINs | Bryan Bishop | 2012-01-13 | 1 | -0/+195 |
| | | | | | | | | | | | hg-commit-id: e4779096e488 | ||||
| | * | remove extra newlines | Bryan Bishop | 2012-01-13 | 1 | -9/+0 |
| | | | | | | | | | | | hg-commit-id: 4f3352aac87f | ||||
| | * | remove empty INCBINs | Bryan Bishop | 2012-01-13 | 1 | -92/+27 |
| | | | | | | | | | | | hg-commit-id: d867e20aed4a | ||||
| | * | insert main scripts and subscripts | Bryan Bishop | 2012-01-13 | 1 | -213/+3106 |
| | | | | | | | | | | | hg-commit-id: 241a277dd8e8 | ||||
| | * | insert more "unreferenced" text labels | Bryan Bishop | 2012-01-12 | 1 | -36/+92 |
| | | | | | | | | | | | hg-commit-id: 8c31a254671e | ||||
| | * | even more "unreferenced" texts | Bryan Bishop | 2012-01-12 | 1 | -15/+70 |
| | | | | | | | | | | | hg-commit-id: cb366d1b1eae | ||||
| | * | add more "unreferenced" texts | Bryan Bishop | 2012-01-12 | 1 | -9/+30 |
| | | | | | | | | | | | hg-commit-id: 9dee3aedb9d0 | ||||
| | * | insert Route18GateText2 into Route18GateTexts | Bryan Bishop | 2012-01-12 | 1 | -4/+5 |
| | | | | | | | | | | | hg-commit-id: eb75dcf9b789 | ||||
| | * | add Route16GateMapText3 to Route16GateMapTexts | Bryan Bishop | 2012-01-12 | 1 | -4/+5 |
| | | | | | | | | | | | hg-commit-id: 46a075f21ddc | ||||
| | * | one more text in CeladonGameCorner (CeladonGameCornerText13) | Bryan Bishop | 2012-01-12 | 1 | -4/+5 |
| | | | | | | | | | | | hg-commit-id: f9623520feac | ||||
| | * | some more texts for CeladonGymTexts | Bryan Bishop | 2012-01-12 | 1 | -3/+15 |
| | | | | | | | | | | | hg-commit-id: 308b15f20bb8 | ||||
| | * | add two opcodes after CeladonMansion1Texts | Bryan Bishop | 2012-01-12 | 1 | -1/+4 |
| | | | | | | | | | | | hg-commit-id: 06a506394786 | ||||
| | * | extract some text scripts near SeafoamIslands5Texts | Bryan Bishop | 2012-01-12 | 1 | -3/+11 |
| | | | | | | | | | | | hg-commit-id: 9d603109b16e | ||||
| | * | more texts in RocketHideout4Texts | Bryan Bishop | 2012-01-12 | 1 | -3/+6 |
| | | | | | | | | | | | hg-commit-id: 89537c356665 | ||||
| | * | update gbz80disasm for TextScriptEnd | Bryan Bishop | 2012-01-12 | 1 | -9/+1 |
| | | | | | | | | | | | hg-commit-id: f519c306bc00 | ||||
| | * | Merge in sawakita's $24d7 work. | Bryan Bishop | 2012-01-12 | 1 | -3/+10 |
| | |\ | | | | | | | | | | | | | hg-commit-id: d4536dd735de | ||||
| | * | | BillsHouseText4 is just $fd | Bryan Bishop | 2012-01-12 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | hg-commit-id: f84c6e31c130 | ||||
| | * | | fill out Route7GateTexts | Bryan Bishop | 2012-01-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | hg-commit-id: ae4d52a4548c | ||||
| | * | | more for Route6GateTexts | Bryan Bishop | 2012-01-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | hg-commit-id: 3dd2207b6caa | ||||
| | * | | map out texts for Route5GateTexts | Bryan Bishop | 2012-01-12 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | hg-commit-id: d7a9fb760972 | ||||
| | * | | clean up trailing whitespace in gbz80disasm | Bryan Bishop | 2012-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | hg-commit-id: 1ef910ea7bbf | ||||
| | * | | +16 texts for OaksLabTexts | Bryan Bishop | 2012-01-12 | 1 | -3/+99 |
| | | | | | | | | | | | | | | | | hg-commit-id: 83ebe48742b2 | ||||
