| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove .tbl file. It is too hard to keep this in sync with textpre.awk. | IIMarckus | 2012-02-21 | 1 | -90/+0 | |
| | | | | | | | | | 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 | |||||
| * | disasm of map sprite tile pattern loading code plus misc stuff | YamaArashi | 2012-02-20 | 2 | -15/+661 | |
| | | | | | | hg-commit-id: 58a62ff918a5 | |||||
| * | disasm of remaining use item functions | YamaArashi | 2012-02-19 | 2 | -153/+792 | |
| | | | | | | hg-commit-id: 64f7280ebd2d | |||||
| * | fix some labels/comments regarding stat names | YamaArashi | 2012-02-18 | 1 | -7/+7 | |
| | | | | | | hg-commit-id: 252f18ba93f8 | |||||
| * | disasm of item use code for healing items, vitamins, evolution stones, ↵ | YamaArashi | 2012-02-18 | 1 | -194/+1357 | |
| | | | | | | | | TM's/HM's, PP Ups, PP restoring items hg-commit-id: e3686b7c9370 | |||||
| * | fix battle status constant typo | YamaArashi | 2012-02-16 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 9cdee02d79c4 | |||||
| * | call $1372 -> call LoadMonData | Bryan Bishop | 2012-02-14 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: c7671d529528 | |||||
| * | sanky's .tbl file | Bryan Bishop | 2012-02-14 | 1 | -0/+90 | |
| | | | | | | hg-commit-id: 840a5410c1e3 | |||||
| * | more status ailment constants | Bryan Bishop | 2012-02-14 | 1 | -2/+5 | |
| | | | | | | hg-commit-id: fdf8b3f10a40 | |||||
| * | fix syntax errors in main.asm | Bryan Bishop | 2012-02-14 | 2 | -3/+6 | |
| | | | | | | hg-commit-id: 8bd80db848b4 | |||||
| * | disasm of options menu | YamaArashi | 2012-02-12 | 2 | -16/+327 | |
| | | | | | | hg-commit-id: 9122bf61b409 | |||||
| * | disasm of trainer info function | YamaArashi | 2012-02-11 | 1 | -2/+203 | |
| | | | | | | hg-commit-id: b062770b0a2d | |||||
| * | disasm of item menu and misc functions | YamaArashi | 2012-02-10 | 1 | -53/+449 | |
| | | | | | | hg-commit-id: c3d464202198 | |||||
| * | disasm of pokemon menu function | YamaArashi | 2012-02-10 | 2 | -46/+296 | |
| | | | | | | hg-commit-id: 47d36266a0ae | |||||
| * | disasm of some party menu related functions | YamaArashi | 2012-02-09 | 1 | -58/+819 | |
| | | | | | | hg-commit-id: 1205936f3eab | |||||
| * | disasm of pokedex code | YamaArashi | 2012-02-06 | 1 | -5/+661 | |
| | | | | | | hg-commit-id: 2d29e81f6380 | |||||
| * | changed function LoadPokemartInventory to LoadItemList | YamaArashi | 2012-02-06 | 1 | -7/+7 | |
| | | | | | | | | added some constants/labels to Cerulean City House 3 text hg-commit-id: 594de2fb4d38 | |||||
| * | corrected the name of a constant to reflect its wider uses | YamaArashi | 2012-02-06 | 1 | -1/+1 | |
| | | | | | | | | FLOORLISTMENU -> SPECIALLISTMENU hg-commit-id: 9e26d6eac4ff | |||||
| * | added some constants | YamaArashi | 2012-02-06 | 2 | -18/+28 | |
| | | | | | | hg-commit-id: 66878ceb09e7 | |||||
| * | added some comments/labels to Pokemon Center code | YamaArashi | 2012-02-05 | 1 | -53/+47 | |
| | | | | | | hg-commit-id: 33c7f71b2a07 | |||||
| * | disasm of pokemart code | YamaArashi | 2012-02-05 | 1 | -12/+415 | |
| | | | | | | hg-commit-id: f40e4921716f | |||||
| * | disasm of code used in item menus and other menus | YamaArashi | 2012-02-05 | 2 | -2/+563 | |
| | | | | | | hg-commit-id: 0b9e11ad6c0f | |||||
| * | disasm of number printing functions and other minor changes | YamaArashi | 2012-02-04 | 2 | -109/+322 | |
| | | | | | | hg-commit-id: ca84e561db2c | |||||
| * | disasm of misc functions | YamaArashi | 2012-02-03 | 2 | -23/+264 | |
| | | | | | | hg-commit-id: 774697dc5134 | |||||
| * | disasm of some menu code | YamaArashi | 2012-02-02 | 1 | -1/+279 | |
| | | | | | | hg-commit-id: ba5a3b3a7877 | |||||
| * | disasm of misc stuff (mostly pokemart related) | YamaArashi | 2012-02-02 | 1 | -47/+286 | |
| | | | | | | hg-commit-id: 35d0b7f0a56e | |||||
| * | disasm of more battle animation code | YamaArashi | 2012-02-01 | 2 | -39/+412 | |
| | | | | | | hg-commit-id: ddca5fa6dbad | |||||
| * | disasm of some battle animation code | YamaArashi | 2012-01-31 | 2 | -72/+578 | |
| | | | | | | hg-commit-id: 5c2a07265f14 | |||||
| * | incorporate slot machine map into main.asm | Bryan Bishop | 2012-01-30 | 1 | -1/+7 | |
| | | | | | | hg-commit-id: 571429e704dc | |||||
| * | Added a tilemap | Adam@Adam-PC.csueastbay.edu | 2012-01-30 | 1 | -0/+0 | |
| | | | | | | hg-commit-id: 26a214affb72 | |||||
| * | remove some small incbins | Bryan Bishop | 2012-01-30 | 2 | -37/+115 | |
| | | | | | | hg-commit-id: 2084c82c52ec | |||||
| * | tool to sort INCBINs by interval length | Bryan Bishop | 2012-01-30 | 1 | -0/+18 | |
| | | | | | | hg-commit-id: 3d687a971202 | |||||
| * | extract spritesheets into .2bpp files | Bryan Bishop | 2012-01-29 | 68 | -17/+775 | |
| | | | | | | hg-commit-id: 294542bfff57 | |||||
| * | use zero-padded values in base stats | Bryan Bishop | 2012-01-28 | 2 | -626/+626 | |
| | | | | | | hg-commit-id: 395f2f7a0015 | |||||
| * | remove 1123 bytes from the end of bank $1c | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 69bfda95f79e | |||||
| * | remove 6870 bytes from the end of bank $18 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 6c429d5fefab | |||||
| * | remove 8427 bytes from the end of bank $17 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 8d71a5d59b90 | |||||
| * | remove 6726 bytes from the end of bank $16 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 11625c6614b7 | |||||
| * | remove 5557 bytes from the end of bank $15 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 443a3066bed7 | |||||
| * | remove 5566 bytes from the end of bank $14 | Bryan Bishop | 2012-01-28 | 1 | -2/+0 | |
| | | | | | | hg-commit-id: d2cce20076fd | |||||
| * | remove 7281 bytes from the end of bank $12 | Bryan Bishop | 2012-01-28 | 1 | -2/+0 | |
| | | | | | | hg-commit-id: 38a661ad3104 | |||||
| * | remove 3497 bytes from bank $11 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 7534bc705ab0 | |||||
| * | remove 1080 bytes from the end of bank F | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: b31de181a667 | |||||
| * | remove 950 bytes from the end of bank 3 | Bryan Bishop | 2012-01-28 | 1 | -2/+0 | |
| | | | | | | hg-commit-id: 138bdc17800b | |||||
| * | remove 161 bytes from the end of bank 5 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 1a91714423d5 | |||||
| * | remove 824 bytes from the end of bank 6 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 4e4344db6fdc | |||||
| * | remove 4926 bytes from the end of bank 7 | Bryan Bishop | 2012-01-28 | 1 | -2/+0 | |
| | | | | | | hg-commit-id: 1d4310403571 | |||||
| * | remove 174 bytes from the end of bank 8 | Bryan Bishop | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: d14f3c8a7e26 | |||||
| * | clean up the final 1055 blank bank $e bytes | Bryan Bishop | 2012-01-28 | 1 | -1/+2 | |
| | | | | | | hg-commit-id: 0050f02d4277 | |||||
| * | Merge | YamaArashi | 2012-01-28 | 11 | -637/+8887 | |
| |\ | | | | | | | | | hg-commit-id: fd141a80fa99 | |||||
