You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
move around the trainers.py import line
This commit is contained in:
@@ -63,6 +63,14 @@ constant_abbreviation_bytes = {}
|
|||||||
# Import the characters from its module.
|
# Import the characters from its module.
|
||||||
from chars import chars, jap_chars
|
from chars import chars, jap_chars
|
||||||
|
|
||||||
|
from trainers import *
|
||||||
|
|
||||||
|
# for fixing trainer_group_names
|
||||||
|
import re
|
||||||
|
|
||||||
|
trainer_group_pointer_table_address = 0x39999
|
||||||
|
trainer_group_pointer_table_address_gs = 0x3993E
|
||||||
|
|
||||||
class Size():
|
class Size():
|
||||||
"""a simple way to track whether or not a size
|
"""a simple way to track whether or not a size
|
||||||
includes the first value or not, like for
|
includes the first value or not, like for
|
||||||
@@ -3436,14 +3444,6 @@ class TrainerFragmentParam(PointerLabelParam):
|
|||||||
self.dependencies = deps
|
self.dependencies = deps
|
||||||
return deps
|
return deps
|
||||||
|
|
||||||
from trainers import *
|
|
||||||
|
|
||||||
# for fixing trainer_group_names
|
|
||||||
import re
|
|
||||||
|
|
||||||
trainer_group_pointer_table_address = 0x39999
|
|
||||||
trainer_group_pointer_table_address_gs = 0x3993E
|
|
||||||
|
|
||||||
trainer_group_table = None
|
trainer_group_table = None
|
||||||
class TrainerGroupTable:
|
class TrainerGroupTable:
|
||||||
""" A list of pointers.
|
""" A list of pointers.
|
||||||
|
Reference in New Issue
Block a user