You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
bump pokemontools to v1.4.1
Note that gbz8disasm doesn't work at the moment.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
import extras.pokemontools.config as conf
|
||||
import extras.pokemontools.configuration as configiguration
|
||||
import extras.pokemontools.preprocessor as preprocessor
|
||||
|
||||
from extras.pokemontools.crystal import (
|
||||
@ -50,7 +50,7 @@ def preprocess(config, macros, lines=None):
|
||||
return processor.preprocess(lines=lines)
|
||||
|
||||
def main():
|
||||
config = conf.Config()
|
||||
config = configuration.Config()
|
||||
macros = load_pokecrystal_macros()
|
||||
return preprocess(config, macros)
|
||||
|
||||
|
Reference in New Issue
Block a user