shithub: pokecrystal

RSS feed

63eb59c6 – yenatch <yenatch@gmail.com> authored on 2016/03/25 07:12
Fix a typo in AzaleaGym.

e4aff99f – dannye <corrnondacqb@yahoo.com> authored on 2016/03/24 07:38
Fix filename case inconsistency

8d1551ec – dannye <corrnondacqb@yahoo.com> authored on 2016/03/24 07:27
Revert 85d30fa0796f02a6d390fe4694bcbf21b8398fb5

85d30fa0 – yenatch <yenatch@gmail.com> authored on 2016/03/21 04:04
Fix make deleting files that aren't actually intermediate.

9ce74b3d – yenatch <yenatch@gmail.com> authored on 2016/03/18 19:44
Fix the include for engine/fish.asm.

d2a3e4a6 – yenatch <yenatch@gmail.com> authored on 2016/03/16 14:11
Split fish code out of data/.

a2b89196 – yenatch <yenatch@gmail.com> authored on 2016/03/16 14:08
Use fish group constants in map headers.

5b27af07 – yenatch <yenatch@gmail.com> authored on 2016/03/16 14:05
Add fish group constants.

a1f7189e – yenatch <yenatch@gmail.com> authored on 2016/03/16 13:57
Add a link to the irc in INSTALL.md.

1f784700 – yenatch <yenatch@gmail.com> authored on 2016/03/16 13:54
Fix the symfile.

22700523 – yenatch <yenatch@gmail.com> authored on 2016/03/04 08:21
Make diacritic labels less confusing in PlaceString.

016c2baa – yenatch <yenatch@gmail.com> authored on 2016/03/02 19:07
Use the dakuten characters.

3810cefa – yenatch <yenatch@gmail.com> authored on 2016/03/02 19:06
Suppress deletion of .1bpp files.

13f5590a – yenatch <yenatch@gmail.com> authored on 2016/03/01 18:39
Trim some whitespace in the makefile.

370f8422 – yenatch <yenatch@gmail.com> authored on 2016/03/01 18:38
Suppress deletion of intermediate .2bpp files.

0be6e6c9 – yenatch <yenatch@gmail.com> authored on 2016/03/01 16:09
Remove useless lines in the makefile.

e11ef2b8 – yenatch <yenatch@gmail.com> authored on 2016/03/01 16:01
Only generate dependencies for a target when it's invoked.

782cbc14 – yenatch <yenatch@gmail.com> authored on 2016/03/01 15:58
Only use suffixes needed for intermediate rules.

21a9fac5 – yenatch <yenatch@gmail.com> authored on 2016/02/17 13:08
Decompress images in one step instead of having to invoke 'unlz'.

f6fc07d1 – yenatch <yenatch@gmail.com> authored on 2016/02/17 12:12
Assume pokemon pics are 7x7 if not in base stats.

dd777065 – yenatch <yenatch@gmail.com> authored on 2016/02/17 11:44
Bump extras; pypng is now part of extras.

73a660bf – yenatch <yenatch@gmail.com> authored on 2016/02/17 11:22
Remove "make pngs".

2ae8f65b – yenatch <yenatch@gmail.com> authored on 2016/02/17 11:15
Try to fix pic dimensions.

776dd618 – yenatch <yenatch@gmail.com> authored on 2016/02/15 13:57
hRemainder

bd11b604 – yenatch <yenatch@gmail.com> authored on 2016/02/11 17:53
Use EGG_LEVEL for the Poke Seer.

8e1167a1 – yenatch <yenatch@gmail.com> authored on 2016/02/09 19:32
Merge branch 'fix-makefile'

36f0bda0 – yenatch <yenatch@gmail.com> authored on 2016/02/09 19:31
Use static pattern rules to fix dependencies for objects in subdirs.

e044b8ec – yenatch <yenatch@gmail.com> authored on 2016/01/31 15:52
Merge pull request #337 from pret/install

3d2f30de – yenatch <yenatch@gmail.com> authored on 2016/01/31 13:42
Fix a typo.

346114b0 – yenatch <yenatch@gmail.com> authored on 2016/01/31 13:36
Explain why there is an INSTALL.md.

aa87b091 – yenatch <yenatch@gmail.com> authored on 2016/01/31 13:30
Remove outdated Vagrant instructions.

036efa1e – yenatch <yenatch@gmail.com> authored on 2016/01/31 13:27
So much for apt-cyg.

52f9ec8d – IIMarckus <iimarckus@gmail.com> authored on 2016/01/30 15:53
Remove misleading (unreferenced) labels.

08ac6dfd – yenatch <yenatch@gmail.com> authored on 2016/01/29 11:24
*_crystal.asm files are no longer needed to build crystal *.o.

1176712c – yenatch <yenatch@gmail.com> authored on 2016/01/28 20:10
Use rgbasm -D instead of extra files for version differences.

00d491a6 – yenatch <yenatch@gmail.com> authored on 2016/01/28 20:01
Bump extras for faster scan_includes.

11173a38 – yenatch <yenatch@gmail.com> authored on 2016/01/28 20:00
Merge pull request #333 from PikalaxALT/master

5322b56a – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/28 19:57
Add more missing files

33506f38 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/28 04:40
Add missing file macros/pals.asm

b272c0c3 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/27 07:25
Fix marts using hard-coded bank number

d02c9e39 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/20 14:16
BG pal constants, convert tileset pal maps to asm

