mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Disassemble the BLUEMONS.GB debug ROM
This commit is contained in:
parent
87f24a885d
commit
4b4ad9894e
25 changed files with 364 additions and 81 deletions
|
|
@ -50,5 +50,15 @@ RunNPCMovementScript::
|
|||
EndNPCMovementScript::
|
||||
farjp _EndNPCMovementScript
|
||||
|
||||
EmptyFunc2::
|
||||
DebugPressedOrHeldB::
|
||||
IF DEF(_DEBUG)
|
||||
ld a, [wd732]
|
||||
bit 1, a
|
||||
ret z
|
||||
ldh a, [hJoyHeld]
|
||||
bit BIT_B_BUTTON, a
|
||||
ret nz
|
||||
ldh a, [hJoyPressed]
|
||||
bit BIT_B_BUTTON, a
|
||||
ENDC
|
||||
ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue