shithub: pokecrystal

RSS feed

45af84e3 – Bryan Bishop <[email protected]> authored on 2012/07/04 18:14
Merge pull request #20 from iimarckus/minortextlabels

699cbaa8 – IIMarckus <[email protected]> authored on 2012/07/04 18:27
Add special 0x66, the Game Boy version check.

92e80be5 – IIMarckus <[email protected]> authored on 2012/07/04 18:13
Add Special 0x60, which checks the conditions for Snorlax to wake up.

a99c75b7 – IIMarckus <[email protected]> authored on 2012/07/04 17:53
Add special 0x97, the generic Pokémon check.

a136ae57 – IIMarckus <[email protected]> authored on 2012/07/04 17:42
Add special 0x96, the Beasts check.

08291a69 – IIMarckus <[email protected]> authored on 2012/07/04 14:35
Bill’s grandpa script should use Pokémon species constants.

58809082 – IIMarckus <[email protected]> authored on 2012/07/04 14:24
$00 is Sunday, not Monday.

90b20d57 – IIMarckus <[email protected]> authored on 2012/07/04 13:52
Use constants for days of the week.

4de2d429 – IIMarckus <[email protected]> authored on 2012/07/04 13:22
Number of Unowns should be decimal.

0439e30d – IIMarckus <[email protected]> authored on 2012/07/04 13:21
Better labels for security cameras.

c2639913 – IIMarckus <[email protected]> authored on 2012/07/04 11:44
Better labels for the Rocket Hideout scripts.

ac130aab – IIMarckus <[email protected]> authored on 2012/07/04 08:33
Better labels for gym guy stuff.

b85d9b86 – Bryan Bishop <[email protected]> authored on 2012/07/01 04:55
use os.path.join instead of cowboying it

86cb61db – Bryan Bishop <[email protected]> authored on 2012/07/01 04:48
make pokecrystal compatible with python2.6 by default

58c696cf – Bryan Bishop <[email protected]> authored on 2012/07/01 04:44
use extras/labels.json and not ./labels.json in romstr.py

85d26e31 – Bryan Bishop <[email protected]> authored on 2012/07/01 04:41
better graph-generating routines

fcf43b13 – Bryan Bishop <[email protected]> authored on 2012/07/01 04:41
fix romstr for compiling (thanks pasky)

3359121b – Bryan Bishop <[email protected]> authored on 2012/06/20 23:37
graph.py - parse pokecrystal into a function graph for d3.js

e471fbeb – Bryan Bishop <[email protected]> authored on 2012/06/20 17:13
continue at relative jumps and fix formatting

36eb6c72 – Bryan Bishop <[email protected]> authored on 2012/06/19 21:51
use labels in the disassembler output

099295bb – Bryan Bishop <[email protected]> authored on 2012/06/19 21:42
load labels into the new disassembler

1342ab67 – Bryan Bishop <[email protected]> authored on 2012/06/19 21:42
more de-dependency-looping

ca07f1d6 – Bryan Bishop <[email protected]> authored on 2012/06/19 21:13
move code around to avoid dependency loops

e2babd69 – Bryan Bishop <[email protected]> authored on 2012/06/19 19:59
use romstr.py as the new disassembler

96596c69 – Bryan Bishop <[email protected]> authored on 2012/06/19 19:42
asm output for the new disassembler

96ca472f – Bryan Bishop <[email protected]> authored on 2012/06/19 18:54
implement a formatted-with-labels version of the opcode line

9a415846 – Bryan Bishop <[email protected]> authored on 2012/06/19 18:40
remove debug lines

132182e2 – Bryan Bishop <[email protected]> authored on 2012/06/19 18:12
super duper disassembler fixes

4b7ca693 – Bryan Bishop <[email protected]> authored on 2012/06/14 17:54
advance forward when disassembling the rom

b19db1e6 – Bryan Bishop <[email protected]> authored on 2012/06/10 18:55
broken disassembler

1e162437 – Bryan Bishop <[email protected]> authored on 2012/06/10 14:45
Merge pull request #19 from iimarckus/eggmoves

cd60a1f0 – Bryan Bishop <[email protected]> authored on 2012/06/10 14:26
backtracking and labeling for the disassembler

b569b428 – IIMarckus <[email protected]> authored on 2012/06/10 13:53
Add egg moves (from both G/S and Crystal).

