You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
for some reason AddNTimes is copied twice
This commit is contained in:
12
main.asm
12
main.asm
@@ -220,7 +220,17 @@ IsInArray: ; 30e1
|
|||||||
ret
|
ret
|
||||||
; 0x30f4
|
; 0x30f4
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$30f4,$30fe - $30f4
|
INCBIN "baserom.gbc",$30f4,$30f7 - $30f4
|
||||||
|
|
||||||
|
AddNTimesCopied: ; 0x30f7
|
||||||
|
and a
|
||||||
|
ret z
|
||||||
|
.loop
|
||||||
|
add hl, bc
|
||||||
|
dec a
|
||||||
|
jr nz, .loop
|
||||||
|
ret
|
||||||
|
; 0x30fe
|
||||||
|
|
||||||
AddNTimes: ; 0x30fe
|
AddNTimes: ; 0x30fe
|
||||||
and a
|
and a
|
||||||
|
Reference in New Issue
Block a user