aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Another two random pointer byte difference from Red/Blue.stag0192012-03-071-5/+9
| | | | | hg-commit-id: d559977b9a9c
* Random Bank1D labels. Less byte differences in Blue.stag0192012-03-071-67/+115
| | | | | hg-commit-id: b43132cb67a5
* Pokemon overworld spritesstag0192012-03-071-1/+81
| | | | | hg-commit-id: a810d29962df
* Cries.stag0192012-03-071-3/+196
| | | | | hg-commit-id: 635b3c3b8dc7
* Redfining predefs using macros: PREDEF and PREDEF_JUMP.Sanky2012-03-071-8/+11
| | | | | hg-commit-id: 80a61a3816bc
* Specified python2 executable. (Some systems default to Python 3.)Sanky2012-03-061-14/+29
|\ | | | | | | | | hg-commit-id: a28f903ec455
| * MergeSanky2012-03-051-147/+75
| |\ | | | | | | | | | | | | hg-commit-id: d3bdced550f6
| * | Some graphics extracted.Sanky2012-02-261-14/+29
| | | | | | | | | | | | | | | hg-commit-id: a831c95df9bc
* | | List of maps with hidden objects.IIMarckus2012-03-051-1/+91
| | | | | | | | | | | | | | | hg-commit-id: ea78fc8d5858
* | | Whitespace.IIMarckus2012-03-051-156/+158
| | | | | | | | | | | | | | | hg-commit-id: de73bb7aef32
* | | Add the code for gym statues.IIMarckus2012-03-051-1/+40
| |/ |/| | | | | | | hg-commit-id: 50da42dc0b9b
* | Add "×" in text.IIMarckus2012-03-051-2/+2
| | | | | | | | | | hg-commit-id: 78daeb956407
* | More ¥.IIMarckus2012-03-041-17/+17
| | | | | | | | | | hg-commit-id: 57724be222e6
* | Use ¥ in text strings.IIMarckus2012-03-041-3/+3
| | | | | | | | | | | | | | Another bug that doesn't exist in textpre.py. hg-commit-id: 6d1cf3af73ee
* | Replace redundant text labels (for Mart signs, etc.)IIMarckus2012-03-041-125/+53
|/ | | | | hg-commit-id: 936f0bb40062
* More status screen disasmSanky2012-02-251-43/+122
| | | | | hg-commit-id: 41da2aa53cdc
* Both status screen pages disassembledSanky2012-02-251-8/+215
| | | | | hg-commit-id: dabc4ec2c217
* Cleanup/update of status screen code so it can be merged inSanky2012-02-251-1/+146
| | | | | hg-commit-id: 5b940f432b22
* Restrict an argument to 8 bits. Fixes the build on some architectures.IIMarckus2012-02-211-1/+1
| | | | | hg-commit-id: e66818b266cf
* disasm of map sprite tile pattern loading code plus misc stuffYamaArashi2012-02-201-15/+657
| | | | | hg-commit-id: 58a62ff918a5
* disasm of remaining use item functionsYamaArashi2012-02-191-153/+789
| | | | | hg-commit-id: 64f7280ebd2d
* fix some labels/comments regarding stat namesYamaArashi2012-02-181-7/+7
| | | | | hg-commit-id: 252f18ba93f8
* disasm of item use code for healing items, vitamins, evolution stones, ↵YamaArashi2012-02-181-194/+1357
| | | | | | | TM's/HM's, PP Ups, PP restoring items hg-commit-id: e3686b7c9370
* call $1372 -> call LoadMonDataBryan Bishop2012-02-141-1/+1
| | | | | hg-commit-id: c7671d529528
* fix syntax errors in main.asmBryan Bishop2012-02-141-2/+2
| | | | | hg-commit-id: 8bd80db848b4
* disasm of options menuYamaArashi2012-02-121-16/+315
| | | | | hg-commit-id: 9122bf61b409
* disasm of trainer info functionYamaArashi2012-02-111-2/+203
| | | | | hg-commit-id: b062770b0a2d
* disasm of item menu and misc functionsYamaArashi2012-02-101-53/+449
| | | | | hg-commit-id: c3d464202198
* disasm of pokemon menu functionYamaArashi2012-02-101-46/+294
| | | | | hg-commit-id: 47d36266a0ae
* disasm of some party menu related functionsYamaArashi2012-02-091-58/+819
| | | | | hg-commit-id: 1205936f3eab
* disasm of pokedex codeYamaArashi2012-02-061-5/+661
| | | | | hg-commit-id: 2d29e81f6380
* changed function LoadPokemartInventory to LoadItemListYamaArashi2012-02-061-7/+7
| | | | | | | added some constants/labels to Cerulean City House 3 text hg-commit-id: 594de2fb4d38
* added some constantsYamaArashi2012-02-061-18/+18
| | | | | hg-commit-id: 66878ceb09e7
* added some comments/labels to Pokemon Center codeYamaArashi2012-02-051-53/+47
| | | | | hg-commit-id: 33c7f71b2a07
* disasm of pokemart codeYamaArashi2012-02-051-12/+415
| | | | | hg-commit-id: f40e4921716f
* disasm of code used in item menus and other menusYamaArashi2012-02-051-2/+554
| | | | | hg-commit-id: 0b9e11ad6c0f
* disasm of number printing functions and other minor changesYamaArashi2012-02-041-109/+316
| | | | | hg-commit-id: ca84e561db2c
* disasm of misc functionsYamaArashi2012-02-031-21/+262
| | | | | hg-commit-id: 774697dc5134
* disasm of some menu codeYamaArashi2012-02-021-1/+279
| | | | | hg-commit-id: ba5a3b3a7877
* disasm of misc stuff (mostly pokemart related)YamaArashi2012-02-021-47/+286
| | | | | hg-commit-id: 35d0b7f0a56e
* disasm of more battle animation codeYamaArashi2012-02-011-38/+410
| | | | | hg-commit-id: ddca5fa6dbad
* disasm of some battle animation codeYamaArashi2012-01-311-72/+540
| | | | | hg-commit-id: 5c2a07265f14
* incorporate slot machine map into main.asmBryan Bishop2012-01-301-1/+7
| | | | | hg-commit-id: 571429e704dc
* remove some small incbinsBryan Bishop2012-01-301-37/+112
| | | | | hg-commit-id: 2084c82c52ec
* extract spritesheets into .2bpp filesBryan Bishop2012-01-291-2/+502
| | | | | hg-commit-id: 294542bfff57
* use zero-padded values in base statsBryan Bishop2012-01-281-619/+619
| | | | | hg-commit-id: 395f2f7a0015
* remove 1123 bytes from the end of bank $1cBryan Bishop2012-01-281-1/+1
| | | | | hg-commit-id: 69bfda95f79e
* remove 6870 bytes from the end of bank $18Bryan Bishop2012-01-281-1/+1
| | | | | hg-commit-id: 6c429d5fefab
* remove 8427 bytes from the end of bank $17Bryan Bishop2012-01-281-1/+1
| | | | | hg-commit-id: 8d71a5d59b90
* remove 6726 bytes from the end of bank $16Bryan Bishop2012-01-281-1/+1
| | | | | hg-commit-id: 11625c6614b7