shithub: pokecrystal

Download patch

ref: 9fb74161e5347a91ff17d5ef490c04566c4375df
parent: 6c7e88513a9b759584de2b50c5b67ecf94203607
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Mon Jan 15 09:23:09 EST 2018

Comments

--- a/data/predef_pointers.asm
+++ b/data/predef_pointers.asm
@@ -1,3 +1,6 @@
+; Predef routines can be used with the "predef" and "predef_jump" macros.
+; This preserves registers bc, de, hl and f.
+
 add_predef: MACRO
 \1Predef::
 	dab \1
--- a/data/special_pointers.asm
+++ b/data/special_pointers.asm
@@ -1,3 +1,6 @@
+; Special routines can be used with the "special" map script command.
+; They often use ScriptVar for arguments and return values.
+
 add_special: MACRO
 \1Special::
 	dba \1