aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:51:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:51:03 -0700
commit54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /home/predef.asm
parentMerge pull request #14 from PikalaxALT/master (diff)
parentremove address comments (diff)
downloadpokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'home/predef.asm')
-rw-r--r--home/predef.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/predef.asm b/home/predef.asm
index 5d879ddc..c55760d7 100644
--- a/home/predef.asm
+++ b/home/predef.asm
@@ -1,4 +1,4 @@
-Predef:: ; 3eb4 (0:3eb4)
+Predef::
; Call predefined function a.
; To preserve other registers, have the
; destination call GetPredefRegisters.
@@ -30,7 +30,7 @@ Predef:: ; 3eb4 (0:3eb4)
call BankswitchCommon
ret
-GetPredefRegisters:: ; 3ed7 (0:3ed7)
+GetPredefRegisters::
; Restore the contents of register pairs
; when GetPredefPointer was called.
ld a, [wPredefRegisters + 0]