Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | Remove python shebangs. | IIMarckus | |
- Not all systems have /usr/bin/python - On those that do, it is not always python 2 - These files aren't marked executable anyway Just use "python whatever.py" via shell instead. hg-commit-id: 09184f4c838d | |||
2012-03-14 | irc:// doesn't actually linkify in any context, so just list server/channel. | IIMarckus | |
hg-commit-id: a70eba7b583e | |||
2012-03-14 | Revert python2 change, no systems actually have "python2" except Arch. | IIMarckus | |
hg-commit-id: f1e6e982c0bb | |||
2012-03-07 | Another two random pointer byte difference from Red/Blue. | stag019 | |
hg-commit-id: d559977b9a9c | |||
2012-03-07 | Random Bank1D labels. Less byte differences in Blue. | stag019 | |
hg-commit-id: b43132cb67a5 | |||
2012-03-07 | Pokemon overworld sprites | stag019 | |
hg-commit-id: a810d29962df | |||
2012-03-07 | Cries. | stag019 | |
hg-commit-id: 635b3c3b8dc7 | |||
2012-03-07 | Redfining predefs using macros: PREDEF and PREDEF_JUMP. | Sanky | |
hg-commit-id: 80a61a3816bc | |||
2012-03-06 | Specified python2 executable. (Some systems default to Python 3.) | Sanky | |
hg-commit-id: a28f903ec455 | |||
2012-03-05 | List of maps with hidden objects. | IIMarckus | |
hg-commit-id: ea78fc8d5858 | |||
2012-03-05 | Whitespace. | IIMarckus | |
hg-commit-id: de73bb7aef32 | |||
2012-03-05 | Add the code for gym statues. | IIMarckus | |
hg-commit-id: 50da42dc0b9b | |||
2012-03-05 | Merge | Sanky | |
hg-commit-id: d3bdced550f6 | |||
2012-03-05 | Reformat the character table, as suggested by Sanky. | IIMarckus | |
hg-commit-id: 461183b23104 | |||
2012-03-05 | Add "×" in text. | IIMarckus | |
hg-commit-id: 78daeb956407 | |||
2012-03-04 | More ¥. | IIMarckus | |
hg-commit-id: 57724be222e6 | |||
2012-03-04 | Use ¥ in text strings. | IIMarckus | |
Another bug that doesn't exist in textpre.py. hg-commit-id: 6d1cf3af73ee | |||
2012-03-04 | Remove textpre.awk and link textpre.py to the build. | IIMarckus | |
hg-commit-id: d021377297bf | |||
2012-03-04 | Add textpre.py, a cleaner rewrite of textpre.awk in Python. | IIMarckus | |
Also has one fewer bug: strings in comments are not converted. hg-commit-id: ae08f1e4ca26 | |||
2012-03-04 | Link to IRC channel in the readme. | IIMarckus | |
hg-commit-id: 0f62fffda611 | |||
2012-03-04 | Replace redundant text labels (for Mart signs, etc.) | IIMarckus | |
hg-commit-id: 936f0bb40062 | |||
2012-02-26 | Some graphics extracted. | Sanky | |
hg-commit-id: a831c95df9bc | |||
2012-02-25 | More status screen disasm | Sanky | |
hg-commit-id: 41da2aa53cdc | |||
2012-02-25 | Both status screen pages disassembled | Sanky | |
hg-commit-id: dabc4ec2c217 | |||
2012-02-25 | Cleanup/update of status screen code so it can be merged in | Sanky | |
hg-commit-id: 5b940f432b22 | |||
2012-02-21 | Restrict an argument to 8 bits. Fixes the build on some architectures. | IIMarckus | |
hg-commit-id: e66818b266cf | |||
2012-02-21 | Remove .tbl file. It is too hard to keep this in sync with textpre.awk. | IIMarckus | |
It would be good to create a program to generate a .tbl file from the same source as the text preprocessor. hg-commit-id: 3d3d4dc1f559 | |||
2012-02-20 | disasm of map sprite tile pattern loading code plus misc stuff | YamaArashi | |
hg-commit-id: 58a62ff918a5 | |||
2012-02-19 | disasm of remaining use item functions | YamaArashi | |
hg-commit-id: 64f7280ebd2d | |||
2012-02-18 | fix some labels/comments regarding stat names | YamaArashi | |
hg-commit-id: 252f18ba93f8 | |||
2012-02-18 | disasm of item use code for healing items, vitamins, evolution stones, ↵ | YamaArashi | |
TM's/HM's, PP Ups, PP restoring items hg-commit-id: e3686b7c9370 | |||
2012-02-16 | fix battle status constant typo | YamaArashi | |
hg-commit-id: 9cdee02d79c4 | |||
2012-02-14 | call $1372 -> call LoadMonData | Bryan Bishop | |
hg-commit-id: c7671d529528 | |||
2012-02-14 | sanky's .tbl file | Bryan Bishop | |
hg-commit-id: 840a5410c1e3 | |||
2012-02-14 | more status ailment constants | Bryan Bishop | |
hg-commit-id: fdf8b3f10a40 | |||
2012-02-14 | fix syntax errors in main.asm | Bryan Bishop | |
hg-commit-id: 8bd80db848b4 | |||
2012-02-12 | disasm of options menu | YamaArashi | |
hg-commit-id: 9122bf61b409 | |||
2012-02-11 | disasm of trainer info function | YamaArashi | |
hg-commit-id: b062770b0a2d | |||
2012-02-10 | disasm of item menu and misc functions | YamaArashi | |
hg-commit-id: c3d464202198 | |||
2012-02-10 | disasm of pokemon menu function | YamaArashi | |
hg-commit-id: 47d36266a0ae | |||
2012-02-09 | disasm of some party menu related functions | YamaArashi | |
hg-commit-id: 1205936f3eab | |||
2012-02-06 | disasm of pokedex code | YamaArashi | |
hg-commit-id: 2d29e81f6380 | |||
2012-02-06 | changed function LoadPokemartInventory to LoadItemList | YamaArashi | |
added some constants/labels to Cerulean City House 3 text hg-commit-id: 594de2fb4d38 | |||
2012-02-06 | corrected the name of a constant to reflect its wider uses | YamaArashi | |
FLOORLISTMENU -> SPECIALLISTMENU hg-commit-id: 9e26d6eac4ff | |||
2012-02-06 | added some constants | YamaArashi | |
hg-commit-id: 66878ceb09e7 | |||
2012-02-05 | added some comments/labels to Pokemon Center code | YamaArashi | |
hg-commit-id: 33c7f71b2a07 | |||
2012-02-05 | disasm of pokemart code | YamaArashi | |
hg-commit-id: f40e4921716f | |||
2012-02-05 | disasm of code used in item menus and other menus | YamaArashi | |
hg-commit-id: 0b9e11ad6c0f | |||
2012-02-04 | disasm of number printing functions and other minor changes | YamaArashi | |
hg-commit-id: ca84e561db2c | |||
2012-02-03 | disasm of misc functions | YamaArashi | |
hg-commit-id: 774697dc5134 |