shithub: pokered

RSS feed

ca2e63e4 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/09/02 08:09
Add the pic.py (de)compressor from pokemon-reverse-engineering-tools

df144ec5 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/09/01 08:19
Pan Docs: "When sending three or more data sets, data is continued in further packet(s). Unused bytes at the end of the last packet should be set to zero."

1143019a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/31 15:01
Separate the two lists of unused names

8ce20e5c – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/31 06:58
Define a constant for the ghost Marowak (hard-coded throughout the engine, like the starters)

bfd9f617 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/31 06:23
Use constants to delineate map types, and factor out more data

70eac3a1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/30 19:22
Factor out data/tilesets/pair_collision_tile_ids.asm

b506214f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/30 12:33
Identify some hSpriteDataOffset values

6ee9cb9f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/30 11:45
Document more hidden object data and behavior

4ef30590 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/08/28 21:04
Merge pull request #290 from Rangi42/master

637f38b1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/28 08:10
Use decimal, not hex, for sprite (object) coordinates in map scripts

407b8132 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/27 08:25
Separate splash screen, intro, and credits (like pokegold/pokecrystal)

48da6c53 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/21 07:57
Align warp and sign coordinates

7e9ccbb5 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/08/20 15:07
Merge pull request #287 from Rangi42/master

d5db0c3d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/18 04:36
Comments explain the def_warps_to macros

5e1865a7 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 15:30
Implement def_warps_to in a simpler way

6fa8a553 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 14:39
Fix keyword capitalization and indentation

4373aafa – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 13:47
Use def_warps_to macro for automatic warp_to entries

f4514ff5 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 13:40
Use map constants for SilphCoElevator warps

e2c99f19 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 12:54
Use def_* macros for automatic map event counts

2fe1505b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 10:25
Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects

f82097b8 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 10:22
Identify some map object related constants

3b003960 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 09:40
Fix Town Map coordinates to be in (X, Y) order as comments claim

2ff8f75b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/17 09:01
ld bc -> lb bc

5060befd – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/16 10:01
Fix comment about SONY

71316591 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/11 10:14
'make clean' reuses 'make tidy' commands

33ea7349 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/08/01 21:10
Fix encounter rate comments

b48bbbb0 – Akihiro Otomo <37920078+Akatsuki-py@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/08/02 09:31
fix OAMFLAG_VFLIPPED (#283)

2b54583c – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/28 17:30
'make tidy' shouldn't trigger 'make -C tools'

f2a45446 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/27 04:32
rgbdscheck requires 0.4.1

e7969293 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/22 05:17
tools/unnamed.py supports rgbds 0.4.1 object files

ba00264d – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/22 05:11
Merge pull request #282 from Rangi42/master

204bf74a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/21 15:46
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)

3e554e1d – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/20 09:22
Merge pull request #281 from Rangi42/master

69788c53 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/20 08:23
Add comments associating constants with data, and identify some more data

0177688a – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/19 19:04
Merge pull request #279 from Rangi42/master

df62b8e8 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/19 12:45
Missingno's Pokédex weight is two bytes like the rest

7619b01d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/18 10:19
Reformat key item bit fields

e88eebbc – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/18 10:01
Consistent labels for Gym name scripts

76289dfd – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 11:58
Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal

f53341ef – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 11:16
Define constants for subanimations' base coords and frame block modes

ef9cb892 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 10:02
cycling.png -> red_bike.png

72a0e98c – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 09:56
JUGGLER_X -> UNUSED_JUGGLER

3c1cdbc4 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 09:44
Identify remaining tilemap IDs

30ecbf6e – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 09:27
SONY -> RIVAL

2454296d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/17 08:48
Update sprite names

452803af – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 19:02
$c9 was "の" in Japanese

44b42435 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 18:40
Factor our frame blocks' base coordinates

4cc4b175 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 18:30
Identify trade-related tilemaps

884ef9c1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 18:23
Factor out animation tilemaps

6f7337bb – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 18:14
Define constants for subanimation transform types

41a9e302 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 18:00
Add constants for move animations' frame blocks

2f43a411 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 17:45
Use a battle_anim macro for move animations' special effects and subanimations

0db7ee08 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 16:11
Use a macro for BattleTransition_DoubleCircle data

7bcb4b19 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 15:56
Un-deduplicate gfx/intro_credits/gengar.png's tiles

cd71ae03 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 15:50
Separate move/battle animation data from move data (to do: further identify animation data labels+constants)

d44c7c30 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/16 13:00
Merge pull request #277 from Rangi42/master

7306c1dc – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 09:25
Define constants for audio commands

84abdb02 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 08:48
$ec = "▷"

76b882d9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 08:32
Reformat map scripts' coordinate and movement data

594c58a2 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 07:19
Revise some map scripts, mostly for getting items

58f10893 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 05:40
Define constants for default trainer DVs

8c83ebe9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/16 05:32
Define constants for in-game trades

b9a113a9 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/16 04:19
Merge pull request #276 from TheFakeMateo/master

d3a01f77 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/16 04:19
Merge pull request #275 from Rangi42/master

4ecff22f – TheFakeMateo <skeetendomateo@gmail.com> authored on 2020/07/15 14:12
Deobfuscate exit warps on indoor maps

4b4ad989 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/15 09:35
Disassemble the BLUEMONS.GB debug ROM

87f24a88 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/15 09:23
Merge pull request #274 from Rangi42/master

254f26bf – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/15 08:43
Align constant comments as a column

15bcd882 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/15 08:39
Indent comments that describe data table macro formats

e18e5d50 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/15 08:26
Merge pull request #273 from Rangi42/master

93d0697f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 12:07
Don't compare strings with ==; use STRCMP

5c0f33cb – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 11:45
Use a 'trainer' macro for trainers in scripts/

be326c65 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 11:14
Factor out spinner tiles from RocketHideoutB2F since they're also used by ViridianGym, and to make their data and code more accessible

fcb573f4 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 10:33
Use a macro for warp tile IDs, like other tile behaviors

eb1ca581 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 10:20
Define cries with a mon_cry macro

f37cf959 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/14 06:21
Clean up some data, using macros for multiline list entries

aa97e196 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/11 11:47
Merge pull request #269 from Rangi42/master

3e572b6f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/09 10:51
Use const_skip and const_next macros for brevity

676a35f7 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/09 08:43
Eliminate enum: use const instead, with case-by-case parallel const implementations

54d76dec – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/08 06:59
Merge pull request #268 from Rangi42/master

a49ca6ef – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/08 06:31
Factor out MapBadgeFlags and EscapeRopeTilesets data tables

c7e3aed0 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 17:10
Get all unnamed symbols with make DEBUG=1

9571c550 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/07 15:48
Merge pull request #263 from Rangi42/master

bbf2f51a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 14:50
Move all code out of home.asm into home/

51ac538c – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 12:57
Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION

4a7d1513 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 11:09
Use 'tile' and 'tiles' macros

b945988a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 10:45
Names for more SECTIONs

1e593d8f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 07:57
Remove c1x*/c2x* comments, use struct offset constants

13129459 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 07:30
Sync coordinate macros with pokecrystal

45ed05de – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 07:10
Use HIGH() and LOW()

bbc25747 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/07 06:54
PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)

06db7ec5 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 17:18
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar

77ed5f38 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 17:15
Use ASCII quotes in comments

dd08b8dd – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 17:13
Use labels for HRAM and VRAM

453bb5c3 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 16:35
Use STARTER[123] constants in TitleMons

f1133619 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 15:50
Use DEX_* constants for StarterDex

772fcc75 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 15:03
Specify the ldh instruction, don't turn ld into ldh

c480632d – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/06 09:47
Merge pull request #262 from Rangi42/master

9c2be80b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 08:39
text_linkpromptbutton -> text_waitbutton

8a793156 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 08:28
Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, MACRO/ENDM, etc)

Next