diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-02-04 08:29:51 +0100 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-02-04 08:31:54 +0100 |
| commit | 7f78fed85a8c8b0ba83ff982f35d2db01ba58aad (patch) | |
| tree | 7514d7d06bc9533d0e5f99647d7a6a6fce0a0a71 | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-7f78fed85a8c8b0ba83ff982f35d2db01ba58aad.tar.gz pokeyellow-7f78fed85a8c8b0ba83ff982f35d2db01ba58aad.tar.xz pokeyellow-7f78fed85a8c8b0ba83ff982f35d2db01ba58aad.zip | |
Fix hardcoded address in VC patch
| -rw-r--r-- | vc/pokeyellow.patch.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vc/pokeyellow.patch.template b/vc/pokeyellow.patch.template index 203d34f8..5ba2be99 100644 --- a/vc/pokeyellow.patch.template +++ b/vc/pokeyellow.patch.template @@ -252,7 +252,7 @@ ConditionValueC = {dws_ 0x0f } [FPA 031801 End2@Stop_reducing_intro_scene_flashing_0F] Mode = 3 Type = 1 -Address = 0xF9e4b +Address = {Hex @} ConditionType = 0 ConditionValueA = {dws_ wYellowIntroCurrentScene} ConditionValueB = {dws_ == } |
