shithub: pokered

RSS feed

46164d4d – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/04/06 05:51
combine audio and music folders

391bbad2 – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/04/06 05:12
A little more map name consistency

f8452ebe – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/04/05 06:47
Use dimension constants in warp data and add map name consisntency

8039c8db – yenatch <yenatch@gmail.com> authored on 2014/04/01 22:02
Japanese character conversion tables.

134fe3b4 – yenatch <yenatch@gmail.com> authored on 2014/03/29 18:33
More Red pic labels and misc constants.

0d51959c – yenatch <yenatch@gmail.com> authored on 2014/03/30 12:56
Use labels instead of static addresses in sound pointers.

ebce8065 – yenatch <yenatch@gmail.com> authored on 2014/03/30 12:30
Stop using [$ff00+$xx] syntax.

5e692b30 – yenatch <yenatch@gmail.com> authored on 2014/03/30 12:11
Remove the last "\@"s on local labels.

463b95b6 – yenatch <yenatch@gmail.com> authored on 2014/03/30 12:10
Yet another static rom address (Tset15_Coll)

e5c8c8d3 – yenatch <yenatch@gmail.com> authored on 2014/03/29 18:54
Merge remote-tracking branch 'origin/master' into master

caf92984 – yenatch <yenatch@gmail.com> authored on 2014/03/29 18:51
Merge remote-tracking branch 'huderlem/master' into master

da67a699 – yenatch <yenatch@gmail.com> authored on 2014/03/29 18:40
Merge remote-tracking branch 'danny/master' into master

017870da – yenatch <yenatch@gmail.com> authored on 2014/03/26 22:08
Merge pull request #37 from Lin20/master

3e0d3ce5 – Lin <charliejennings2@hotmail.com> authored on 2014/03/26 18:48
ledge tiles documented

14dbeb36 – Marcus Huderle <huderlem@gmail.com> authored on 2014/02/20 06:55
Removed hardcoded address. Labeled a few functions.

54623151 – yenatch <yenatch@gmail.com> authored on 2014/02/14 16:57
Install: Command Line Tools for Xcode instead of the larger Xcode.

b1b08433 – yenatch <yenatch@gmail.com> authored on 2014/02/14 14:35
Let rgbasm handle undefined version constants.

1439ba6f – yenatch <yenatch@gmail.com> authored on 2014/02/14 14:33
audio: Include all constants

d0b7dee9 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:19
Makefile: Don't group redrle with phony targets

3e8d8e93 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:13
make compare: Use md5sum -c instead of comparing a base rom

d4c563c4 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:11
Rom checksums for use with md5sum -c

b1597123 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:08
Makefile: nothing uses the ALL_DEPENDENCIES variable.

4af544b9 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:07
Makefile: fix a syntax error in redrle

205c4751 – yenatch <yenatch@gmail.com> authored on 2014/02/13 19:03
Consolidate rgbfix options between Red and Blue.

89b79575 – yenatch <yenatch@gmail.com> authored on 2014/02/13 17:35
No more init.sh

43342f13 – yenatch <yenatch@gmail.com> authored on 2014/02/13 17:34
Rewrite the install instructions without init.sh.

8f1b7acd – yenatch <yenatch@gmail.com> authored on 2014/02/12 22:04
Readme: Builds both Red and Blue.

0192edb8 – yenatch <yenatch@gmail.com> authored on 2014/02/12 22:02
Install: Refer to pokeblue.gbc by its filename.

4ddba977 – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/02/02 07:02
Replace hardcoded song ids

ed4ac6d5 – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/02/01 03:46
Merge branch 'master' of https://github.com/iimarckus/pokered

38435ee6 – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/29 09:39
Labeled Battle Center and Trade Center constants.

71d31fee – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/01/28 04:06
Fix BookshelfTileIDs format

b48435bb – yenatch <yenatch@gmail.com> authored on 2014/01/27 12:24
Makefile: condense dependency scanning into one loop

c49dd99a – yenatch <yenatch@gmail.com> authored on 2014/01/27 12:09
Split wram.asm from poke{red,blue}.o into wram.o

