I need some help again I have downloaded Atlas and I don't know how to insert text.I have a script:
By HernanZh
//Create table
//Replace PP15A.tbl with the name of your table. You're not working with the Puyo Puyo table after all.
#VAR(Table, TABLE)
#ADDTBL("PP15A.tbl", Table)
#ACTIVETBL(Table)
//Create custom pointer
#VAR(MyPtr, CUSTOMPOINTER)
#VAR(PtrTable, POINTERTABLE)
//Replace $0 with the size of the pointer table.
#CREATEPTR(MyPtr, "LINEAR", $0, 32)
#PTRTBL(PtrTable, $8, 4, MyPtr)
//Replace $0 with the start address of the text.
#JMP($0)
//Also replace [stop] with the control code that ends a text
#AUTOWRITE(PtrTable, "[stop]")