shithub: pokecrystal

RSS feed

e01f991e – Bryan Bishop <[email protected]> authored on 2012/12/30 20:30
pedantic whitespace fix

e9cf4a1c – Bryan Bishop <[email protected]> authored on 2012/12/30 20:29
pedantic comma format fix

2367cd9c – Bryan Bishop <[email protected]> authored on 2012/12/30 20:25
Merge remote branch 'remotes/prizza/master'

3ade49fa – Bryan Bishop <[email protected]> authored on 2012/12/30 19:35
pokemon base stats structure + removed junk files

da8b1e06 – Bryan Bishop <[email protected]> authored on 2012/12/28 07:37
clean up whitespace

0eb28d0e – Bryan Bishop <[email protected]> authored on 2012/12/26 15:18
update address syntax again

9ed07bd3 – Bryan Bishop <[email protected]> authored on 2012/12/26 14:15
Merge remote branch 'remotes/yenatch/master'

a2b7d318 – padz <[email protected]> authored on 2012/12/22 22:42
add SpecialRoamMons and reformat TypeEffects

eb4db461 – padz <[email protected]> authored on 2012/12/22 22:21
clean up bank 0; time-sensitive fns; add Predef fn

3b20ea29 – Bryan Bishop <[email protected]> authored on 2012/12/22 21:56
Merge remote branch 'remotes/yenatch/master'

5e928616 – Bryan Bishop <[email protected]> authored on 2012/12/17 15:07
Merge pull request #47 from iimarckus/specialphonecall

19ce6e7a – IIMarckus <[email protected]> authored on 2012/12/17 16:00
specialphonecall takes a 16‐bit ID.

531ccfb5 – Bryan Bishop <[email protected]> authored on 2012/12/16 04:16
update gbz80disasm to not use $ff00+$ff syntax

4f1d1084 – Bryan Bishop <[email protected]> authored on 2012/12/16 03:45
switch ld syntax from ff00+xx to ffxx

8092f62c – padz <[email protected]> authored on 2012/12/13 22:00
expand on battle ram

3bae3a53 – padz <[email protected]> authored on 2012/12/13 21:47
make gbz80disasm easier to use externally

9d68470e – Bryan Bishop <[email protected]> authored on 2012/11/30 05:26
even better preprocessor formatting

671e2b12 – Bryan Bishop <[email protected]> authored on 2012/11/30 05:17
md5 -> hashlib

3d8e7a17 – Bryan Bishop <[email protected]> authored on 2012/11/30 05:12
make preprocessor includable as a module

935384f9 – Bryan Bishop <[email protected]> authored on 2012/11/30 05:04
update spacing for read_line in preprocessor

44c3eb1c – Bryan Bishop <[email protected]> authored on 2012/11/30 05:01
make the include macro check better

1e6f2955 – Bryan Bishop <[email protected]> authored on 2012/11/30 04:58
more preprocessor comments

9b4718d0 – Bryan Bishop <[email protected]> authored on 2012/11/30 04:56
clean up formatting in preprocessor

a1a9fa55 – Bryan Bishop <[email protected]> authored on 2012/11/30 04:54
move allowed_lengths for music macros out

bdad293d – Bryan Bishop <[email protected]> authored on 2012/11/30 02:49
Merge pull request #46 from yenatch/master

5a831878 – padz <[email protected]> authored on 2012/11/30 01:03
get rid of defunct rgbasm macros

041de2ad – padz <[email protected]> authored on 2012/11/30 00:59
update music ptrs + labels and include music files

3626ddeb – padz <[email protected]> authored on 2012/11/30 00:58
implement music macros; INCLUDE injection in pre

bfbb9b77 – padz <[email protected]> authored on 2012/11/30 00:55
remove deprecated music files

0dba59e4 – padz <[email protected]> authored on 2012/11/30 00:52
parse and dump music data

947bb5ee – Bryan Bishop <[email protected]> authored on 2012/11/24 01:21
Merge pull request #44 from yenatch/master

544f3f5c – padz <[email protected]> authored on 2012/11/23 21:01
add surf checks and related functions