2b961cea – yenatch <yenatch@gmail.com> authored on 2014/01/27 11:37
Clean up makefile messages and prerequisite handling

1b9ee46a – yenatch <yenatch@gmail.com> authored on 2014/01/27 11:22
Get rid of globals.asm. Use ::s to export labels between objects.

6bde0850 – Adam AKA Coolboyman <Adam@Adam.(none)> authored on 2014/01/26 18:59
added a couple of new moves constants

6bfe2f42 – IIMarckus <iimarckus@gmail.com> authored on 2014/01/26 18:09
Merge branch 'text' of https://github.com/yenatch/pokered

27c5fe33 – IIMarckus <iimarckus@gmail.com> authored on 2014/01/26 17:29
Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered

7e4febba – yenatch <yenatch@gmail.com> authored on 2014/01/24 07:42
Get rid of more unnecessary labels in text.asm

896cc790 – yenatch <yenatch@gmail.com> authored on 2014/01/23 13:18
Makefile: remove duplicates when consolidating objects

fbe9cdde – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:56
Give a : to label def _UnnamedText_ef7d

b4e8ec09 – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:55
Make text.asm an object

cf90d30e – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:48
Bank constants for text.asm

b84ee846 – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:41
Move text banks into text.asm

03686856 – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:38
Split out move names

fbda25d3 – yenatch <yenatch@gmail.com> authored on 2014/01/23 10:34
Split out the rest of map text

a60d16d8 – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/01/23 09:02
Merge branch 'master' of https://github.com/iimarckus/pokered

7762afaf – yenatch <yenatch@gmail.com> authored on 2014/01/22 19:22
Split out route text

6e5476d4 – yenatch <yenatch@gmail.com> authored on 2014/01/22 18:37
Even more map text

bf743815 – yenatch <yenatch@gmail.com> authored on 2014/01/22 14:07
Silph Co 1f text was actually somewhere else

9da43a23 – yenatch <yenatch@gmail.com> authored on 2014/01/22 13:58
Move city and town map text into text/maps

31f07454 – yenatch <yenatch@gmail.com> authored on 2014/01/22 11:18
split out a bunch of map text

b52bcd65 – yenatch <yenatch@gmail.com> authored on 2014/01/22 09:45
split viridian and oaks lab text into text/maps/

cddc9351 – yenatch <yenatch@gmail.com> authored on 2014/01/22 08:56
stamp out even more text macros in main

b452726f – yenatch <yenatch@gmail.com> authored on 2014/01/22 08:33
rename existing map text files and put them in text/maps/

32de715f – yenatch <yenatch@gmail.com> authored on 2014/01/22 12:37
Merge branch 'split-audio' into text

c832fd85 – yenatch <yenatch@gmail.com> authored on 2014/01/22 06:19
bump pokemontools for merging the previous bump

2c2111b7 – yenatch <yenatch@gmail.com> authored on 2014/01/22 11:37
Merge remote-tracking branch 'iimarckus/master' into resplit-audio

283e4c1c – yenatch <yenatch@gmail.com> authored on 2014/01/22 06:36
Don't use sudo in init.sh

53a4432e – yenatch <yenatch@gmail.com> authored on 2014/01/21 20:21
use 'next' macro in strings

7a69bfaa – yenatch <yenatch@gmail.com> authored on 2014/01/21 19:56
text macros in pokedex entries

fea5be46 – yenatch <yenatch@gmail.com> authored on 2014/01/21 19:33
rename and add some text macros

2ac15d24 – yenatch <yenatch@gmail.com> authored on 2014/01/21 16:08
text macros in text/

1295e2a6 – yenatch <yenatch@gmail.com> authored on 2014/01/21 15:16
clean up missed text macros in main.asm

3964e6a1 – yenatch <yenatch@gmail.com> authored on 2014/01/21 14:48
use text macros in main.asm

795decd0 – yenatch <yenatch@gmail.com> authored on 2014/01/21 14:15
Add text macros

93e1316e – yenatch <yenatch@gmail.com> authored on 2014/01/21 12:49
bump pokemontools to play nice with EQUS

ccd5d238 – yenatch <yenatch@gmail.com> authored on 2014/01/21 09:29
condense MapSongBanks

5914bb67 – yenatch <yenatch@gmail.com> authored on 2014/01/21 09:24
use music constants everywhere

00127090 – yenatch <yenatch@gmail.com> authored on 2014/01/21 09:06
define music constants instead of running around with ((label-$4000)/3)

966fa8a5 – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/01/13 09:19
Label Pewter Movement Scripts

e39fe77f – U-Fish-PC\Daniel <corrnondacqb@yahoo.com> authored on 2014/01/12 12:58
Replace false TX_RAM

2622824f – yenatch <yenatch@gmail.com> authored on 2014/01/09 09:41
rearrange audio.asm

1107dff7 – yenatch <yenatch@gmail.com> authored on 2014/01/09 09:27
fix some duty labels

06899261 – yenatch <yenatch@gmail.com> authored on 2014/01/09 09:24
split instrument duty into audio/

4cdc06b2 – yenatch <yenatch@gmail.com> authored on 2014/01/09 09:17
consolidate red/blue diffs in sfx

10bb09c4 – yenatch <yenatch@gmail.com> authored on 2014/01/08 21:59
split audio components into audio_red.o and audio_blue.o

a2084b20 – U-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com> authored on 2014/01/08 08:05
Merge branch 'master' of https://github.com/dannye/pokered

47ec18ff – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/07 16:19
Labeled some more hardcoded banks and the OldManItemList.

5acb7d82 – yenatch <yenatch@gmail.com> authored on 2014/01/07 14:13
dedicated version includes

fdb4498e – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/07 07:12
Labeled lots of hardcoded banks.

94d75500 – yenatch <yenatch@gmail.com> authored on 2014/01/06 17:34
split out the audio engines

fb1ad40a – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/06 16:11
Some more arbitrary labeling of unknown things.

85f84303 – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/06 07:10
wram labels and text/function labels.

e54be713 – Marcus Huderle <huderlem@gmail.com> authored on 2014/01/05 13:24
Some OT and name WRAM labels.

65245542 – yenatch <yenatch@gmail.com> authored on 2014/01/04 02:31
Makefile: baserom compare is optional

628da34a – yenatch <yenatch@gmail.com> authored on 2014/01/04 02:30
INSTALL: pokered compiles without a base rom

5033ed32 – yenatch <yenatch@gmail.com> authored on 2014/01/04 02:21
untranslated good rod fisherman text

30453b5c – yenatch <yenatch@gmail.com> authored on 2014/01/04 01:26
relabel good rod script in fuchsia house 3

99555a20 – yenatch <yenatch@gmail.com> authored on 2014/01/04 01:06
more unknown data

a0b3d29a – yenatch <yenatch@gmail.com> authored on 2014/01/04 00:40
unused intro animation data

7cedb7ff – yenatch <yenatch@gmail.com> authored on 2014/01/04 00:36
unknown coordinate data

b926d25c – yenatch <yenatch@gmail.com> authored on 2014/01/03 23:00
TitleMon scrolling

842bf15b – yenatch <yenatch@gmail.com> authored on 2014/01/03 21:37
some ATTR_BLK sgb packets

7bd34b8f – yenatch <yenatch@gmail.com> authored on 2014/01/03 17:19
a dummy "TRAINER" string for trainer names

093a5b9a – yenatch <yenatch@gmail.com> authored on 2014/01/03 17:04
vermilion gym trash can puzzle data

ffc0b8f9 – yenatch <yenatch@gmail.com> authored on 2014/01/03 11:21
repeated critical move table and recomment MoreCalculateDamage

d32e480f – yenatch <yenatch@gmail.com> authored on 2014/01/03 10:02
label remaining rom addresses

6ae2307c – Marcus Huderle <huderlem@gmail.com> authored on 2013/12/28 07:55
Misc. labeling and unknown moves list incbin.

Next