shithub: pokered

RSS feed

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)

d08eb862 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 08:22
Automatically list all TM##_MOVE and HM##_MOVE values

122d7154 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/06 07:52
Merge pull request #261 from Rangi42/master

43e0e40d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 07:28
Avoid repeating the NUM_TMS value

6ad4c26a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 07:19
Align tmhm learnsets in rows of 5

25a3e67b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/06 05:32
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeating the move names twice

40588919 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 18:52
TM/HM constants named after moves

66ebe56a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 17:59
Port pokecrystal's base data and tmhm structure

c57c93d2 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/05 15:58
Merge pull request #259 from Rangi42/master

5fe8aab3 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 15:55
db $f6 == script_cable_club_receptionist

95014444 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 15:44
Remove user system-specific files from .gitignore

550cfb58 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 15:13
gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2

89a41f4b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 15:06
Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashes

034801b6 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 14:56
Sync .gitignore with pokegold and pokecrystal

1db2e7b5 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 14:56
Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4

2b2ed54b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 13:29
Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow

7ab43f4d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 12:41
Port _RemovePokemon documentation from pokeyellow

b0aa4cb1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 12:35
Port two HRAM labels from pokeyellow

a77999f7 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 12:15
Logical spacing in data/sgb/sgb_palettes.asm

6137f5ac – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 11:57
Port and improve hidden_object macro from pokeyellow

b2369b09 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 11:35
Port credits command constants from pokeyellow

f60ee848 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 11:17
Make .gitignore consistent with pokegold and pokecrystal

155695cb – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 11:01
Use constants for damage limits in CalculateDamage

b30b14f3 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 10:40
Correct comments in AISwitchIfEnoughMons

d9db3d74 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 10:38
Update map hide/show data labels

d6820cdc – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 10:15
File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program path), like pokecrystal

4e6adcdd – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/05 10:11
Use SHA-1, not MD5, for 'make compare'

139a28ff – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/04 13:09
Port pokecrystal's formatting of text commands and special characters

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

36f8cd14 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/04 12:16
UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET_PAL_DEFAULT

73be62fa – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 21:03
Verify that rgbds is at least verson 0.4.0

e4e0af4d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 21:00
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported by rgbds 0.4.0)

7e92d5ba – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 20:37
Make suggested changes from review

cdfab2e8 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 19:19
Document why Mew is set apart

9b144cf6 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 19:05
home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asm

f9dc42a7 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 18:59
Factor out Mew's pics and base data

053afc46 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 18:57
Move more code from home.asm to home/

6ef36800 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 18:11
Replace raw hex values with HRAM constants

35deb771 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 15:59
H_CONSTANTNAMES -> hConstantNames

55bb9958 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 14:19
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects

a5375a08 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 13:43
Factor out graphics INCBINs from main.asm to gfx/*.asm

64da1f5d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 13:32
Move graphics-only object file sources into gfx/

62e137f6 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 12:58
Factor out data/sprites/

96272274 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 12:45
tilesets.asm -> tileset_constants.asm

9878f01e – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 12:37
Organize macros/ like pokecrystal

ccb01731 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 11:57
Make suggested edits:

710c3275 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 11:25
Simplify map connections

e882708b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 09:23
Split up engine/events/hidden_object_functions

6bd86e10 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 09:03
Reorganize home header

c9c59dc3 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 08:44
Reorganize constants/

91dc3c9f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 07:52
Remove unused Yellow music

b29e5ee2 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/03 07:51
Add subdirectories to data/ similar to pokecrystal

c8505049 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/03 05:38
Merge pull request #256 from Rangi42/master

87ef75c1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/02 21:11
Add engine/movie/oak_speech/ subdirectory

881e0059 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/02 21:09
INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asm

f275790a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/07/02 19:30
Add subdirectories to engine/ similar to pokecrystal

5559d51c – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/28 16:26
Actually run .travis/webhook.sh

c1512d39 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/28 16:23
Add Travis webhook for tools/unnamed.py

35a09298 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/28 16:05
Use --preserve instead of a hard-coded blank tile

f887cf3e – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/28 16:00
Update tools/gfx to support --preserve

85d8a8d5 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/27 20:56
Merge pull request #254 from Rangi42/master

2ebbb0d9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/27 20:17
Add original Red/Green SGB border and slot machine graphics

e71e28a1 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/27 19:40
Add original Red/Green tileset graphics which differ from Red/Blue

929c7f6f – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/27 19:03
Remove RAM address comments

56505958 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/06/27 18:46
Merge pull request #253 from Rangi42/master

6b19b301 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2020/06/27 18:44
Move trade bubble from gfx/icons to gfx/trade

Next