10a5a651 – Bryan Bishop <[email protected]> authored on 2012/06/10 08:24
somewhat improved disassembler

3233cead – Bryan Bishop <[email protected]> authored on 2012/06/06 21:37
sleepy disassembling

4ccfe27e – Bryan Bishop <[email protected]> authored on 2012/06/06 21:24
more awful code for the new disassembler

7dd0c86a – Bryan Bishop <[email protected]> authored on 2012/06/06 21:07
almost complete new disassembler version

0768fead – Bryan Bishop <[email protected]> authored on 2012/06/06 17:04
more cleaning

c79db81d – Bryan Bishop <[email protected]> authored on 2012/06/06 17:00
remove more code cruft

48b2237b – Bryan Bishop <[email protected]> authored on 2012/06/06 16:43
remove some code cruft from gbz80disasm

315edbe1 – Bryan Bishop <[email protected]> authored on 2012/06/06 16:26
get RomStr from romstr.py in gbz80disasm

63ccfbfd – Bryan Bishop <[email protected]> authored on 2012/06/05 19:52
more wram vars

986a39c9 – Bryan Bishop <[email protected]> authored on 2012/06/05 19:49
add some events to wram.asm

fd984382 – Bryan Bishop <[email protected]> authored on 2012/06/05 19:26
battlemon in wram.asm

a60236d2 – Bryan Bishop <[email protected]> authored on 2012/06/05 18:28
add trainer mons to wram.asm

82bd8f3c – Bryan Bishop <[email protected]> authored on 2012/06/05 05:49
fix pwd line in INSTALL

45954f01 – Bryan Bishop <[email protected]> authored on 2012/06/02 13:33
no sudo in cygwin instructions

ff6817e8 – Bryan Bishop <[email protected]> authored on 2012/06/02 11:52
text editors are lame anyway

2298bdaf – Bryan Bishop <[email protected]> authored on 2012/06/02 11:39
minor changes

e6905826 – Bryan Bishop <[email protected]> authored on 2012/06/02 11:37
fix missing step

cac7fe5e – Bryan Bishop <[email protected]> authored on 2012/06/02 11:27
better installation documentation

f3c5da77 – Bryan Bishop <[email protected]> authored on 2012/06/02 10:30
more install notes for ms windows users

7ecfe12e – Sanky <[email protected]> authored on 2012/06/02 15:12
Adding INSTALL, screw markdown

91447065 – Bryan Bishop <[email protected]> authored on 2012/06/02 07:42
make unittest2 error show up in stderr

376f65a4 – Bryan Bishop <[email protected]> authored on 2012/05/30 22:02
temporarily disable label-usage (find_label) in gbz80disasm

8add342a – Bryan Bishop <[email protected]> authored on 2012/05/30 22:02
find functions based on first few similar bytes

7fd15ecf – Bryan Bishop <[email protected]> authored on 2012/05/30 21:47
add in PrintNumber_AdvancePointer and Divide from pokered

7dd189b6 – Bryan Bishop <[email protected]> authored on 2012/05/30 21:27
just adding a label for Multiply (no code)

232a3001 – Bryan Bishop <[email protected]> authored on 2012/05/30 21:02
fix spacing in main.asm

b21600f1 – Bryan Bishop <[email protected]> authored on 2012/05/30 21:01
copy in DelayFrames from pokered

7281681b – Bryan Bishop <[email protected]> authored on 2012/05/30 20:50
copy in PrintBCDNumber from pokered

cce3534c – Bryan Bishop <[email protected]> authored on 2012/05/30 20:45
copy in PrintBCDDigit from pokered

7ead7d8a – Bryan Bishop <[email protected]> authored on 2012/05/30 18:53
copy in TextBoxBorder from pokered

a51b73cc – Bryan Bishop <[email protected]> authored on 2012/05/30 18:49
copy in NPlaceChar from pokered

75bddc1f – Bryan Bishop <[email protected]> authored on 2012/05/30 18:05
for some reason AddNTimes is copied twice

884ed3f9 – Bryan Bishop <[email protected]> authored on 2012/05/30 18:00
copy in CopyDataUntil from pokered

b18cf8ae – Bryan Bishop <[email protected]> authored on 2012/05/30 17:57
copy in ClearScreenArea from pokered

