shithub: pokecrystal

Download patch

ref: a7c655eb67f29c792ec3d666566c50d375668f62
parent: 47495e7d66177e1ecfcbe21809e2de79c2beb6d2
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Feb 17 08:39:12 EST 2019

asm -> diff

--- a/docs/design_flaws.md
+++ b/docs/design_flaws.md
@@ -636,7 +636,7 @@
 
 Edit `GetForestTreeFrame`:
 
-```asm
+```diff
  GetForestTreeFrame:
  ; Return 0 if a is even, or 2 if odd.
 -	and a
@@ -661,5 +661,5 @@
 -	xor a
 +	and 1
 +	add a
-	ret
+ 	ret
 ```