c82557c9 – padz <[email protected]> authored on 2012/11/23 21:00
more wram.asm typos

147eb967 – padz <[email protected]> authored on 2012/11/23 18:03
fix a typo in wram.asm

66f40bf3 – padz <[email protected]> authored on 2012/11/23 17:11
update constants used in scripts and battle engine

e4cfbdc8 – padz <[email protected]> authored on 2012/11/23 16:19
flesh out wram, fix unallocated labels

8a5d12b7 – Bryan Bishop <[email protected]> authored on 2012/11/19 03:16
Merge pull request #43 from iimarckus/master

0536f9f3 – IIMarckus <[email protected]> authored on 2012/11/18 21:57
Add trade data.

1b54f733 – padz <[email protected]> authored on 2012/11/14 21:33
play nice w/ cygwin; undeprecate used command

0cce53be – Bryan Bishop <[email protected]> authored on 2012/11/02 20:59
Merge pull request #41 from yenatch/master

b7c788c6 – padz <[email protected]> authored on 2012/11/02 23:25
move musicdata to files in /music, data removed fn

22ac1dfa – padz <[email protected]> authored on 2012/11/02 20:45
disasm bank3a, map audio ram, implement musscripts

95ac2a8d – padz <[email protected]> authored on 2012/11/02 14:43
prep for next commit

ef93cdf3 – IIMarckus <[email protected]> authored on 2012/10/25 10:43
Improve labels for Elm’s lab.

1795b9fb – Bryan Bishop <[email protected]> authored on 2012/10/11 17:44
Merge pull request #40 from yenatch/master

2369bd7e – padz <[email protected]> authored on 2012/10/11 19:12
add missing instruction

5635c202 – padz <[email protected]> authored on 2012/10/11 16:35
start sfx disasm

69c01251 – Bryan Bishop <[email protected]> authored on 2012/10/11 15:05
remove deprecated functions from crystal.py

82f7e983 – Bryan Bishop <[email protected]> authored on 2012/10/11 14:52
get an address given a label

811ea207 – padz <[email protected]> authored on 2012/10/09 10:54
add dn macro

3383c45c – padz <[email protected]> authored on 2012/10/09 00:43
fixed problems with wram.asm, compiles now

5ba5a025 – padz <[email protected]> authored on 2012/10/08 22:40
add breeding section to wram

a7631774 – padz <[email protected]> authored on 2012/10/08 22:32
start work on audio engine

99b86cdd – padz <[email protected]> authored on 2012/10/08 22:16
flesh out bittable2

d7228d5b – Bryan Bishop <[email protected]> authored on 2012/10/04 07:44
add comment-address for Functiona0a

e1240909 – Bryan Bishop <[email protected]> authored on 2012/10/01 07:19
Merge pull request #36 from kanzure/comment-cleaning

e6c95e22 – Bryan Bishop <[email protected]> authored on 2012/10/01 09:11
clean up comments in extras/crystal.py

667e0bf9 – Bryan Bishop <[email protected]> authored on 2012/09/30 08:21
Merge pull request #31 from kanzure/formatting-fixes

d6f17b91 – Bryan Bishop <[email protected]> authored on 2012/09/30 09:23
convert whitespace to tabs

f7f7ed61 – Bryan Bishop <[email protected]> authored on 2012/09/30 09:21
clean up whitespace

6f878dc6 – Bryan Bishop <[email protected]> authored on 2012/09/26 08:48
Merge pull request #30 from yenatch/master

399a5ab1 – padz <[email protected]> authored on 2012/09/26 11:43
emergency fix

ea897c2a – padz <[email protected]> authored on 2012/09/23 08:50
fix last commit

25a04a68 – padz <[email protected]> authored on 2012/09/22 15:39
add flag handling, implement dwb

354685ef – padz <[email protected]> authored on 2012/09/22 15:27
treemon and assorted minor changes

66fd3804 – Bryan Bishop <[email protected]> authored on 2012/09/20 06:27
Merge pull request #29 from yenatch/master

e8b77891 – padz <[email protected]> authored on 2012/09/16 17:20
comment last commit

