diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-07-16 11:11:50 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-07-16 11:11:50 -0500 |
commit | 707ba908f780d42e1f26af85bef0bf0eb478b877 (patch) | |
tree | 88fba78e2d9c590c4860a2e63eed00a2e29d4005 /home/init.asm | |
parent | ce3ec76762d9e2f0c560e2ea7868678418883143 (diff) | |
parent | 28de20b9f6e1db97ec69643a907f78562f90ec74 (diff) |
Merge branch 'master' of https://github.com/pret/pokeyellow
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/init.asm b/home/init.asm index cd073279..da354aa6 100644 --- a/home/init.asm +++ b/home/init.asm @@ -3,6 +3,8 @@ SoftReset:: call GBPalWhiteOut ld c, 32 call DelayFrames + ; fallthrough + Init:: ; Program init. |