| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use labels instead of static addresses in sound pointers. | yenatch | 2014-03-30 | 1 | -6/+6 | |
| | | | | | Static address substraction would wreak havoc in other memory configurations. | |||||
| * | Stop using [$ff00+$xx] syntax. | yenatch | 2014-03-30 | 1 | -1325/+1325 | |
| | | | | | rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, | |||||
| * | Remove the last "\@"s on local labels. | yenatch | 2014-03-30 | 1 | -13/+13 | |
| | | ||||||
| * | Yet another static rom address (Tset15_Coll) | yenatch | 2014-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into master | yenatch | 2014-03-29 | 1 | -2/+3 | |
| |\ | ||||||
| | * | ledge tiles documented | Lin | 2014-03-26 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'huderlem/master' into master | yenatch | 2014-03-29 | 1 | -20/+24 | |
| |\ \ | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | * | | Removed hardcoded address. Labeled a few functions. | Marcus Huderle | 2014-02-20 | 1 | -18/+22 | |
| | | | | ||||||
| | * | | Labeled Battle Center and Trade Center constants. | Marcus Huderle | 2014-01-29 | 1 | -4/+4 | |
| | |/ | ||||||
| * | | Replace hardcoded song ids | U-Fish-PC\Daniel | 2014-02-02 | 1 | -10/+10 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | 2014-02-01 | 1 | -20910/+921 | |
| |\| | | | | | | | | | Conflicts: main.asm | |||||
| | * | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 1 | -491/+491 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | added a couple of new moves constants | Adam AKA Coolboyman | 2014-01-26 | 1 | -10/+10 | |
| | | | ||||||
| | * | Make text.asm an object | yenatch | 2014-01-23 | 1 | -2/+0 | |
| | | | ||||||
| | * | Move text banks into text.asm | yenatch | 2014-01-23 | 1 | -3196/+1 | |
| | | | ||||||
| | * | Split out move names | yenatch | 2014-01-23 | 1 | -166/+1 | |
| | | | ||||||
| | * | Split out the rest of map text | yenatch | 2014-01-23 | 1 | -840/+27 | |
| | | | ||||||
| | * | Split out route text | yenatch | 2014-01-23 | 1 | -2885/+27 | |
| | | | ||||||
| | * | Even more map text | yenatch | 2014-01-22 | 1 | -4367/+83 | |
| | | | ||||||
| | * | Silph Co 1f text was actually somewhere else | yenatch | 2014-01-22 | 1 | -8/+1 | |
| | | | ||||||
| | * | Move city and town map text into text/maps | yenatch | 2014-01-22 | 1 | -1187/+9 | |
| | | | ||||||
| | * | split out a bunch of map text | yenatch | 2014-01-22 | 1 | -3064/+61 | |
| | | | ||||||
| | * | split viridian and oaks lab text into text/maps/ | yenatch | 2014-01-22 | 1 | -956/+7 | |
| | | | ||||||
| | * | stamp out even more text macros in main | yenatch | 2014-01-22 | 1 | -68/+71 | |
| | | | | | | | | | | | Conflicts: main.asm | |||||
| | * | rename existing map text files and put them in text/maps/ | yenatch | 2014-01-22 | 1 | -3/+3 | |
| | | | ||||||
| | * | Merge branch 'split-audio' into text | yenatch | 2014-01-22 | 1 | -251/+261 | |
| | |\ | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | | * | Merge remote-tracking branch 'iimarckus/master' into resplit-audio | yenatch | 2014-01-22 | 1 | -252/+262 | |
| | | |\ | | | | | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | * | | | use 'next' macro in strings | yenatch | 2014-01-22 | 1 | -95/+132 | |
| | | | | | ||||||
| | * | | | rename and add some text macros | yenatch | 2014-01-22 | 1 | -2553/+2553 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry. | |||||
| | * | | | clean up missed text macros in main.asm | yenatch | 2014-01-21 | 1 | -1069/+1307 | |
| | | | | | ||||||
| | * | | | use text macros in main.asm | yenatch | 2014-01-21 | 1 | -7078/+9882 | |
| | |/ / | ||||||
| | * | | condense MapSongBanks | yenatch | 2014-01-21 | 1 | -496/+248 | |
| | | | | ||||||
| | * | | use music constants everywhere | yenatch | 2014-01-21 | 1 | -273/+273 | |
| | | | | | | | | | | | | | some sfx are treated as music, but don't have constants yet | |||||
| | * | | split audio components into audio_red.o and audio_blue.o | yenatch | 2014-01-09 | 1 | -1293/+1 | |
| | | | | ||||||
| | * | | split out the audio engines | yenatch | 2014-01-06 | 1 | -5079/+3 | |
| | | | | ||||||
| * | | | Fix BookshelfTileIDs format | U-Fish-PC\Daniel | 2014-01-28 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | 2014-01-23 | 1 | -257/+268 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Labeled some more hardcoded banks and the OldManItemList. | Marcus Huderle | 2014-01-07 | 1 | -11/+11 | |
| | | | | ||||||
| | * | | Labeled lots of hardcoded banks. | Marcus Huderle | 2014-01-07 | 1 | -42/+44 | |
| | | | | ||||||
| | * | | Some more arbitrary labeling of unknown things. | Marcus Huderle | 2014-01-06 | 1 | -40/+48 | |
| | | | | ||||||
| | * | | wram labels and text/function labels. | Marcus Huderle | 2014-01-06 | 1 | -122/+123 | |
| | | | | ||||||
| | * | | Some OT and name WRAM labels. | Marcus Huderle | 2014-01-05 | 1 | -42/+42 | |
| | |/ | ||||||
| * | | Label Pewter Movement Scripts | U-Fish-PC\Daniel | 2014-01-13 | 1 | -16/+22 | |
| | | | ||||||
| * | | Replace false TX_RAM | U-Fish-PC\Daniel | 2014-01-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/dannye/pokered | U-Daniel-Laptop\Daniel | 2014-01-08 | 1 | -206/+486 | |
| |\| | | | | | | | | | Conflicts: main.asm | |||||
| | * | untranslated good rod fisherman text | yenatch | 2014-01-04 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | Only fishing It romance of a man! Heboi fishing rod Magikarp only I but such tangles If it is this good fishing rod It not you catch a better mon! | |||||
| | * | relabel good rod script in fuchsia house 3 | yenatch | 2014-01-04 | 1 | -10/+19 | |
| | | | | | | | | | how | |||||
| | * | more unknown data | yenatch | 2014-01-04 | 1 | -2/+52 | |
| | | | ||||||
| | * | unused intro animation data | yenatch | 2014-01-04 | 1 | -1/+6 | |
| | | | | | | | | | just a blank entry | |||||
| | * | unknown coordinate data | yenatch | 2014-01-04 | 1 | -4/+41 | |
| | | | | | | | | | related to the cable club? | |||||