4c1ef2ae – padz <[email protected]> authored on 2012/09/11 18:37
PrintLetterDelay and some battle init

f570fb7f – Bryan Bishop <[email protected]> authored on 2012/09/10 16:40
Merge pull request #28 from iimarckus/battlemusic

53926402 – IIMarckus <[email protected]> authored on 2012/09/10 17:36
Confirmed: this RAM location represents link battle.

3501a0be – IIMarckus <[email protected]> authored on 2012/09/10 17:20
Add labels for ram values discovered while disassembling battle music.

9037759c – IIMarckus <[email protected]> authored on 2012/09/10 16:46
Add the region checks for battle music.

8d020f6e – Bryan Bishop <[email protected]> authored on 2012/09/10 16:34
Merge pull request #27 from iimarckus/battlemusic

e1ff7f98 – Bryan Bishop <[email protected]> authored on 2012/09/10 18:29
generate labels.json automagically in gbz80disasm

d23972b7 – Bryan Bishop <[email protected]> authored on 2012/09/10 18:28
call load_asm in scan_for_predefined_labels

139eecc9 – IIMarckus <[email protected]> authored on 2012/09/10 16:15
Add the Gym Leader checks for battle music.

047aaff1 – IIMarckus <[email protected]> authored on 2012/09/10 15:57
Add the logic for selecting the battle music.

f6be64dc – Bryan Bishop <[email protected]> authored on 2012/09/09 14:53
Merge pull request #26 from iimarckus/objectevent

bbd77f06 – Sanky <[email protected]> authored on 2012/07/23 16:41
Disasm rst and interrupt vectors.

ea2d24e3 – Bryan Bishop <[email protected]> authored on 2012/07/23 06:06
Merge pull request #24 from Sanky/map-headers-fix

2e4938e3 – padz <[email protected]> authored and Sanky <[email protected]> committed on 2012/07/23 07:07
correcting previous commit

282c08bf – padz <[email protected]> authored and Sanky <[email protected]> committed on 2012/07/22 21:24
fix local pointers in map headers

7bf2c3d7 – Sanky <[email protected]> authored on 2012/07/20 07:01
Disasm FarCopyBytes and FarCopyBytesDouble.

b76ffb99 – Sanky <[email protected]> authored on 2012/07/13 09:57
Add trainer classes.

91df9b88 – IIMarckus <[email protected]> authored on 2012/07/14 16:17
Use the TX_FAR macro for more text.

372d5b19 – IIMarckus <[email protected]> authored on 2012/07/14 16:16
Give Object Event a readable label.

780d5185 – Sanky <[email protected]> authored on 2012/07/13 09:57
Add trainer classes.

3906f322 – Sanky <[email protected]> authored on 2012/07/12 15:37
Disasm function reading an item name.

60c2b54c – Sanky <[email protected]> authored on 2012/07/11 14:35
Add misc text from a single bank.

61e8784b – Sanky <[email protected]> authored on 2012/07/11 08:08
Disasm code pointing to move and item names.

2349c9cd – Sanky <[email protected]> authored on 2012/07/10 21:40
Disasm ___ appeared! message selection code.

43003a4e – Sanky <[email protected]> authored on 2012/07/10 21:28
Add battle texts.

bf330b2f – Sanky <[email protected]> authored on 2012/07/10 17:17
Disasm Char5D.

25d989a0 – Sanky <[email protected]> authored on 2012/07/10 14:28
Disasm text command dictionary.

c43c9a24 – Sanky <[email protected]> authored on 2012/07/10 07:57
Add types.

5393da14 – Sanky <[email protected]> authored on 2012/07/10 06:41
Add days of the week.

53aadf3f – Sanky <[email protected]> authored on 2012/07/09 22:47
Add name input screen letters.

be7d4577 – Sanky <[email protected]> authored on 2012/07/09 18:19
Split more font files.

2abc6922 – Sanky <[email protected]> authored on 2012/07/09 18:05
Split out the font.

0c3ba03d – Bryan Bishop <[email protected]> authored on 2012/07/08 19:25
Merge pull request #22 from iimarckus/decimal1

Next