shithub: pokecrystal

RSS feed

91e89a29 – yenatch <[email protected]> authored on 2013/09/09 18:01
comment spikes move effect

b437aaf3 – yenatch <[email protected]> authored on 2013/09/09 17:53
add a note to endure.asm

40010e25 – yenatch <[email protected]> authored on 2013/09/09 17:51
split protect and endure effects into battle/effects/

aaf77957 – yenatch <[email protected]> authored on 2013/09/09 17:50
comment protect and endure move effects

d07cd794 – yenatch <[email protected]> authored on 2013/09/09 17:23
consecutive protect/endure count in battle

110477cd – yenatch <[email protected]> authored on 2013/09/09 14:43
split curse effect into battle/effects/curse.asm

d3fa7725 – yenatch <[email protected]> authored on 2013/09/09 10:14
Merge pull request #4 from kanzure/fix-split-predefs-specials-stds

608d0d86 – yenatch <[email protected]> authored on 2013/09/09 12:09
move name rater asm into event/name_rater.asm

33d7ef72 – Bryan Bishop <[email protected]> authored on 2013/09/09 12:00
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds

3a2dbb52 – Bryan Bishop <[email protected]> authored on 2013/09/09 11:59
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds

37e1aa4e – Bryan Bishop <[email protected]> authored on 2013/09/09 11:56
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds

35324ae4 – Bryan Bishop <[email protected]> authored on 2013/09/09 11:55
Merge branch 'yenatch/split-predefs-specials-stds' into fix-split-predefs-specials-stds

0fc0c0be – yenatch <[email protected]> authored on 2013/09/09 11:47
name rater special

429417da – yenatch <[email protected]> authored on 2013/09/09 11:39
name a couple specials

cc41f68c – yenatch <[email protected]> authored on 2013/09/09 11:33
split sgb-to-cgb asm into predef/cgb.asm

dab74d71 – yenatch <[email protected]> authored on 2013/09/09 11:12
cgb replacements for sgb layouts

e3342337 – yenatch <[email protected]> authored on 2013/09/09 10:33
split sgb stuff into predef/sgb.asm

de8e7ca4 – yenatch <[email protected]> authored on 2013/09/09 10:17
sgb layout predef

a6c72007 – yenatch <[email protected]> authored on 2013/09/09 08:56
CheckCGB

5bbcedb8 – yenatch <[email protected]> authored on 2013/09/09 08:49
typo in CheckContestMon

2b4a5bdd – yenatch <[email protected]> authored on 2013/09/09 08:47
comment flag predef

771ebcbf – yenatch <[email protected]> authored on 2013/09/08 22:34
PokedexSeen and PokedexCaught were swapped

106b0e13 – yenatch <[email protected]> authored on 2013/09/08 22:22
clean up more bank 0

53b7926f – yenatch <[email protected]> authored on 2013/09/08 21:21
move multiplication/division functions into common/math.asm

ee04a2fc – yenatch <[email protected]> authored on 2013/09/08 21:11
split more copy functions into common/copy2.asm

60c1061a – yenatch <[email protected]> authored on 2013/09/08 20:59
clean up some common includes and give names to wram copy functions

abb7f2fa – yenatch <[email protected]> authored on 2013/09/08 19:54
split Predef into common/predef.asm

4778276f – yenatch <[email protected]> authored on 2013/09/08 19:53
split serial handshake into common/handshake.asm

6d7043c0 – Bryan Bishop <[email protected]> authored on 2013/09/08 16:24
Merge pull request #197 from yenatch/master

9f7adeaf – yenatch <[email protected]> authored on 2013/09/08 19:18
ItemIsMail and comment thief move effect

bd7563e0 – yenatch <[email protected]> authored on 2013/09/08 18:44
comment arena trap move effect asm

05db4b4c – yenatch <[email protected]> authored on 2013/09/08 18:42
comment nightmare move effect asm

b4d37c67 – yenatch <[email protected]> authored on 2013/09/08 18:30
comment defrost move effect asm

