mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge pull request #172 from kanzure/refactor-preprocessor
Move main preprocessor into pokemontools
This commit is contained in:
commit
3652417dda
2
extras
2
extras
@ -1 +1 @@
|
||||
Subproject commit 016f0206b5029fc83a6200be29b0f980c76dfd90
|
||||
Subproject commit 276111f04dcc3e937f1a16f4b7066934409f8ad4
|
633
preprocessor.py
633
preprocessor.py
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ import preprocessor
|
||||
|
||||
def main():
|
||||
macros = preprocessor.load_pokecrystal_macros()
|
||||
macro_table = preprocessor.make_macro_table(macros)
|
||||
macro_table = preprocessor.preprocessor.make_macro_table(macros)
|
||||
|
||||
stdout = sys.stdout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user