| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Name the tilesets and give them constants. | yenatch | 2014-04-03 | 1 | -0/+2 |
| | | | | | Also clean up the tileset macro and remove placeholders/redundant files. | ||||
| * | Let rgbasm handle undefined version constants. | yenatch | 2014-02-14 | 1 | -3/+1 |
| | | |||||
| * | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | 2014-01-27 | 1 | -0/+2 |
| | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | ||||
| * | define music constants instead of running around with ((label-$4000)/3) | yenatch | 2014-01-21 | 1 | -0/+1 |
| | | |||||
| * | Credits order INCBIN and more labeling. | Marcus Huderle | 2013-12-27 | 1 | -1/+2 |
| | | |||||
| * | Labeled Special Effect pointers and ids. | Marcus Huderle | 2013-12-23 | 1 | -0/+1 |
| | | |||||
| * | Clean up constants | U-Fish-PC\Daniel | 2013-12-11 | 1 | -181/+9 |
| | | |||||
| * | Move slot machine constants | U-Fish-PC\Daniel | 2013-12-11 | 1 | -2/+0 |
| | | |||||
| * | Disassemble Slot Machine and Others | U-Fish-PC\Daniel | 2013-12-11 | 1 | -0/+2 |
| | | |||||
| * | clean up remaining constants | yenatch | 2013-12-05 | 1 | -41/+41 |
| | | |||||
| * | split related constants into constants/ | yenatch | 2013-12-05 | 1 | -1933/+9 |
| | | |||||
| * | split rgbasm macros into macros.asm | yenatch | 2013-12-05 | 1 | -259/+1 |
| | | |||||
| * | split wram/hram out of constants.asm and start using wram sections | yenatch | 2013-12-05 | 1 | -1154/+1 |
| | | | | | also inadvertently labeling some hard addresses | ||||
| * | Merge branch 'master' of https://github.com/Sanky/pokered | IIMarckus | 2013-11-01 | 1 | -0/+2 |
| |\ | | | | | | | | | Conflicts: main.asm | ||||
| | * | Merge remote-tracking branch 'kanzure/master' into mergetastic | Sanky | 2013-10-21 | 1 | -123/+496 |
| | |\ | | | | | | | | | | | | | Conflicts: main.asm | ||||
| | * | | Disasm code which draws tiny party pokémon symbols in-battle. | Sanky | 2013-07-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix blue and yellow music | U-Fish-PC\Daniel | 2013-10-22 | 1 | -4/+0 |
| | | | | |||||
| * | | | More bank 2 music engine and music/sfx format update | U-Fish-PC\Daniel | 2013-10-21 | 1 | -46/+22 |
| | | | | |||||
| * | | | All music and sfx | U-Fish-PC\Daniel | 2013-10-12 | 1 | -114/+161 |
| | |/ |/| | |||||
| * | | give consistency to map names | U-Fish-PC\Daniel | 2013-09-16 | 1 | -12/+12 |
| | | | |||||
| * | | Merge https://bitbucket.org/sanky/pokered | IIMarckus | 2013-05-13 | 1 | -0/+2 |
| |\| | | | | | | | | | Conflicts: main.asm | ||||
| | * | disasm MoveSelectionMenu | Sanky | 2012-12-21 | 1 | -0/+1 |
| | | | |||||
| | * | TrainerBattleVictory disasmed | Sanky | 2012-12-20 | 1 | -0/+1 |
| | | | |||||
| * | | Make the pic bank calculations more readable. | IIMarckus | 2013-05-12 | 1 | -0/+2 |
| | | | |||||
| * | | * add known hard-coded memory locations are labels now | Mr Wint | 2013-04-07 | 1 | -131/+332 |
| | | | | | | | | | | | | | * all global labels now have a comment indicating their ROM address * all references to tile buffer locations are using the FuncCoords marco now * added some comments and assembly analysis | ||||
| * | | * analyzed assembly related to handling sprites | Mr Wint | 2013-03-17 | 1 | -1/+97 |
| | | | | | | | | | | | | | | | * added assembly that was wrongly classified as music before * all jumps and calls now point to a proper label * removed all incbins in home bank * some more small assembly analysis and comments | ||||
| * | | * added EQU constants for mon header RAM area | Mr Wint | 2013-03-13 | 1 | -1/+74 |
| | | | | | | | | | | | | | * analyzed and commented sprite loading routines * experience calculation routine * couple more small routines and data structures | ||||
| * | | formatted attack effects and use more EQUs | Mr Wint | 2013-03-12 | 1 | -0/+1 |
| |/ | | | | automatically extracted and included a bunch of assembly | ||||
| * | Palette $0C is the Town Map palette. | IIMarckus | 2012-07-03 | 1 | -1/+1 |
| | | | | | | | | Noticed by Danni-E 33. hg-commit-id: 93a11989d9db | ||||
| * | CalculateDamage routine from smkdan added. | stag019 | 2012-03-21 | 1 | -6/+8 |
| | | | | | | hg-commit-id: 8387b4581cce | ||||
| * | Expand hidden coin functions. | IIMarckus | 2012-03-19 | 1 | -1/+0 |
| | | | | | | hg-commit-id: 279322aa8573 | ||||
| * | Add map header for Route 15 gatehouse 2F. | IIMarckus | 2012-03-15 | 1 | -4/+9 |
| | | | | | | hg-commit-id: 673b27059da9 | ||||
| * | Pokemon overworld sprites | stag019 | 2012-03-07 | 1 | -0/+18 |
| | | | | | | hg-commit-id: a810d29962df | ||||
| * | Redfining predefs using macros: PREDEF and PREDEF_JUMP. | Sanky | 2012-03-07 | 1 | -0/+11 |
| | | | | | | hg-commit-id: 80a61a3816bc | ||||
| * | disasm of map sprite tile pattern loading code plus misc stuff | YamaArashi | 2012-02-20 | 1 | -0/+4 |
| | | | | | | hg-commit-id: 58a62ff918a5 | ||||
| * | disasm of remaining use item functions | YamaArashi | 2012-02-19 | 1 | -0/+3 |
| | | | | | | hg-commit-id: 64f7280ebd2d | ||||
| * | fix battle status constant typo | YamaArashi | 2012-02-16 | 1 | -1/+1 |
| | | | | | | hg-commit-id: 9cdee02d79c4 | ||||
| * | more status ailment constants | Bryan Bishop | 2012-02-14 | 1 | -2/+5 |
| | | | | | | hg-commit-id: fdf8b3f10a40 | ||||
| * | disasm of options menu | YamaArashi | 2012-02-12 | 1 | -0/+12 |
| | | | | | | hg-commit-id: 9122bf61b409 | ||||
| * | disasm of pokemon menu function | YamaArashi | 2012-02-10 | 1 | -0/+2 |
| | | | | | | hg-commit-id: 47d36266a0ae | ||||
| * | 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 | 1 | -0/+10 |
| | | | | | | hg-commit-id: 66878ceb09e7 | ||||
| * | disasm of code used in item menus and other menus | YamaArashi | 2012-02-05 | 1 | -0/+9 |
| | | | | | | hg-commit-id: 0b9e11ad6c0f | ||||
| * | disasm of number printing functions and other minor changes | YamaArashi | 2012-02-04 | 1 | -0/+6 |
| | | | | | | hg-commit-id: ca84e561db2c | ||||
| * | disasm of misc functions | YamaArashi | 2012-02-03 | 1 | -2/+2 |
| | | | | | | hg-commit-id: 774697dc5134 | ||||
| * | disasm of more battle animation code | YamaArashi | 2012-02-01 | 1 | -1/+2 |
| | | | | | | hg-commit-id: ddca5fa6dbad | ||||
| * | disasm of some battle animation code | YamaArashi | 2012-01-31 | 1 | -0/+38 |
| | | | | | | hg-commit-id: 5c2a07265f14 | ||||
| * | add V-blank handler and some associated functions, replace some addresses ↵ | YamaArashi | 2012-01-26 | 1 | -2/+77 |
| | | | | | | | | with labels, fix rWX and rWY hg-commit-id: 2eaa734dd9dd | ||||
| * | diasm of some bank 0 code (mostly menu related) | YamaArashi | 2012-01-26 | 1 | -0/+31 |
| | | | | | | hg-commit-id: f22d2b2ca017 | ||||
| * | some bank 0 code | YamaArashi | 2012-01-24 | 1 | -0/+5 |
| | | | | | | hg-commit-id: 421af1f998f5 | ||||