be8d1c80 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/19 18:28
Merge branch 'master' of https://github.com/pret/pokecrystal

289d3dea – YamaArashi <shadow962@live.com> authored on 2016/01/19 13:44
Merge pull request #335 from pret/YamaArashi-patch-1

49a7eeb7 – YamaArashi <shadow962@live.com> authored on 2016/01/19 11:51
Update pokedex.asm

8a45169a – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/17 19:56
Merge branch 'master' of https://github.com/pret/pokecrystal

8bf255b9 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/17 19:39
Prepare to merge

70f6bc8c – YamaArashi <shadow962@live.com> authored on 2016/01/17 16:05
Merge pull request #334 from YamaArashi/master

7cc25715 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/12 19:39
Finish function labels in battle core

2ed6c357 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/12 07:46
More WRAM tidying

35f687b5 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/10 21:36
Fully label home/map_objects.asm

1637d915 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/10 21:28
Restored StandingTile and introduced LastTile

3dcbe0ff – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/10 12:44
Pokegear

8360a1a2 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/09 18:41
Pokegear functions and RAM labels

20e7bc3b – YamaArashi <shadow962@live.com> authored on 2016/01/09 18:05
pokedex jumptable constants

0dd5f7ab – YamaArashi <shadow962@live.com> authored on 2016/01/09 14:56
pokedex palette numbers

b609a169 – YamaArashi <shadow962@live.com> authored on 2016/01/09 14:46
pokedex unown mode

f7ee74c3 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/09 14:34
Finish labels in engine/namingscreen.asm

418c84dc – YamaArashi <shadow962@live.com> authored on 2016/01/09 14:03
pokedex 2

e033ea3a – YamaArashi <shadow962@live.com> authored on 2016/01/09 12:51
commented pokedex more

6d1b7f28 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/09 11:28
Split base stats

f14562da – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/07 13:45
Merge branch 'master' of https://github.com/pret/pokecrystal

61c4cfe7 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/07 13:45
wram macros moved to new file

f4c643f0 – IIMarckus <iimarckus@gmail.com> authored on 2016/01/07 10:58
Trim empty sections.

a5705b37 – IIMarckus <iimarckus@gmail.com> authored on 2016/01/07 10:55
Remove lines that are just address comments.

f81fb0ba – IIMarckus <iimarckus@gmail.com> authored on 2016/01/07 10:41
Improve text labels, trim address comments.

69af99da – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/06 11:59
Mr Pokemons House

e699992e – IIMarckus <iimarckus@gmail.com> authored on 2016/01/06 06:01
Text labels for Places and People.

ce019e63 – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/06 02:44
Map callback constants

80aba7fc – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/05 03:46
maptrigger macro

27be0bfe – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/04 03:46
Merge branch 'scriptmacrorenaming' of github.com:pikalaxalt/pokecrystal

c087d44c – PikalaxALT <PikalaxALT@gmail.com> authored on 2016/01/04 03:43
more gfx-related labels

0add5145 – yenatch <yenatch@gmail.com> authored on 2016/01/04 02:41
Merge pull request #330 from PikalaxALT/scriptmacrorenaming

2a263629 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/29 11:44
Item effects, post-battle, and decoration flags

9bbb6516 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/29 08:15
More movement stuff

a2a26682 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/28 12:09
Dummy Game

57d4cb0e – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/28 05:57
trainer card

f030315b – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/26 16:59
jumptable macro repurposed

2bd45ca5 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/26 13:11
Move effects; no more reloadmapmusic, returnafterbattle

f485a45c – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/26 06:31
More mobile-related labels; remove unneeded map object constants

7683b78f – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/25 18:34
Labels relating to odd egg

a5e928eb – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/24 17:58
writebackup --> closewindow; game corner prize vendors; others

1df28a6b – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/24 09:30
Merge branch 'master' of github.com:pret/pokecrystal into scriptmacrorenaming

2a222247 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/24 09:07
Split up anim objects into several files

41618f9e – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/24 08:33
More battle anim object constants

c4e3e980 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/23 17:51
More labels related to battle anims

d7a5ea99 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/23 15:46
More battle anims and bg effects

8152ab61 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/23 12:10
Battle anims

3893feb8 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/23 09:00
Battle Anim Object struct constants

ddc05ec8 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/23 04:12
Finish stats screen function labels

30b37da3 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/22 17:19
More stats screen shenanigans

d08199c7 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/22 13:03
Color fns, some more address decoding in link/mobile

630d789c – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/21 09:10
More link trade shenanigans

047effba – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/20 07:54
Menu joy flags; started with link address space

987ed1fa – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/19 09:48
More work on slots; WRAM cleanup, Move Deleter

3d36f1a8 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/18 15:07
Events and some WRAM cleanup

da87d2a9 – IIMarckus <iimarckus@gmail.com> authored on 2015/12/17 22:39
'db "@" \ db "@"' to 'db "@@"'.

82e2fe78 – IIMarckus <iimarckus@gmail.com> authored on 2015/12/17 19:59
Split common text into a separate object.

d644406f – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/17 17:31
More menu stuff

fe4ef4e5 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/17 12:51
Elevator

42dd25b3 – PikalaxALT <PikalaxALT@gmail.com> authored on 2015/12/17 10:17
Merge branch 'master' of https://github.com/pret/pokecrystal into scriptmacrorenaming

Next