shithub: pokecrystal

Download patch

ref: 232feca298695c950ade1fc753ee7639522696ce
parent: 68785d999668f9a6777c58c67712987392a8d675
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Thu Dec 14 14:07:06 EST 2017

Consistent "(with <routine>) in <file>" phrasing

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -826,7 +826,7 @@
 
 This bug prevents you from using blocksets with more than 128 blocks.
 
-[home/map.asm](/home/map.asm):
+In [home/map.asm](/home/map.asm):
 
 ```asm
 	; Set hl to the address of the current metatile data ([TilesetBlocksAddress] + (a) tiles).
@@ -863,7 +863,7 @@
 
 This bug can allow you to talk to Eusine in Celadon City and encounter Ho-Oh with only traded legendary beasts.
 
-[engine/search.asm](/engine/search.asm):
+In [engine/search.asm](/engine/search.asm):
 
 ```asm
 ; check OT
@@ -980,7 +980,7 @@
 
 ## `ScriptCall` can overflow `wScriptStack` and crash
 
-[engine/scripting.asm](/engine/scripting.asm):
+In [engine/scripting.asm](/engine/scripting.asm):
 
 ```asm
 ScriptCall:
@@ -1018,7 +1018,7 @@
 
 ## `LoadSpriteGFX` does not limit the capacity of `UsedSprites`
 
-[engine/overworld.asm](/engine/overworld.asm):
+In [engine/overworld.asm](/engine/overworld.asm):
 
 ```asm
 LoadSpriteGFX: ; 14306
@@ -1053,7 +1053,7 @@
 
 ## `ChooseWildEncounter` doesn't really validate the wild Pokémon species
 
-[engine/wildmons.asm](/engine/wildmons.asm):
+In [engine/wildmons.asm](/engine/wildmons.asm):
 
 ```asm
 ChooseWildEncounter: ; 2a14f
@@ -1092,7 +1092,7 @@
 
 ## `TryObjectEvent` arbitrary code execution
 
-[engine/events.asm](/engine/events.asm):
+In [engine/events.asm](/engine/events.asm):
 
 ```asm
 ; Bug: If IsInArray returns nc, data at bc will be executed as code.
@@ -1120,7 +1120,7 @@
 
 ## `Special_CheckBugContestContestantFlag` can read beyond its data table
 
-[event/bug_contest_2.asm](/event/bug_contest_2.asm):
+In [event/bug_contest_2.asm](/event/bug_contest_2.asm):
 
 ```asm
 Special_CheckBugContestContestantFlag: ; 139ed
@@ -1158,7 +1158,7 @@
 
 ## `ClearWRAM` only clears WRAM bank 1
 
-[home/init.asm](/home/init.asm):
+In [home/init.asm](/home/init.asm):
 
 ```asm
 ClearWRAM:: ; 25a
@@ -1186,7 +1186,7 @@
 
 ## `GetForestTreeFrame` works, but it's still bad
 
-[tilesets/animations.asm](/tilesets/animations.asm):
+In [tilesets/animations.asm](/tilesets/animations.asm):
 
 ```asm
 GetForestTreeFrame: ; fc54c