From 885080f21354f17ba7a45628a7c262d54dc346b9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 4 Feb 2018 11:46:53 -0500 Subject: [PATCH] =?UTF-8?q?"chances"=20=E2=86=92=20"probabilities",=20sinc?= =?UTF-8?q?e=20other=20files=20use=20that=20term=20and=20"changes"=20exist?= =?UTF-8?q?s=20right=20next=20to=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{happiness_chances.asm => happiness_probabilities.asm} | 0 docs/bugs_and_glitches.md | 4 ++-- engine/events/special.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename data/events/{happiness_chances.asm => happiness_probabilities.asm} (100%) diff --git a/data/events/happiness_chances.asm b/data/events/happiness_probabilities.asm similarity index 100% rename from data/events/happiness_chances.asm rename to data/events/happiness_probabilities.asm diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 8e066469e..792c08888 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -739,7 +739,7 @@ This is a bug with `HaircutOrGrooming` in [engine/events/special.asm](/engine/ev ... -INCLUDE "data/events/happiness_chances.asm" +INCLUDE "data/events/happiness_probabilities.asm" CopyPokemonName_Buffer1_Buffer3: ; 746e ld hl, wStringBuffer1 @@ -748,7 +748,7 @@ CopyPokemonName_Buffer1_Buffer3: ; 746e jp CopyBytes ``` -In [data/events/happiness_chances.asm](/data/events/happiness_chances.asm): +In [data/events/happiness_probabilities.asm](/data/events/happiness_probabilities.asm): ```asm HappinessData_DaisysGrooming: ; 746b diff --git a/engine/events/special.asm b/engine/events/special.asm index 62955c3e9..ab1f35515 100755 --- a/engine/events/special.asm +++ b/engine/events/special.asm @@ -213,7 +213,7 @@ HaircutOrGrooming: ; 7420 ld [wScriptVar], a ret -INCLUDE "data/events/happiness_chances.asm" +INCLUDE "data/events/happiness_probabilities.asm" CopyPokemonName_Buffer1_Buffer3: ; 746e ld hl, wStringBuffer1