aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | text macros in text/yenatch2014-01-214-104/+144
| | | | | | |
| * | | | | | clean up missed text macros in main.asmyenatch2014-01-211-1069/+1307
| | | | | | |
| * | | | | | use text macros in main.asmyenatch2014-01-211-7078/+9882
| | | | | | |
| * | | | | | Add text macrosyenatch2014-01-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokeredIIMarckus2014-01-262-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Don't use sudo in init.shyenatch2014-01-222-5/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Besides being bad practice, permissions are handled differently cross-platform (cygwin).
* | | | | | bump pokemontools for merging the previous bumpyenatch2014-01-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | this brings pokemontools up to date, including some map editor fixes
* | | | | | Merge remote-tracking branch 'iimarckus/master' into resplit-audioyenatch2014-01-222-254/+285
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | Conflicts: main.asm
| * | | | Labeled some more hardcoded banks and the OldManItemList.Marcus Huderle2014-01-071-11/+11
| | | | |
| * | | | Labeled lots of hardcoded banks.Marcus Huderle2014-01-071-42/+44
| | | | |
| * | | | Some more arbitrary labeling of unknown things.Marcus Huderle2014-01-061-40/+48
| | | | |
| * | | | wram labels and text/function labels.Marcus Huderle2014-01-061-122/+123
| | | | |
| * | | | Some OT and name WRAM labels.Marcus Huderle2014-01-052-44/+65
| |/ / /
* | | | bump pokemontools to play nice with EQUSyenatch2014-01-211-0/+0
| | | |
* | | | condense MapSongBanksyenatch2014-01-211-496/+248
| | | |
* | | | use music constants everywhereyenatch2014-01-212-281/+281
| | | | | | | | | | | | | | | | some sfx are treated as music, but don't have constants yet
* | | | define music constants instead of running around with ((label-$4000)/3)yenatch2014-01-213-0/+56
| | | |
* | | | rearrange audio.asmyenatch2014-01-091-248/+239
| | | |
* | | | fix some duty labelsyenatch2014-01-093-10/+12
| | | |
* | | | split instrument duty into audio/yenatch2014-01-094-99/+99
| | | |
* | | | consolidate red/blue diffs in sfxyenatch2014-01-093-27/+19
| | | |
* | | | split audio components into audio_red.o and audio_blue.oyenatch2014-01-096-1295/+1378
| | | |
* | | | dedicated version includesyenatch2014-01-074-4/+6
| | | |
* | | | split out the audio enginesyenatch2014-01-064-5079/+5100
|/ / /
* | | Makefile: baserom compare is optionalyenatch2014-01-041-3/+3
| | |
* | | INSTALL: pokered compiles without a base romyenatch2014-01-041-9/+0
| | |
* | | untranslated good rod fisherman textyenatch2014-01-041-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 3yenatch2014-01-041-10/+19
| | | | | | | | | | | | how
* | | more unknown datayenatch2014-01-041-2/+52
| | |
* | | unused intro animation datayenatch2014-01-041-1/+6
| | | | | | | | | | | | just a blank entry
* | | unknown coordinate datayenatch2014-01-041-4/+41
| | | | | | | | | | | | related to the cable club?
* | | TitleMon scrollingyenatch2014-01-041-56/+93
| | |
* | | some ATTR_BLK sgb packetsyenatch2014-01-041-34/+69
| | |
* | | a dummy "TRAINER" string for trainer namesyenatch2014-01-031-4/+5
| | |
* | | vermilion gym trash can puzzle datayenatch2014-01-031-13/+51
| | |
* | | repeated critical move table and recomment MoreCalculateDamageyenatch2014-01-031-59/+104
| | |
* | | label remaining rom addressesyenatch2014-01-031-9/+13
| | | | | | | | | | | | doesn't count incbins
* | | Misc. labeling and unknown moves list incbin.Marcus Huderle2013-12-281-13/+25
| |/ |/|
* | Credits order INCBIN and more labeling.Marcus Huderle2013-12-273-16/+120
| |
* | Fixed mislabeled pointer.Marcus Huderle2013-12-261-2/+2
| |
* | Labeled lots of hardcoded pointers. Hidden object pointers are all labeled.Marcus Huderle2013-12-261-154/+173
| |
* | Spinner Tiles facing directions INCBIN.Marcus Huderle2013-12-261-3/+9
| |
* | RocketHideoutElevator INCBINs.Marcus Huderle2013-12-261-7/+14
| |
* | SilphCoElevator INCBINs.Marcus Huderle2013-12-261-7/+22
| |
* | CeladonMartElevator INCINBs.Marcus Huderle2013-12-251-7/+16
| |
* | Labeling of Vermilion Gym script and Player jumping y coordinates INCBIN.Marcus Huderle2013-12-251-19/+21
| |
* | Labeled Vermilion Gym trash pointers.Marcus Huderle2013-12-241-18/+19
| |
* | Fly animation screen coordinates INCBIN.Marcus Huderle2013-12-241-3/+17
| |
* | Red fishing tiles and ss anne smoke puff gfx INCBIN.Marcus Huderle2013-12-247-7/+36
|/
* Player spinning direction list for the teleporting away animation INCBIN.Marcus Huderle2013-12-231-3/+5
|