shithub: pokecrystal

RSS feed

c66d1950 – Remy Oukaour <[email protected]> authored on 2017/12/24 07:47
callba/callab → farcall/callfar

d787c663 – yenatch <[email protected]> authored and GitHub <[email protected]> committed on 2017/12/23 12:20
Merge pull request #420 from surskitty/master

c51968f0 – yenatch <[email protected]> authored on 2017/12/23 12:14
Merge remote-tracking branch 'origin/master' into master

87809200 – yenatch <[email protected]> authored and GitHub <[email protected]> committed on 2017/12/23 08:17
Merge pull request #419 from roukaour/master

3c37bfc6 – Remy Oukaour <[email protected]> authored on 2017/12/23 07:17
Correct address comment

82a8228e – Remy Oukaour <[email protected]> authored on 2017/12/23 07:08
Keep images within repo

2309396c – Remy Oukaour <[email protected]> authored on 2017/12/23 06:47
Don't keep commented-out SECTION headers

1d2df3bb – Remy Oukaour <[email protected]> authored on 2017/12/23 06:34
Some more WRAM cleanup

2f9f2317 – Remy Oukaour <[email protected]> authored on 2017/12/22 20:19
Document the meaning of hour and daytime values for person_events

aa97752e – Remy Oukaour <[email protected]> authored on 2017/12/22 19:31
Move NUM_BUENA_PRIZES to event/buena.asm (still hard-coded)

daa07145 – Remy Oukaour <[email protected]> authored on 2017/12/22 18:08
More comments for constant<->table correspondences

14a244ad – Remy Oukaour <[email protected]> authored on 2017/12/22 17:56
IsHM is not used within home/names.asm; group it with the other HM routines+data

b423e3b9 – Remy Oukaour <[email protected]> authored on 2017/12/22 17:50
Split more code from home.asm into home/ files

1ecbfc49 – Remy Oukaour <[email protected]> authored on 2017/12/22 13:01
Correct directions

ae3bef55 – Remy Oukaour <[email protected]> authored on 2017/12/22 12:59
Document one more graphical mistake

763bd481 – Remy Oukaour <[email protected]> authored on 2017/12/22 12:52
Document a graphical error

ff4d25ee – Remy Oukaour <[email protected]> authored on 2017/12/21 07:11
Include bugfix in comments

d6dccb7d – Remy Oukaour <[email protected]> authored on 2017/12/21 06:56
Use NAME_LENGTH_JAPANESE more

02609940 – Remy Oukaour <[email protected]> authored on 2017/12/21 06:43
Document one more bug

2fa1e97a – Remy Oukaour <[email protected]> authored on 2017/12/19 14:04
Document two more bugs

17058aae – Remy Oukaour <[email protected]> authored on 2017/12/17 15:45
Auto-label more map scripts

3ed016f9 – Remy Oukaour <[email protected]> authored on 2017/12/17 14:48
Auto-label more map scripts

25a39606 – Remy Oukaour <[email protected]> authored on 2017/12/16 14:00
Move some more main.asm routines into individual files

05d49f7d – Remy Oukaour <[email protected]> authored on 2017/12/16 07:49
Move more code out of main.asm

aa44ecfc – Remy Oukaour <[email protected]> authored on 2017/12/16 07:09
Consolidate duplicate graphics

bd6dc94d – Remy Oukaour <[email protected]> authored on 2017/12/15 19:52
Move tileset-specific palette code into tilesets/

fbf931f5 – Remy Oukaour <[email protected]> authored on 2017/12/15 19:50
Ad some more constants for meaningful audio WRAM bits

cbde91d7 – Remy Oukaour <[email protected]> authored on 2017/12/15 18:59
Only engine/decorations.asm uses PadCoords_de

5aac8afa – Remy Oukaour <[email protected]> authored on 2017/12/15 18:29
PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; DoPlayerMovement.BikeCheck returns true for it)

c883ab4d – surskitty <[email protected]> authored on 2017/12/15 18:06
Reorganising phone stuff.

fa98c29f – Remy Oukaour <[email protected]> authored on 2017/12/15 17:36
Add more palettes to data/palettes/

f96aab40 – Remy Oukaour <[email protected]> authored on 2017/12/15 16:32
Correct some documentation comments

e44640b0 – Remy Oukaour <[email protected]> authored on 2017/12/15 16:22
Move more main.asm code into individual files

01bd8ac9 – Remy Oukaour <[email protected]> authored on 2017/12/15 15:12
Move old baserom.gbc 'compare' scripts to tools/

1038ebca – Remy Oukaour <[email protected]> authored on 2017/12/15 15:10
Move more contiguous related code blocks from main.asm to engine/ and events/

606817f1 – Remy Oukaour <[email protected]> authored on 2017/12/15 13:25
Add a map_connection_struct macro

cb5aa292 – surskitty <[email protected]> authored on 2017/12/15 13:16
Labelling the remaining stuff one sed at a time.

2cf5cc1d – Remy Oukaour <[email protected]> authored on 2017/12/15 12:50
Move more unknown graphics into real subfolders

59fe4078 – Remy Oukaour <[email protected]> authored on 2017/12/15 12:22
Copy pokered's organization some more, with further constant and data files

dc76bf80 – Remy Oukaour <[email protected]> authored on 2017/12/15 08:21
Move all misc/ and unknown/ files to meaningful directories

ebf3bfb6 – Remy Oukaour <[email protected]> authored on 2017/12/15 07:53
Move some misc/ files into meaningful directories

253c0994 – Remy Oukaour <[email protected]> authored on 2017/12/15 07:38
Move data/audio/ back into audio/

94722aa8 – Remy Oukaour <[email protected]> authored on 2017/12/15 07:31
Move predef/ files into engine/

2b6dd505 – Remy Oukaour <[email protected]> authored on 2017/12/14 20:01
Document another bug

d334a331 – Remy Oukaour <[email protected]> authored on 2017/12/14 19:54
Correct `endturn` value

d6dc9351 – Remy Oukaour <[email protected]> authored on 2017/12/14 19:48
Start documenting effect commands

fecc5c33 – Remy Oukaour <[email protected]> authored on 2017/12/14 19:38
More comments for macros

28aec67f – Remy Oukaour <[email protected]> authored on 2017/12/14 19:05
Document one more bug/oversight

6ba30e59 – Remy Oukaour <[email protected]> authored on 2017/12/14 18:35
Macro-ify the unused palette map

6ab1d028 – Remy Oukaour <[email protected]> authored on 2017/12/14 18:00
Split items/ and trainers/ into their data/ and engine/ components

9ba224e2 – Remy Oukaour <[email protected]> authored on 2017/12/14 16:45
Document two more bugs

75c56e86 – surskitty <[email protected]> authored on 2017/12/14 16:02
The labelling never ends, but phone_scripts.asm does.

232feca2 – Remy Oukaour <[email protected]> authored on 2017/12/14 14:07
Consistent "(with <routine>) in <file>" phrasing

68785d99 – Remy Oukaour <[email protected]> authored on 2017/12/14 14:04
Use absolute links within repository

c5d482df – Remy Oukaour <[email protected]> authored on 2017/12/14 11:28
Document two more bugs found by Crystal_

955a0c9d – surskitty <[email protected]> authored on 2017/12/14 10:39
Another batch.

f905a235 – surskitty <[email protected]> authored on 2017/12/14 10:25
One day we'll be through with this. Labels.

62dd7a8b – surskitty <[email protected]> authored on 2017/12/14 09:48
phone_scripts is most of the way there, too.

b17db9b8 – Remy Oukaour <[email protected]> authored on 2017/12/14 09:18
Friend Ball happiness for boxed Pokémon is not a bug

e1413e02 – surskitty <[email protected]> authored on 2017/12/14 09:13
phone_callers.asm is now fully readable, if not fully labelled.

7350c370 – Remy Oukaour <[email protected]> authored on 2017/12/14 07:19
Replace two numbers with constants (found by pfero)

2ff7f505 – Remy Oukaour <[email protected]> authored on 2017/12/13 19:38
Clarify which gfx anim commands are for oam

e48a4012 – Remy Oukaour <[email protected]> authored on 2017/12/13 19:36
Reorganize macros

1116180e – surskitty <[email protected]> authored on 2017/12/13 18:39
Renaming RandomPhoneRareWildMon to RandomRareWildMon.

8e54adc2 – surskitty <[email protected]> authored on 2017/12/13 18:35
Labels, including a comment explaining RandomPhoneRareWildMon.

1f0fbfb6 – surskitty <[email protected]> authored on 2017/12/13 17:54
Label label label.

d69d81f3 – surskitty <[email protected]> authored on 2017/12/13 17:41
Fix the spelling of Thursday

a5c04611 – surskitty <[email protected]> authored on 2017/12/13 17:40
Labels labels labels

771c4a7e – surskitty <[email protected]> authored on 2017/12/13 17:30
Splitting phone scripts up.

8fa7183d – surskitty <[email protected]> authored on 2017/12/13 16:50
More phone script labelling.

2b72d949 – surskitty <[email protected]> authored on 2017/12/13 16:12
Another batch of labels. Jack's move trivia, mostly.

cb1c6967 – surskitty <[email protected]> authored on 2017/12/13 15:49
Some more phone labels.

4b36a9d2 – surskitty <[email protected]> authored on 2017/12/13 14:55
Merge branch 'master' of github.com:pret/pokecrystal

e3ee39f3 – surskitty <[email protected]> authored on 2017/12/13 14:54
Labelling the bragging phone calls.

8745915d – Remy Oukaour <[email protected]> authored on 2017/12/13 13:07
Rename the Onix trade house to match the rest

0e7a101e – Remy Oukaour <[email protected]> authored on 2017/12/13 12:59
Use constants for gender ratios

3e5b6322 – Remy Oukaour <[email protected]> authored on 2017/12/13 11:57
Don't bother supporting numbered lists

00f28bb8 – Remy Oukaour <[email protected]> authored on 2017/12/13 11:52
Consistent **Fix:** notation

feef75c5 – Remy Oukaour <[email protected]> authored on 2017/12/13 11:46
Document more bugs and glitches

76ea5768 – Remy Oukaour <[email protected]> authored on 2017/12/12 19:28
Add table of contents (might remove if it's too cumbersome to maintain)

a6656a98 – yenatch <[email protected]> authored on 2017/12/12 18:47
condense tileset sprite palettes

725750d6 – yenatch <[email protected]> authored on 2017/12/12 18:45
use an xor instead of the result

a1d9c745 – yenatch <[email protected]> authored on 2017/12/12 18:44
SpriteAnimSeqData comments on same line

0dd914e5 – yenatch <[email protected]> authored and GitHub <[email protected]> committed on 2017/12/12 18:37
Merge pull request #416 from roukaour/master

cd88196b – Remy Oukaour <[email protected]> authored on 2017/12/12 18:07
Missing close parenthesis

138abd09 – Remy Oukaour <[email protected]> authored on 2017/12/12 18:05
Document one more bug.

10eb426e – Remy Oukaour <[email protected]> authored on 2017/12/12 17:58
Document more bugs

c85587d9 – Remy Oukaour <[email protected]> authored on 2017/12/12 16:29
Remove unused constant

7748b20c – Remy Oukaour <[email protected]> authored on 2017/12/12 16:16
GetForestTreeFrame is not technically a bug or glitch, but it's exceptional

370839ca – Remy Oukaour <[email protected]> authored on 2017/12/12 15:50
Keep the "Bugs and Glitches" name

ad620243 – Remy Oukaour <[email protected]> authored on 2017/12/12 15:21
Fix `make compare`

78d48973 – Remy Oukaour <[email protected]> authored on 2017/12/12 15:15
Merge branch 'master' of https://github.com/pret/pokecrystal

93c32e35 – Remy Oukaour <[email protected]> authored on 2017/12/12 15:15
Document bugs and glitches

05ac706f – yenatch <[email protected]> authored and GitHub <[email protected]> committed on 2017/12/12 14:14
Merge pull request #415 from roukaour/asm-collisions

6cf7c079 – yenatch <[email protected]> authored and GitHub <[email protected]> committed on 2017/12/12 14:13
Merge pull request #414 from roukaour/master

f0ab0912 – Remy Oukaour <[email protected]> authored on 2017/12/12 13:50
Add an FAQ, and ive a bit more detail in Windows install instructions

e4a61cf1 – Remy Oukaour <[email protected]> authored on 2017/12/12 11:27
Use constants for asm collision data

b0064153 – Remy Oukaour <[email protected]> authored on 2017/12/12 11:15
Define constants for collision types

047c8e4b – Remy Oukaour <[email protected]> authored on 2017/12/12 09:11
xy_trigger handles $0 padding, so map scripts are simpler

8b501c19 – Remy Oukaour <[email protected]> authored on 2017/12/12 08:57
Fix Markdown syntax

Next