• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Other] Error - Unknown keyword '' '' at line 46

  • 2
    Posts
    10
    Years
    • Seen May 24, 2014
    Hey guys, I'm a wannabe hack creator but I'm new to all of this stuff so I might be showing up here a fair bit. Well upon debugging my script I get the error code 'Unknown keyword '' '' at line 46', I've posted my script in below and I would appreciate any help I can get.

    001 #dynamic 0x80000
    002
    003 #org @test
    004 msgbox @talk1 0x6
    005 applymovement 0x6 @move1
    006 waitmovement 0x6
    007 msgbox @talk2 0x6
    008 cry 0x383 0x0
    009 cry 0x382 0x0
    010 trainerbattle 0x0 0x2B5 0x0 @intro @defeat
    011 msgbox @talk3 0x6
    012 applymovement 0x3 @move2
    013
    014 #org @intro
    015 = You can't beat me!
    016
    017 #org @defeat
    018 = No! How could this happen?! I had\nthe power of the Legendary\lPokémon!
    019
    020 #org @move1
    021 #raw 0x7F
    022 #raw 0x7F
    023 #raw 0x7F
    024
    025 #org @move2
    026 #raw 0x15
    027#raw 0x15
    028 #raw 0x15
    029 #raw 0x15
    030 #raw 0x17
    031 #raw 0x15
    032 #raw 0x15
    033 #raw 0x15
    034 #raw 0x15
    035 #raw 0x15
    036 #raw 0x15
    037 #raw 0x15
    038 #raw 0x18
    039 #raw 0x5
    040
    041 #org @talk1
    042 = This power, it's incredible!
    043
    044 #org @talk2
    045 = So, Groudon and Kyogre were\nhidden in the Weather Rock all\lalong, I should have known it was\lmore than a shrine from the very\lfirst time I ventured here.\lWith these creatures I can call\lupon a third Legendary Pokémon,\land
    soon the whole\lregion, no, the whole\lword will bow beneath\lour might!\l
    However,\v\h01, you have been a\lthorn in Team Chaos' side for far\ltoo long, and I think it is high\ltime you were dealt with once and\lfor\lall!\lGroudon, Kyogre, attack!
    046
    047 #org @talk3
    = Do not fool yourself into thinking\nI am truly defeated, you may have\lwon this battle however in your\lheart you must know that you will\lnever win the war!
     
    Back
    Top