723e4953 – Bryan Bishop <[email protected]> authored on 2012/05/30 17:21
minor formatting fix in CountSetBits

5693487f – Bryan Bishop <[email protected]> authored on 2012/05/30 17:21
copy in CountSetBits from pokered

ded5884f – Bryan Bishop <[email protected]> authored on 2012/05/30 17:18
copy in StringCmp from pokered

42596ae1 – Bryan Bishop <[email protected]> authored on 2012/05/30 17:11
fix typo in DisableLCD label name

92b42d4a – Bryan Bishop <[email protected]> authored on 2012/05/30 17:11
copy in IsInArray from pokered

441959d6 – Bryan Bishop <[email protected]> authored on 2012/05/30 16:51
copy in EnableLCD from pokered

4fe5dcee – Bryan Bishop <[email protected]> authored on 2012/05/30 16:47
copy in DelayFrame from pokered

da827e57 – Bryan Bishop <[email protected]> authored on 2012/05/30 16:41
copy over CopyData from pokered

82d74cf1 – Bryan Bishop <[email protected]> authored on 2012/05/30 15:41
copy in DisableLCD from pokered

802c7780 – Bryan Bishop <[email protected]> authored on 2012/05/30 10:13
use rgbfix to fix the header bytes

cb72db37 – Bryan Bishop <[email protected]> authored on 2012/05/30 09:43
remove $10000 INCBIN bytes from banks $75, $76, $79 and $7a

e4ff514b – Bryan Bishop <[email protected]> authored on 2012/05/29 11:19
add in some shared characters from pokered

f5a200ef – Bryan Bishop <[email protected]> authored on 2012/05/29 11:08
add IntroFadePalettes from pokered

e9547816 – Bryan Bishop <[email protected]> authored on 2012/05/29 11:04
hooray PrintNumber_PrintLeadingZero is also shared

0526702a – Bryan Bishop <[email protected]> authored on 2012/05/29 10:54
IncGradGBPalTable_01 is the same from pokered

53b0dd13 – Bryan Bishop <[email protected]> authored on 2012/05/29 10:50
comparator.py - find shared functions between pokered/pokecrystal

d174c8b7 – Bryan Bishop <[email protected]> authored on 2012/05/29 10:50
fix up AsmSection and line_has_comment_address

0edf9eb8 – Bryan Bishop <[email protected]> authored on 2012/05/29 09:19
move AsmList into romstr.py too

ee7d39bf – Bryan Bishop <[email protected]> authored on 2012/05/29 09:08
move RomStr into a shared file

cfb8bb4d – Bryan Bishop <[email protected]> authored on 2012/05/28 13:40
Merge pull request #15 from yenatch/master

2f2466be – padz <[email protected]> authored on 2012/05/28 16:32
add type interaction

b13ded19 – Bryan Bishop <[email protected]> authored on 2012/05/28 10:16
replace 2call pointers with labels

b56357cd – Bryan Bishop <[email protected]> authored on 2012/05/28 10:11
use labels on all 2jumps

9d215d3e – Bryan Bishop <[email protected]> authored on 2012/05/28 09:29
convert if_not_equal pointers to labels

962598f7 – Bryan Bishop <[email protected]> authored on 2012/05/28 09:27
convert if_equal pointers to labels

a4b311c2 – Bryan Bishop <[email protected]> authored on 2012/05/28 08:44
finish converting iftrue/iffalse pointers to labels

ea5255ab – Bryan Bishop <[email protected]> authored on 2012/05/28 07:04
use labels in kurt-related scripts

3de3aef9 – Bryan Bishop <[email protected]> authored on 2012/05/28 06:56
convert pointers to labels in some scripts

b987b525 – Bryan Bishop <[email protected]> authored on 2012/05/28 06:40
fix local pointers in UnknownScript_0x18508f (legendaries)

0aecb683 – Bryan Bishop <[email protected]> authored on 2012/05/28 06:30
use map constants for wildmons sections

a9b0eb4d – Bryan Bishop <[email protected]> authored on 2012/05/28 05:51
update to_asm on MapHeader to use the BANK macro

3f8dacdc – Bryan Bishop <[email protected]> authored on 2012/05/27 21:17
make primary map headers slightly more robust

5e37b9a9 – Bryan Bishop <[email protected]> authored on 2012/05/27 20:16
insert all map connections

Next