gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 21351dc693af5078aaf1b1345af5931ddb3bfa64 parent 362b6c1e210506cd73c5cc9ba8a225da7c9113d4 Author: Toxa <untoxa@mail.ru> Date: Tue, 27 Apr 2021 01:14:32 +0300 fix nintendo logo offset (just in case; it is double checked and fixed by makebin anyway) Diffstat:
| M | gbdk-lib/libc/gb/crt0.s | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/gb/crt0.s b/gbdk-lib/libc/gb/crt0.s @@ -106,8 +106,10 @@ __standard_VBL_handler:: ;; DO NOT CHANGE... .org 0x100 .header: - JP .code_start + JR .code_start + ;; Nintendo logo + .org 0x104 .byte 0xCE,0xED,0x66,0x66 .byte 0xCC,0x0D,0x00,0x0B .byte 0x03,0x73,0x00,0x83
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.