diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-11 18:52:57 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-11 18:52:57 -0400 |
commit | a210846c62f67cc35353bd61a053fc8f12fcb02d (patch) | |
tree | 8f06f4daeb6bad441b8a0dacf16fc21306294575 /wram.asm | |
parent | c11fba8ea40505ee1ff56ce2e410c56324c1feb7 (diff) |
Remove wGBC.
wGBC is replaced by hGBC now. This also explains where the off by one offset came from.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -779,9 +779,6 @@ wNPCMovementScriptSpriteOffset:: ; cf17 wcf18:: ds 2 -wGBC:: ; cf1a - ds 1 - wOnSGB:: ; cf1b ; if running on SGB, it's 1, else it's 0 ds 1 |