From b17cda6563a34fcf400ccd363a646c7d16ec34a0 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Sun, 10 May 2026 21:42:40 -0600 Subject: [PATCH 1/8] Update overlay10.yml added HEAL_BLOCK_TURN_RANGE --- symbols/overlay10.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/symbols/overlay10.yml b/symbols/overlay10.yml index 462eeaee..8a3ed636 100644 --- a/symbols/overlay10.yml +++ b/symbols/overlay10.yml @@ -1918,6 +1918,18 @@ overlay10: JP: 0x4 description: |- The turn range for the Gastro Acid status, [4, 10). + + - name: HEAL_BLOCK_TURN_RANGE + address: + EU: 0x22C50CC + NA: 0x22C4774 + JP: 0x??????? + length: + EU: 0x4 + NA: 0x4 + JP: 0x4 + description: |- + The turn range for the Heal Block status, [4, 10). type: int16_t[2] - name: SPORT_CONDITION_TURN_RANGE From 1588cd801599844e08d82b98e0aad90a3b37b192 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Sun, 10 May 2026 21:45:47 -0600 Subject: [PATCH 2/8] Update overlay10.h added HEAL_BLOCK_TURN_RANGE --- headers/data/overlay10.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/data/overlay10.h b/headers/data/overlay10.h index 96eb3961..e3f054b0 100644 --- a/headers/data/overlay10.h +++ b/headers/data/overlay10.h @@ -156,6 +156,7 @@ extern fx32_8 MATCHUP_SUPER_EFFECTIVE_MULTIPLIER_ERRATIC_PLAYER; extern int16_t SET_REFLECT_STATUS_TURN_RANGE[2]; extern fx32_8 MATCHUP_IMMUNE_MULTIPLIER; extern int16_t GASTRO_ACID_TURN_RANGE[2]; +extern int16_t HEAL_BLOCK_TURN_RANGE[2]; extern int16_t SPORT_CONDITION_TURN_RANGE[2]; extern int16_t SURE_SHOT_TURN_RANGE[2]; extern int DETECT_BAND_MOVE_ACCURACY_DROP; From d822d44b34da9730807fd5f04ecf4d9ba2f41046 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Sun, 10 May 2026 21:55:44 -0600 Subject: [PATCH 3/8] Update CREDITS.txt added me! --- CREDITS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CREDITS.txt b/CREDITS.txt index bec82ed1..aa356acd 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -36,6 +36,8 @@ other parts of the project, feel free to add yourself to this file! - Chritchy - happylappy - Chesyon +- Xaklor + - The rest of the contributors to Project Pokémon's technical documentation for the NDS Mystery Dungeon games, which can be found here: https://projectpokemon.org/home/docs/mystery-dungeon-nds/ From dc3cb034253d3b611062b4a42ae0ccd36b684463 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Mon, 11 May 2026 00:39:47 -0600 Subject: [PATCH 4/8] added JP address and fixed yaml indentation --- symbols/overlay10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symbols/overlay10.yml b/symbols/overlay10.yml index 8a3ed636..38c42852 100644 --- a/symbols/overlay10.yml +++ b/symbols/overlay10.yml @@ -1919,11 +1919,11 @@ overlay10: description: |- The turn range for the Gastro Acid status, [4, 10). - - name: HEAL_BLOCK_TURN_RANGE + - name: HEAL_BLOCK_TURN_RANGE address: EU: 0x22C50CC NA: 0x22C4774 - JP: 0x??????? + JP: 0x22C5E5C length: EU: 0x4 NA: 0x4 From b55b0a99eac0df9925e98c277a04bb3bda309d23 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Mon, 11 May 2026 14:17:44 -0600 Subject: [PATCH 5/8] Update symbols/overlay10.yml removed unnecessary space Co-authored-by: UsernameFodder <93669634+UsernameFodder@users.noreply.github.com> --- symbols/overlay10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/overlay10.yml b/symbols/overlay10.yml index 38c42852..de85d56b 100644 --- a/symbols/overlay10.yml +++ b/symbols/overlay10.yml @@ -1921,7 +1921,7 @@ overlay10: - name: HEAL_BLOCK_TURN_RANGE address: - EU: 0x22C50CC + EU: 0x22C50CC NA: 0x22C4774 JP: 0x22C5E5C length: From 96d8b51e6145fbec69ad1e0e54226c49b4dcb1d1 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Mon, 11 May 2026 14:19:42 -0600 Subject: [PATCH 6/8] removed unnecessary newline --- CREDITS.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CREDITS.txt b/CREDITS.txt index aa356acd..43b58493 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -37,7 +37,6 @@ other parts of the project, feel free to add yourself to this file! - happylappy - Chesyon - Xaklor - - The rest of the contributors to Project Pokémon's technical documentation for the NDS Mystery Dungeon games, which can be found here: https://projectpokemon.org/home/docs/mystery-dungeon-nds/ From e61e101535f1967104b36a5ac110eb3c7fe70069 Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Mon, 11 May 2026 14:25:20 -0600 Subject: [PATCH 7/8] replaced missing type declaration --- symbols/overlay10.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/symbols/overlay10.yml b/symbols/overlay10.yml index de85d56b..62b6a867 100644 --- a/symbols/overlay10.yml +++ b/symbols/overlay10.yml @@ -1919,6 +1919,7 @@ overlay10: description: |- The turn range for the Gastro Acid status, [4, 10). + type: int16_t[2] - name: HEAL_BLOCK_TURN_RANGE address: EU: 0x22C50CC From d6faac66e5f7bc96efb29e648e68ff3ae4720c0b Mon Sep 17 00:00:00 2001 From: Xaklor <33789719+Xaklor@users.noreply.github.com> Date: Mon, 11 May 2026 14:33:28 -0600 Subject: [PATCH 8/8] sneaky evil whitespace --- symbols/overlay10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/overlay10.yml b/symbols/overlay10.yml index 62b6a867..28f163a5 100644 --- a/symbols/overlay10.yml +++ b/symbols/overlay10.yml @@ -1918,7 +1918,7 @@ overlay10: JP: 0x4 description: |- The turn range for the Gastro Acid status, [4, 10). - + type: int16_t[2] - name: HEAL_BLOCK_TURN_RANGE address: