diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-02-04 08:29:14 +0100 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-02-04 08:29:14 +0100 |
| commit | f0bf1dfeaeb56c48e83190e59caee4eca3c85c95 (patch) | |
| tree | 1c3912baaa5987ba39738ca8bdae52bd8718aa96 /vc | |
| parent | Fix some label typos, and add some constants instead of raw numbers (#492) (diff) | |
| download | pokeyellow-f0bf1dfeaeb56c48e83190e59caee4eca3c85c95.tar.gz pokeyellow-f0bf1dfeaeb56c48e83190e59caee4eca3c85c95.tar.xz pokeyellow-f0bf1dfeaeb56c48e83190e59caee4eca3c85c95.zip | |
Fix hardcoded address in Blue VC patch
Diffstat (limited to 'vc')
| -rw-r--r-- | vc/pokeblue.patch.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vc/pokeblue.patch.template b/vc/pokeblue.patch.template index 0bd83a07..e497eddd 100644 --- a/vc/pokeblue.patch.template +++ b/vc/pokeblue.patch.template @@ -427,7 +427,7 @@ ConditionValueC = {dws_ R_CHAR O_CHAR C_CHAR K_CHAR [FPA 76 Begin@Reduce_move_anim_flashing_Explosion] Mode = 3 Type = 0 -Address = 0x78186 +Address = {hex @} MotionBEnable0 = 3 MotionBlur0 = 28 ConditionType = 0 |
