Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | "Fix" name indentation in credits. | yenatch | |
This appears to have taken advantage of number chars being -10 through -1. By adding to the middle of the screen, a number char could represent the number of tiles to indent. Or not, which is why this commit exists. | |||
2014-04-04 | Another bank. | yenatch | |
2014-04-04 | More tileset constants. | yenatch | |
2014-04-03 | Tileset constants in the wild. | yenatch | |
2014-04-03 | Name the tilesets and give them constants. | yenatch | |
Also clean up the tileset macro and remove placeholders/redundant files. | |||
2014-04-02 | Reference more static banks. | yenatch | |
2014-04-02 | Japanese character conversion tables. | yenatch | |
2014-04-02 | More Red pic labels and misc constants. | yenatch | |
Also correct erroneous label "Unknown_72ede". | |||
2014-03-30 | Use labels instead of static addresses in sound pointers. | yenatch | |
Static address substraction would wreak havoc in other memory configurations. | |||
2014-03-30 | Stop using [$ff00+$xx] syntax. | yenatch | |
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, | |||
2014-03-30 | Remove the last "\@"s on local labels. | yenatch | |
2014-03-30 | Yet another static rom address (Tset15_Coll) | yenatch | |
2014-03-29 | Merge remote-tracking branch 'origin/master' into master | yenatch | |
2014-03-29 | Merge remote-tracking branch 'huderlem/master' into master | yenatch | |
Conflicts: main.asm | |||
2014-03-26 | ledge tiles documented | Lin | |
2014-02-20 | Removed hardcoded address. Labeled a few functions. | Marcus Huderle | |
2014-02-02 | Replace hardcoded song ids | U-Fish-PC\Daniel | |
2014-02-01 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | |
Conflicts: main.asm | |||
2014-01-29 | Labeled Battle Center and Trade Center constants. | Marcus Huderle | |
2014-01-28 | Fix BookshelfTileIDs format | U-Fish-PC\Daniel | |
2014-01-27 | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | |
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. | |||
2014-01-26 | added a couple of new moves constants | Adam AKA Coolboyman | |
2014-01-23 | Make text.asm an object | yenatch | |
2014-01-23 | Move text banks into text.asm | yenatch | |
2014-01-23 | Split out move names | yenatch | |
2014-01-23 | Split out the rest of map text | yenatch | |
2014-01-23 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | |
2014-01-23 | Split out route text | yenatch | |
2014-01-22 | Even more map text | yenatch | |
2014-01-22 | Silph Co 1f text was actually somewhere else | yenatch | |
2014-01-22 | Move city and town map text into text/maps | yenatch | |
2014-01-22 | split out a bunch of map text | yenatch | |
2014-01-22 | split viridian and oaks lab text into text/maps/ | yenatch | |
2014-01-22 | stamp out even more text macros in main | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | rename existing map text files and put them in text/maps/ | yenatch | |
2014-01-22 | Merge branch 'split-audio' into text | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | Merge remote-tracking branch 'iimarckus/master' into resplit-audio | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | use 'next' macro in strings | yenatch | |
2014-01-22 | rename and add some text macros | yenatch | |
cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry. | |||
2014-01-21 | clean up missed text macros in main.asm | yenatch | |
2014-01-21 | use text macros in main.asm | yenatch | |
2014-01-21 | condense MapSongBanks | yenatch | |
2014-01-21 | use music constants everywhere | yenatch | |
some sfx are treated as music, but don't have constants yet | |||
2014-01-13 | Label Pewter Movement Scripts | U-Fish-PC\Daniel | |
2014-01-12 | Replace false TX_RAM | U-Fish-PC\Daniel | |
2014-01-09 | split audio components into audio_red.o and audio_blue.o | yenatch | |
2014-01-08 | Merge branch 'master' of https://github.com/dannye/pokered | U-Daniel-Laptop\Daniel | |
Conflicts: main.asm | |||
2014-01-07 | Labeled some more hardcoded banks and the OldManItemList. | Marcus Huderle | |
2014-01-07 | Labeled lots of hardcoded banks. | Marcus Huderle | |
2014-01-06 | split out the audio engines | yenatch | |