Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | bump pokemontools for merging the previous bump | yenatch | |
this brings pokemontools up to date, including some map editor fixes | |||
2014-01-22 | Merge remote-tracking branch 'iimarckus/master' into resplit-audio | yenatch | |
Conflicts: main.asm | |||
2014-01-22 | Don't use sudo in init.sh | yenatch | |
Besides being bad practice, permissions are handled differently cross-platform (cygwin). | |||
2014-01-22 | use 'next' macro in strings | yenatch | |
2014-01-22 | text macros in pokedex entries | 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 | text macros in text/ | yenatch | |
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 | Add text macros | yenatch | |
Before text looked like: _CeladonCityText2: ; a5a4b (29:5a4b) db $0, "Heheh! This GYM", $4f db "is great! It's", $55 db "full of women!", $57 Now it looks like: _CeladonCityText2: ; a5a4b (29:5a4b) text "Heheh! This GYM" line "is great! It's" next "full of women!" done | |||
2014-01-21 | bump pokemontools to play nice with EQUS | 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-21 | define music constants instead of running around with ((label-$4000)/3) | yenatch | |
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 | rearrange audio.asm | yenatch | |
2014-01-09 | fix some duty labels | yenatch | |
2014-01-09 | split instrument duty into audio/ | yenatch | |
2014-01-09 | consolidate red/blue diffs in sfx | yenatch | |
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 | dedicated version includes | yenatch | |
2014-01-07 | Labeled lots of hardcoded banks. | Marcus Huderle | |
2014-01-06 | split out the audio engines | yenatch | |
2014-01-06 | Some more arbitrary labeling of unknown things. | Marcus Huderle | |
2014-01-06 | wram labels and text/function labels. | Marcus Huderle | |
2014-01-05 | Some OT and name WRAM labels. | Marcus Huderle | |
2014-01-04 | Makefile: baserom compare is optional | yenatch | |
2014-01-04 | INSTALL: pokered compiles without a base rom | yenatch | |
2014-01-04 | untranslated good rod fisherman text | yenatch | |
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! | |||
2014-01-04 | relabel good rod script in fuchsia house 3 | yenatch | |
how | |||
2014-01-04 | more unknown data | yenatch | |
2014-01-04 | unused intro animation data | yenatch | |
just a blank entry | |||
2014-01-04 | unknown coordinate data | yenatch | |
related to the cable club? | |||
2014-01-04 | TitleMon scrolling | yenatch | |
2014-01-04 | some ATTR_BLK sgb packets | yenatch | |
2014-01-03 | a dummy "TRAINER" string for trainer names | yenatch | |
2014-01-03 | vermilion gym trash can puzzle data | yenatch | |
2014-01-03 | repeated critical move table and recomment MoreCalculateDamage | yenatch | |
2014-01-03 | label remaining rom addresses | yenatch | |
doesn't count incbins | |||
2013-12-28 | Misc. labeling and unknown moves list incbin. | Marcus Huderle | |
2013-12-28 | Merge branch 'master' of https://github.com/huderlem/pokered | U-Daniel-Laptop\Daniel | |
2013-12-28 | remove redundant addressess | U-Daniel-Laptop\Daniel | |
2013-12-27 | Credits order INCBIN and more labeling. | Marcus Huderle | |