mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 18:57:29 -05:00
remove some TODOs
This commit is contained in:
parent
55af0392e1
commit
fa966f7a3f
|
|
@ -66,15 +66,6 @@ Usage (in jython, not python):
|
|||
vba.get_memory_at(0xDCDA)
|
||||
vba.set_memory_at(0xDCDB, 0xFF)
|
||||
vba.get_memory_range(0xDCDA, 10)
|
||||
|
||||
TOOD:
|
||||
[ ] set a specific register
|
||||
[ ] get a specific register
|
||||
[ ] breakpoints
|
||||
[ ] vgm stuff
|
||||
[ ] gbz80disasm integration
|
||||
[ ] pokecrystal.extras integration
|
||||
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user