7a195152 – yenatch <[email protected]> authored on 2013/09/08 18:23
comment curse move effect asm

78a3951d – Bryan Bishop <[email protected]> authored on 2013/09/08 13:06
Merge pull request #196 from yenatch/std-scripts

50232cc9 – Bryan Bishop <[email protected]> authored on 2013/09/08 12:47
Merge pull request #195 from yenatch/predefs

3652417d – Bryan Bishop <[email protected]> authored on 2013/09/08 05:20
Merge pull request #172 from kanzure/refactor-preprocessor

5c4dc08e – Bryan Bishop <[email protected]> authored on 2013/09/08 07:18
Merge branch 'master' into refactor-preprocessor

740f9137 – Bryan Bishop <[email protected]> authored on 2013/09/08 05:15
Merge pull request #190 from yenatch/master

e7318ed4 – yenatch <[email protected]> authored on 2013/09/07 23:14
move double speed functions into common/double_speed.asm

4a04a09a – yenatch <[email protected]> authored on 2013/09/07 23:12
labels for cgb double speed functions

844546f8 – yenatch <[email protected]> authored on 2013/09/07 22:50
split sram access asm into common/sram.asm

edf939a0 – yenatch <[email protected]> authored on 2013/09/07 22:47
split Random into common/random.asm

3b70005f – yenatch <[email protected]> authored on 2013/09/07 21:45
split item interfaces into common/item.asm

f0cf8677 – yenatch <[email protected]> authored on 2013/09/07 21:35
fix item asm labels

d05adc4f – yenatch <[email protected]> authored on 2013/09/07 20:46
Function2f17 -> IsInJohto

705e6824 – yenatch <[email protected]> authored on 2013/09/07 20:22
split InitString asm into common/string.asm

82c3bb46 – yenatch <[email protected]> authored on 2013/09/07 20:19
split flag action asm into common/flag.asm

f513cdd8 – yenatch <[email protected]> authored on 2013/09/07 20:14
split map engine asm into common/map.asm

847843d8 – yenatch <[email protected]> authored on 2013/09/07 19:49
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON

9f53825c – yenatch <[email protected]> authored on 2013/09/07 19:38
move common asm from engine/ to common/

7a3a4f91 – yenatch <[email protected]> authored on 2013/09/07 19:26
split fruit tree asm out into engine/fruit_trees.asm

80186145 – yenatch <[email protected]> authored on 2013/09/07 19:24
split type strings and related asm out into text/types.asm

e13f03ae – yenatch <[email protected]> authored on 2013/09/07 19:22
comment PrintMonTypes

3b119687 – yenatch <[email protected]> authored on 2013/09/07 18:48
leftover trainer class names from red

03a6cfc2 – yenatch <[email protected]> authored on 2013/09/07 18:47
OTName wram label

c9dba36d – Bryan Bishop <[email protected]> authored on 2013/09/07 14:03
Merge pull request #194 from kanzure/fix-asm-whitespace

4f7824ff – Bryan Bishop <[email protected]> authored on 2013/09/07 15:53
whitespace -> tabs in main.asm

353b4ac6 – yenatch <[email protected]> authored on 2013/09/07 13:35
fix up TreeMons/RockMons

6e587637 – yenatch <[email protected]> authored on 2013/09/07 11:30
split out std scripts from main.asm

ed206327 – yenatch <[email protected]> authored on 2013/09/07 11:26
add a menudata2 header in std scripts

eaaf7194 – yenatch <[email protected]> authored on 2013/09/07 10:42
label some jumps in std scripts

3301e5b7 – yenatch <[email protected]> authored on 2013/09/07 10:14
shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt choke

45e791bb – yenatch <[email protected]> authored on 2013/09/07 01:08
StdScripts label in engine/scripting.asm

5376a0c9 – yenatch <[email protected]> authored on 2013/09/07 01:08
the bomb 3

6f541d57 – yenatch <[email protected]> authored on 2013/09/06 18:50
labels for each predef

266e401b – yenatch <[email protected]> authored on 2013/09/06 14:31
the bomb 2

11fea194 – Bryan Bishop <[email protected]> authored on 2013/09/06 09:42
Merge pull request #191 from Sanky/master

03af68dc – Sanky <[email protected]> authored on 2013/09/06 18:25
define PYTHON in Makefile for simpler local changes

67dd4996 – yenatch <[email protected]> authored on 2013/09/06 00:04
labels for each special

1660b814 – yenatch <[email protected]> authored on 2013/09/05 23:48
the bomb

4a429ade – yenatch <[email protected]> authored on 2013/09/05 23:47
add a label in the text engine

fb68f75d – yenatch <[email protected]> authored on 2013/09/05 21:56
update some labels and special/predef pointers

a4707ecc – yenatch <[email protected]> authored on 2013/09/05 13:40
couple more specials in bank 3

2aff956b – yenatch <[email protected]> authored on 2013/09/05 13:05
some specials in bank 3 and unown dex asm

a75940ca – Bryan Bishop <[email protected]> authored on 2013/09/05 07:42
Merge pull request #189 from yenatch/haxwiki-event-flags

40b4c87d – Bryan Bishop <[email protected]> authored on 2013/09/05 07:30
Merge pull request #188 from yenatch/split-common

60dde1d0 – yenatch <[email protected]> authored on 2013/09/05 10:24
forgot to commit engine/farcall.asm

1323008f – yenatch <[email protected]> authored on 2013/09/05 01:17
first round of event flag constants in map events

9b6b5a53 – yenatch <[email protected]> authored on 2013/09/05 00:37
clean up event flag constants

cac33e5e – yenatch <[email protected]> authored on 2013/09/04 20:27
dump event flag constants from haxwiki

90e63a8e – yenatch <[email protected]> authored on 2013/09/04 17:56
makefile: files in constants/ dont all end in 'constants' anymore

b417d08f – yenatch <[email protected]> authored on 2013/09/04 00:33
recomment CheckShininess and CheckContestMon

5888db34 – yenatch <[email protected]> authored on 2013/09/04 00:05
recomment Predef and GetPredefFn -> GetPredefPointer

a6ad4ad3 – yenatch <[email protected]> authored on 2013/09/04 00:04
Predef wram labels

715a19fd – yenatch <[email protected]> authored on 2013/09/03 17:15
split farcall functions into engine/farcall.asm

1eab7959 – yenatch <[email protected]> authored on 2013/09/03 16:30
formatting in the map engine

d93d17b4 – yenatch <[email protected]> authored on 2013/09/03 14:58
split out game time functions into engine/game_time.asm

2c36afc6 – yenatch <[email protected]> authored on 2013/09/03 14:56
recomment game time functions

340e31d8 – yenatch <[email protected]> authored on 2013/09/03 14:43
split menu functions into engine/menu.asm

23bb0585 – yenatch <[email protected]> authored on 2013/09/03 14:40
split Sine/Cosine into engine/sine.asm

12e6ff3f – yenatch <[email protected]> authored on 2013/09/03 14:39
split map object functions into engine/map_objects.asm

71bbd772 – yenatch <[email protected]> authored on 2013/09/03 14:35
split some RTC interfaces into engine/rtc.asm

00495679 – yenatch <[email protected]> authored on 2013/09/03 14:32
split vram functions out into engine/video.asm

1ecb3078 – yenatch <[email protected]> authored on 2013/09/03 14:22
split macros out from constants.asm into macros.asm

dad64b1d – yenatch <[email protected]> authored on 2013/09/03 14:17
split out rst vectors

0caac30f – yenatch <[email protected]> authored on 2013/09/03 13:59
clean up rst vectors

bd8be2b0 – yenatch <[email protected]> authored on 2013/09/03 13:57
split out hardware interrupts

affec2ac – yenatch <[email protected]> authored on 2013/09/03 13:48
clean up interrupts

20919e4d – yenatch <[email protected]> authored on 2013/09/03 13:45
formatting at Start

Next