Skip to content

NPC Does not appear #328

@Maradri1008

Description

@Maradri1008

I followed the instructions on how to add an NPC but when I test the Rom, the NPC isn't where I put it

Just in case I'm sending the part of the log where the error is being mentioned:

Adding CCScript label[test.hello_world] with address[0xf2ff94] in module[test]
Found CCScript module[stdarg]
Found CCScript module[std]
Found a total of 6108 CCScript labels
Marking (0x310000,0x38a10c) as allocated by CCScript
Finished compiling CCScript Labels in 0.14s
Compiling Skip Names...
Finished compiling Skip Names in 0.00s
Compiling Miscellaneous Text...
Finished compiling Miscellaneous Text in 0.00s
Compiling Staff...
Reading staff character-to-code mapping
Reading staff text
Writing staff text
Finished compiling Staff in 0.00s
Compiling NPC Placements...
Finished compiling NPC Placements in 0.09s
Compiling Doors...
Finished compiling Doors in 0.19s
Compiling Sprite Groups...
Finished compiling Sprite Groups in 1.53s
Compiling Miscellaneous Tables...
Reading attract_mode_txt.yml
Reading timed_delivery_table.yml
Reading photographer_cfg_table.yml
Reading npc_config_table.yml
Error while parsing yml representation for column[Text Pointer 2]
Traceback (most recent call last):
File "coilsnake\model\eb\table.py", line 39, in from_yml_rep
KeyError: '0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "coilsnake\model\common\table.py", line 301, in from_yml_rep
File "coilsnake\model\eb\table.py", line 41, in from_yml_rep
coilsnake.exceptions.common.exceptions.TableEntryInvalidYmlRepresentationError: TableEntryInvalidYmlRepresentationError: Unknown pointer label[0]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "coilsnake\model\common\table.py", line 448, in from_yml_rep
File "coilsnake\model\common\table.py", line 304, in from_yml_rep
coilsnake.exceptions.common.exceptions.TableSchemaError: TableSchemaError: Error while parsing "Text Pointer 2":
TableEntryInvalidYmlRepresentationError: Unknown pointer label[0]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "coilsnake\ui\gui.py", line 304, in _do_compile_help
File "coilsnake\ui\common.py", line 159, in compile_project
File "coilsnake\modules\eb\MiscTablesModule.py", line 53, in read_from_project
File "coilsnake\model\common\table.py", line 463, in from_yml_file
File "coilsnake\model\common\table.py", line 450, in from_yml_rep
coilsnake.exceptions.common.exceptions.TableError: TableError: Error while parsing in "Text Pointer 2" in entry #744 in table "NPC_CONFIG_TABLE":
TableSchemaError: Error while parsing "Text Pointer 2":
TableEntryInvalidYmlRepresentationError: Unknown pointer label[0]

TableError: Error while parsing in "Text Pointer 2" in entry #744 in table "NPC_CONFIG_TABLE":
TableSchemaError: Error while parsing "Text Pointer 2":
TableEntryInvalidYmlRepresentationError: Unknown pointer label[0]

Sorry if there's anything that's missing here, this is my first time sending an issue report

Update: Decided to try if other changes would appear when I test the modified Rom, but it seems that none of the changes that I made get saved when compiling

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions