shithub: pokecrystal

RSS feed

c5f16c86 – Jacob Moody <moody@posixcafe.org> authored on 2023/04/28 02:45
merge from upstream

354fefae – mid-kid <esteve.varela@gmail.com> authored on 2023/03/31 23:29
Use time capsule label for time capsule copies

a1e711b8 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/31 22:58
Use more appropriate labels for link operations

4c4fd725 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/31 09:13
Define SERIAL_PATCH_PREAMBLE_LENGTH

5ae35e57 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/30 17:23
Label wOTLinkBattleRNData

08cfbbb1 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/30 17:05
Document link patch lists a little bit better

2fc7d178 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/30 08:47
Unionize wSwitchMonBuffer

c8e9a821 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/30 01:15
Make wMysteryGift*GameVersion constants consistent

a6ac67de – mid-kid <esteve.varela@gmail.com> authored on 2023/03/30 00:51
IsMailEuropean → ParseMailLanguage (and give it constants)

1674b6ca – Damien Doury <DamienDoury@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2023/04/06 14:05
Fixed the wrong CheckHiddenOpponent bugfix (#1046)

06dd208c – vulcandth <vulcandth@gmail.com> authored on 2023/04/01 09:56
Update `EndBug` to v9.

2137f0be – Jacob Moody <moody@posixcafe.org> authored on 2023/03/22 10:50
merge from upstream

c75d121c – vulcandth <vulcandth@gmail.com> authored on 2023/03/16 17:25
Missed `DEF` in `add_tm`

cfd432f4 – mid-kid <esteve.varela@gmail.com> authored on 2023/03/08 08:51
Minor battle tower fixes

57a00f14 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 15:56
more lzcomp port issues squashed

a8b02529 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 12:25
typos in exceptions and a couple more

d72b2ec1 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 06:06
rewrite include scanner and move out of mkfile

bbbbd7b9 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 04:30
no more npe dependency

edebdf60 – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 02:23
dropped mk files

3be81c1b – Jacob Moody <moody@posixcafe.org> authored on 2023/02/28 02:10
build on plan9

cf1c5055 – mid-kid <esteve.varela@gmail.com> authored on 2023/02/26 07:28
GetNicknamenamePointer -> GetNicknamePointer

18efb2fa – mid-kid <esteve.varela@gmail.com> authored on 2023/02/24 06:46
Document scripting engine fix for MBC30

0aadbec0 – Andrew Cook <ariscop@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2023/02/21 08:33
Label indirect access to rIE in lib/mobile

c01409be – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2023/01/03 16:16
Relabel some `map_object` struct fields (#1029)

2d40e99d – Daniel Harding <33dannye@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/12/29 02:59
Ensure linked songs are in the same bank (#1027)

ce99c9e9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/12/27 13:34
Use `rgbgfx -c embedded` to extract palettes

cb8505e0 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/12/26 07:55
Define `InitDefaultEZChatMsgs` and `sEZChatMessages` (#1022)

25e12c93 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/12/26 07:14
wUnlockedUnowns engine_flag constants (#1025)

f739f8b1 – vulcandth <vulcandth@gmail.com> authored on 2022/12/23 13:48
Add table assert `DoBattleAnimFrame.Jumptable`

4387298b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/12/14 17:30
Comment the Crystal 1.0 bugs as "BUG:" too

8fd66c08 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/12/03 06:11
Use rgbds 0.6.1 (0.6.0 also still works)

eb28b5ae – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/12/03 06:10
Only patch Stadium data for a 2MB ROM

b232b4be – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/12/01 10:54
Bug: PRZ and BRN stat reductions don't apply to switched Pokémon (#1021)

c4e3f2bb – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/11/22 15:03
`TrainerWalkToPlayer` should reference `wSeenTrainerDistance` (#1020)

f7d26fbe – vulcandth <vulcandth@gmail.com> authored on 2022/11/07 15:27
`.CheckNPC` label and comment correction

8b429e2a – mid-kid <esteve.varela@gmail.com> authored on 2022/10/25 13:55
Make sure tools are built before dependencies are generated

0425018d – mid-kid <esteve.varela@gmail.com> authored on 2022/10/25 13:51
Fix preinclude dependencies

a95336d9 – Idain <luiscarlosholguinperez@outlook.com> authored and GitHub <noreply@github.com> committed on 2022/10/16 20:16
Fix Spelling Typos in `engine/battle_anims/functions.asm`

90bec402 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/10/14 12:17
Fix LodePNG to avoid `-Wcast-qual` warnings

89a88827 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/10/12 17:43
Revise macros in tools

ce004be9 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/10/12 17:41
Revise constants in CheckShininess

1222ea7d – mid-kid <esteve.varela@gmail.com> authored on 2022/10/08 15:07
Fix rgbdscheck running on older rgbds

770d2fc4 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/10/02 19:29
FAQ.md require 0.6.0

c61bd0d5 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/10/02 18:34
Update tools/unnamed.py for rgbds 0.6.0 object files

8e135931 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/10/02 18:03
Require rgbds 0.6.0

70a3ec1a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/30 12:55
`startswith` works with a tuple

f76f5c35 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/30 12:55
Fix array size

38578cc3 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/09/30 12:42
Generate the correct Stadium base data for every ROM (#1010)

a9869f18 – Idain <luiscarlosholguinperez@outlook.com> authored and GitHub <noreply@github.com> committed on 2022/09/28 16:51
Replace hardcoded wMonType constants (#1011)

bceeea8e – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/09/24 16:04
Fix Typo: `GoldenrodPokecomCenterSaveBeforeTradeCornetText` -> `GoldenrodPokecomCenterSaveBeforeTradeCornerText`

f7507b77 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/23 19:10
$f -> BATTLEACTION_FORFEIT

8fc3b8e6 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/23 18:06
Dance Theatre -> Dance Theater

553a272e – Idain <luiscarlosholguinperez@outlook.com> authored and GitHub <noreply@github.com> committed on 2022/09/21 19:01
TYPO: NUM_MOVE_EFECTS > NUM_MOVE_EFFECTS (#1009)

29fada7d – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/18 19:56
Don't use removeprefix in tools/unnamed.py (it worked locally...)

55ca2da2 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/18 19:41
Fix tools/unnamed.py and add tools/consts.py

6c26e261 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/18 19:08
Update and add more tool scripts

711f5c87 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/15 14:05
Comment about the redundant event `const_next 1900`

0f554074 – Andrew Cook <ariscop@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/09/15 06:49
Some Mobile code labeling and removed magic numbers (#993)

41d5ea04 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/09/12 05:15
Rename the `object_struct` field labels and constants (#1005)

4c239a6f – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/09/10 20:05
Rename `macros/wram.asm` to `macros/ram.asm` (#1003)

53e1c480 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/09/10 09:52
Link to the symbols branch

57a23299 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/09/09 06:26
Use DEF for constants in Music IDs design flaw doc

ae79200b – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/09/08 16:33
Remove duplicate BUG comment in bug doc diff

cff8aec3 – mid-kid <esteve.varela@gmail.com> authored on 2022/08/31 18:39
mobile/mobile_45.asm -> lib/mobile/mail.asm

8ed7c392 – vulcandth <vulcandth@gmail.com> authored on 2022/09/07 15:25
Fix order of parameters in dsprite macro

39ba36cb – vulcandth <vulcandth@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2022/09/04 11:28
Use RS Group offset constants for `slot_reel`

5d629f9b – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/31 15:14
Fix diff

01dffba7 – Idain <luiscarlosholguinperez@outlook.com> authored and GitHub <noreply@github.com> committed on 2022/08/31 15:13
Document fish bug properly (#995)

48839503 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/31 14:03
Use `for` loops to generate box pointer tables

c7dee19a – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/31 13:56
Match bug docs with source code

9801b939 – vulcandth <vulcandth@gmail.com> authored on 2022/08/30 20:43
Add Bug comment for fishing/surfing on NPCs

b764a3a8 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/30 13:06
Document fix for fishing and Surfing on top of NPCs

40c89916 – Fredrik Ljungdahl <fredde1994@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2022/08/24 03:26
Replace numbers with constants in PlayHitSound

bc4fec06 – Idain <luiscarlosholguinperez@outlook.com> authored and GitHub <noreply@github.com> committed on 2022/08/21 19:39
Fix AI_Smart_Rage comment (#988)

7ef31d98 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/17 13:45
Move non-Pokémon graphics out of gfx/icons

38cd2155 – The Void <9028176+etdv-thevoid@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/11 19:28
Bug Doc: Options menu fails to clear joypad state on initialization (#984)

0d5cf5c8 – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/10 17:24
Refer to "Rival", not "Silver" (#983)

367a1042 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/10 17:20
PP must be 40 or less

c3331eb7 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/08/09 13:04
Rename scene and callback labels (#981)

134f45b7 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/08/08 10:28
Fix Bug doc Ruins of Alpha Heading Size

07e8efee – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/06 20:38
Fix some whitespace

7cac5b78 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/08/06 08:24
Assert that there are NUM_FRAMES textbox frames

8826d97e – Rangi <35663410+Rangi42@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/07/29 13:43
Define scene constants alongside scene_scripts (#979)

51bfd31e – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/07/21 15:59
Use '$' for hex, not '0x'

78d93a62 – Colton G. Rushton <colton51919@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/21 16:48
urlencode special characters like 'é' in documentation link anchors (#976)

d9dbc137 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/19 15:16
Basic Issue Template with Discord Link (#974)

974bb7bf – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/07/17 10:08
Only use "; BUG:" comments for documented bugs

145d8dd5 – Colton G. Rushton <colton51919@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/09 14:18
wVirtualOAM -> wShadowOAM and hTransferVirtualOAM -> hTransferShadowOAM (#971)

ef9b9bb4 – vulcandth <vulcandth@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/09 12:12
Clean up bugs commented in the source code (#912)

bd27c0d8 – Colton G. Rushton <colton51919@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/09 11:39
Add documentation for the caught level design flaw (#933)

4ee4bf03 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/07/05 14:11
Remove SRAM address comment

f1596540 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2022/06/22 17:14
`spriteanimoam` macro corresponds to `battleanimoam`

a2e8f078 – Rangi <remy.oukaour+rangi42@gmail.com> authored and Rangi <35663410+Rangi42@users.noreply.github.com> committed on 2022/06/22 17:07
Split "gfx anims" into "pic anims" and "sprite anims"

d3da137d – Colton G. Rushton <colton51919@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/07/03 22:10
Add object priority mode constant and remove unnecessary constants (#972)

f74ec105 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/06/30 17:29
Use backwards-compatible EQU syntax for rgbdscheck.asm

39f2e3b6 – Colton G. Rushton <colton51919@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2022/06/24 10:42
Fix INSTALL.md's dead links

2adcca00 – Colton G. Rushton <colton51919@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2022/06/21 05:09
Fix ending colon of TruncateHL_BC

1853f70a – vulcandth <vulcandth@gmail.com> authored and mid-kid <esteve.varela@gmail.com> committed on 2022/06/19 17:28
VC ExchangeBytes Aliases

4125138d – Colton G. Rushton <colton51919@gmail.com> authored and GitHub <noreply@github.com> committed on 2022/06/18 10:33
Remove unused serial constants ported from pokered (#949)

a1498e63 – Rangi <remy.oukaour+rangi42@gmail.com> authored on 2022/06/17 19:27
Rename search.asm and search2.asm

Next