You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
just adding a label for Multiply (no code)
This commit is contained in:
8
main.asm
8
main.asm
@@ -305,7 +305,13 @@ AddNTimes: ; 0x30fe
|
|||||||
ret
|
ret
|
||||||
; 0x3105
|
; 0x3105
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$3105,$313d-$3105
|
INCBIN "baserom.gbc",$3105,$3119-$3105
|
||||||
|
|
||||||
|
Multiply: ; 0x3119
|
||||||
|
INCBIN "baserom.gbc",$3119,$3124 - $3119
|
||||||
|
; 0x3124
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$3124,$313d - $3124
|
||||||
|
|
||||||
PrintLetterDelay: ; 313d
|
PrintLetterDelay: ; 313d
|
||||||
; This function is used to wait a short period after printing a letter to the
|
; This function is used to wait a short period after printing a letter to the
|
||||||
|
Reference in New Issue
Block a user