summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rwxr-xr-xhome.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/home.asm b/home.asm
index a91ac15..f683ad3 100755
--- a/home.asm
+++ b/home.asm
@@ -1599,11 +1599,8 @@ Func_a21: ; 0xa21
Data_a38:
x = 0
REPT 128
- db x
+ db x | ((x >> 7) & 1)
x = x + 2
-IF x == $80
-x = x + 1
-ENDC
ENDR
ReadJoypad: ; 0xab8