Advertisement
PlatinumMaster

Test Commands List for Pokemon White 2 (BeaterScript)

Jun 29th, 2020
1,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 11.97 KB | None | 0 0
  1. 0x0:
  2.     Name: Nop
  3.  
  4. 0x1:
  5.     Name: Nop2
  6.  
  7. 0x2:
  8.     Name: EndScript
  9.  
  10. 0x3:
  11.     Name: ReturnAfterDelay
  12.     Parameters:
  13.        - ushort
  14.  
  15. 0x4:
  16.     Name: CallRoutine
  17.     Parameters:
  18.        - uint
  19.  
  20. 0x5:
  21.     Name: EndRoutine
  22.  
  23. 0x6:
  24.     Name: DerefAndReturn
  25.  
  26. 0x7:
  27.     Name: PopDerefVar
  28.  
  29. 0x8:
  30.     Name: PushStackVar
  31.     Parameters:
  32.        - ushort
  33.  
  34. 0x9:
  35.     Name: PushStackDerefVar
  36.     Parameters:
  37.        - ushort
  38.  
  39. 0xa:
  40.     Name: PopStackVar
  41.     Parameters:
  42.        - ushort
  43.  
  44. 0xb:
  45.     Name: PopStack
  46.  
  47. 0xc:
  48.     Name: AddVars
  49.  
  50. 0xd:
  51.     Name: SubVars
  52.  
  53. 0xe:
  54.     Name: MultiplyVars
  55.  
  56. 0xf:
  57.     Name: DivideVars
  58.  
  59. 0x10:
  60.     Name: StoreFlag
  61.     Parameters:
  62.        - ushort
  63.  
  64. 0x11:
  65.     Name: CompareStackVarTo
  66.     Parameters:
  67.        - ushort
  68.  
  69. 0x12:
  70.     Name: AndDerefToVar
  71.     Parameters:
  72.        - ushort
  73.         - ushort
  74.  
  75. 0x13:
  76.     Name: OrDerefToVar
  77.     Parameters:
  78.        - ushort
  79.         - ushort
  80.  
  81. 0x14:
  82.     Name: StoreU8Global
  83.     Parameters:
  84.        - byte
  85.         - byte
  86.  
  87. 0x15:
  88.     Name: StoreU32Global
  89.     Parameters:
  90.        - byte
  91.         - uint
  92.  
  93. 0x16:
  94.     Name: MoveGlobalVars
  95.     Parameters:
  96.        - byte
  97.         - byte
  98.  
  99. 0x17:
  100.     Name: CompareGlobalVars
  101.     Parameters:
  102.        - byte
  103.         - byte
  104.  
  105. 0x18:
  106.     Name: CompareGlobalToVar
  107.     Parameters:
  108.        - byte
  109.         - ushort
  110.  
  111. 0x19:
  112.     Name: CompareVarToParam
  113.     Parameters:
  114.        - ushort
  115.         - ushort
  116.  
  117. 0x1a:
  118.     Name: CompareVars
  119.     Parameters:
  120.        - ushort
  121.         - ushort
  122.  
  123. 0x1b:
  124.     Name: AddVirtualMachine
  125.     Parameters:
  126.        - ushort
  127.  
  128. 0x1c:
  129.     Name: CallStd
  130.     Parameters:
  131.        - ushort
  132.  
  133. 0x1d:
  134.     Name: EndStd
  135.  
  136. 0x1e:
  137.     Name: UnconditionalJump
  138.     Parameters:
  139.        - uint
  140.  
  141. 0x1f:
  142.     Name: ConditionalJump
  143.     Parameters:
  144.        - byte
  145.         - uint
  146.  
  147. 0x20:
  148.     Name: ConditionalCall
  149.     Parameters:
  150.        - byte
  151.         - uint
  152.  
  153. 0x21:
  154.     Name: SetMapEventStatusFlag
  155.     Parameters:
  156.        - ushort
  157.  
  158. 0x22:
  159.     Name: StoreMapTypeChange
  160.     Parameters:
  161.        - ushort
  162.  
  163. 0x23:
  164.     Name: SetFlag
  165.     Parameters:
  166.        - ushort
  167.  
  168. 0x24:
  169.     Name: ClearFlag
  170.     Parameters:
  171.        - ushort
  172.  
  173. 0x25:
  174.     Name: ReadAndStoreFlag
  175.     Parameters:
  176.        - ushort
  177.         - ushort
  178.  
  179. 0x26:
  180.     Name: AddToVar
  181.     Parameters:
  182.        - ushort
  183.         - ushort
  184.  
  185. 0x27:
  186.     Name: SubFromVar
  187.     Parameters:
  188.        - ushort
  189.         - ushort
  190.  
  191. 0x28:
  192.     Name: StoreInVar
  193.     Parameters:
  194.        - ushort
  195.         - ushort
  196.  
  197. 0x29:
  198.     Name: CopyVar
  199.     Parameters:
  200.        - ushort
  201.         - ushort
  202.  
  203. 0x2a:
  204.     Name: StoreDerefVar
  205.     Parameters:
  206.        - ushort
  207.         - ushort
  208.  
  209. 0x2b:
  210.     Name: MultiplyVar1
  211.     Parameters:
  212.        - ushort
  213.         - ushort
  214.  
  215. 0x2c:
  216.     Name: DivideVar1
  217.     Parameters:
  218.        - ushort
  219.         - ushort
  220.  
  221. 0x2d:
  222.     Name: ModulusVar1
  223.     Parameters:
  224.        - ushort
  225.         - ushort
  226.  
  227. 0x2e:
  228.     Name: LockAll
  229.  
  230. 0x2f:
  231.     Name: UnlockAll
  232.  
  233. 0x30:
  234.     Name: WaitMoment
  235.  
  236. 0x31:
  237.     Name: WaitKeypressAB
  238.  
  239. 0x32:
  240.     Name: WaitKeypress
  241.  
  242. 0x33:
  243.     Name: MusicalMessage
  244.     Parameters:
  245.        - ushort
  246.  
  247. 0x34:
  248.     Name: EventGrayMessage
  249.     Parameters:
  250.        - ushort
  251.         - ushort
  252.  
  253. 0x35:
  254.     Name: NextEventGrayMessage
  255.     Parameters:
  256.        - ushort
  257.         - ushort
  258.  
  259. 0x36:
  260.     Name: CloseEventGrayMessage
  261.  
  262. 0x37:
  263.     Name: CMD_37
  264.     Parameters:
  265.        - ushort
  266.  
  267. 0x38:
  268.     Name: UnassociatedMessage
  269.     Parameters:
  270.        - ushort
  271.         - byte
  272.  
  273. 0x39:
  274.     Name: ClosePositionalMessage
  275.  
  276. 0x3a:
  277.     Name: PositionalMessage
  278.     Parameters:
  279.        - ushort
  280.         - ushort
  281.         - ushort
  282.         - ushort
  283.  
  284. 0x3c:
  285.     Name: NPCMesssage
  286.     Parameters:
  287.        - ushort
  288.         - ushort
  289.         - ushort
  290.         - ushort
  291.         - ushort
  292.  
  293. 0x3d:
  294.     Name: NonNPCMessage
  295.     Parameters:
  296.        - ushort
  297.         - ushort
  298.         - ushort
  299.         - ushort
  300.  
  301. 0x3e:
  302.     Name: CloseSpecificMessageOnKeypress
  303.  
  304. 0x3f:
  305.     Name: CloseMessageOnKeypress
  306.  
  307. 0x40:
  308.     Name: ShowMoneyBox
  309.     Parameters:
  310.        - ushort
  311.         - ushort
  312.  
  313. 0x41:
  314.     Name: CloseMoneyBox
  315.  
  316. 0x42:
  317.     Name: UpdateMoneyBox
  318.  
  319. 0x43:
  320.     Name: BorderedMessage
  321.     Parameters:
  322.        - ushort
  323.         - ushort
  324.  
  325. 0x44:
  326.     Name: CloseBorderedMessage
  327.  
  328. 0x45:
  329.     Name: CheckerMessage
  330.  
  331. 0x46:
  332.     Name: CloseCheckerMessage
  333.  
  334. 0x47:
  335.     Name: YesNoBox
  336.     Parameters:
  337.        - ushort
  338.  
  339. 0x48:
  340.     Name: GenderSpecificMessage
  341.     Parameters:
  342.        - ushort
  343.         - ushort
  344.         - ushort
  345.         - ushort
  346.         - ushort
  347.         - ushort
  348.  
  349. 0x49:
  350.     Name: VersionSpecificMessage
  351.     Parameters:
  352.        - ushort
  353.         - ushort
  354.         - ushort
  355.         - ushort
  356.         - ushort
  357.         - ushort
  358.  
  359. 0x4a:
  360.     Name: SpikedMessage
  361.     Parameters:
  362.        - ushort
  363.         - byte
  364.  
  365. 0x4b:
  366.     Name: CloseAllMessages
  367.  
  368. 0x4c:
  369.     Name: OTNameToStrbuf
  370.  
  371. 0x54:
  372.     Name: SetVarPartyPokemonNick
  373.     Parameters:
  374.        - byte
  375.         - ushort
  376.  
  377. 0x57:
  378.     Name: SetVarPoke
  379.     Parameters:
  380.        - byte
  381.         - ushort
  382.  
  383. 0x5c:
  384.     Name: SetVarNumberBound
  385.     Parameters:
  386.        - byte
  387.         - ushort
  388.         - ushort
  389.  
  390. 0x64:
  391.     Name: ApplyMovement
  392.     Parameters:
  393.        - ushort
  394.         - uint
  395.  
  396. 0x65:
  397.     Name: WaitMovement
  398.  
  399. 0x66:
  400.     Name: StoreNPCPositionDeref
  401.     Parameters:
  402.        - ushort
  403.         - ushort
  404.  
  405. 0x67:
  406.     Name: StoreNPCPosition
  407.     Parameters:
  408.        - ushort
  409.         - ushort
  410.         - ushort
  411.  
  412. 0x68:
  413.     Name: StoreHeroPosition
  414.     Parameters:
  415.        - ushort
  416.         - ushort
  417.  
  418. 0x69:
  419.     Name: MakeNPC
  420.     Parameters:
  421.        - ushort
  422.         - ushort
  423.         - ushort
  424.         - ushort
  425.         - ushort
  426.         - ushort
  427.  
  428. 0x6b:
  429.     Name: AddNPC
  430.     Parameters:
  431.        - ushort
  432.  
  433. 0x6c:
  434.     Name: RemoveNPC
  435.     Parameters:
  436.        - ushort
  437.  
  438. 0x6d:
  439.     Name: SetOWPosition
  440.     Parameters:
  441.        - ushort
  442.         - ushort
  443.         - ushort
  444.         - ushort
  445.         - ushort
  446.  
  447. 0x6e:
  448.     Name: StoreHeroOrientation
  449.     Parameters:
  450.        - ushort
  451.  
  452. 0x74:
  453.     Name: FacePlayer
  454.  
  455. 0x85:
  456.     Name: SoloTrainerBattle
  457.     Parameters:
  458.        - ushort
  459.         - ushort
  460.         - ushort
  461.  
  462. 0x86:
  463.     Name: DoubleTrainerBattle
  464.     Parameters:
  465.        - ushort
  466.         - ushort
  467.         - ushort
  468.  
  469. 0x8d:
  470.     Name: StoreBattleResult
  471.     Parameters:
  472.        - ushort
  473.  
  474. 0x8e:
  475.     Name: DisableTrainer
  476.  
  477. 0x94:
  478.     Name: EventTrainerBattle
  479.     Parameters:
  480.        - ushort
  481.         - ushort
  482.         - ushort
  483.         - ushort
  484.  
  485. 0x98:
  486.     Name: ChangeMusic
  487.     Parameters:
  488.        - ushort
  489.  
  490. 0x9e:
  491.     Name: FadeToDefaultMusic
  492.  
  493. 0xa6:
  494.     Name: PlaySound
  495.     Parameters:
  496.        - ushort
  497.  
  498. 0xa7:
  499.     Name: StopSound
  500.  
  501. 0xa8:
  502.     Name: WaitSound
  503.  
  504. 0xa9:
  505.     Name: PlayFanfare
  506.     Parameters:
  507.        - ushort
  508.  
  509. 0xaa:
  510.     Name: WaitFanfare
  511.  
  512. 0xab:
  513.     Name: PlayCry
  514.     Parameters:
  515.        - ushort
  516.         - ushort
  517.  
  518. 0xac:
  519.     Name: WaitCry
  520.  
  521. 0xaf:
  522.     Name: SetWindowText
  523.     Parameters:
  524.        - ushort
  525.         - ushort
  526.         - ushort
  527.  
  528. 0xb0:
  529.     Name: PauseAndClose
  530.  
  531. 0xb1:
  532.     Name: PauseAndClose2
  533.  
  534. 0xb2:
  535.     Name: Menu
  536.     Parameters:
  537.        - byte
  538.         - byte
  539.         - byte
  540.         - byte
  541.         - byte
  542.         - ushort
  543.  
  544. 0xb3:
  545.     Name: FadeScreen
  546.     Parameters:
  547.        - ushort
  548.         - ushort
  549.         - ushort
  550.         - ushort
  551.  
  552. 0xb4:
  553.     Name: WaitFade
  554.     Parameters:
  555.        - ushort
  556.         - ushort
  557.         - ushort
  558.  
  559. 0xb7:
  560.     Name: CheckItemBagSpace
  561.     Parameters:
  562.        - ushort
  563.         - ushort
  564.         - ushort
  565.  
  566. 0xc2:
  567.     Name: FastWarp
  568.     Parameters:
  569.        - ushort
  570.         - ushort
  571.         - ushort
  572.         - ushort
  573.  
  574. 0xc4:
  575.     Name: TeleportWarp
  576.     Parameters:
  577.        - ushort
  578.         - ushort
  579.         - ushort
  580.         - ushort
  581.         - ushort
  582.  
  583. 0xcb:
  584.     Name: StoreRandomNumber
  585.     Parameters:
  586.        - ushort
  587.         - ushort
  588.  
  589. 0xcf:
  590.     Name: StoreDay
  591.     Parameters:
  592.        - ushort
  593.  
  594. 0xe0:
  595.     Name: StoreVersion
  596.     Parameters:
  597.        - ushort
  598.  
  599. 0xe1:
  600.     Name: StoreGender
  601.     Parameters:
  602.        - ushort
  603.  
  604. 0xe3:
  605.     Name: CMD_E3
  606.  
  607. 0xe7:
  608.     Name: ActivateRelocator
  609.     Parameters:
  610.        - ushort
  611.  
  612. 0xf9:
  613.     Name: AddMoney
  614.     Parameters:
  615.        - ushort
  616.  
  617. 0xfa:
  618.     Name: TakeMoney
  619.     Parameters:
  620.        - ushort
  621.  
  622. 0xfb:
  623.     Name: CheckMoney
  624.     Parameters:
  625.        - ushort
  626.         - ushort
  627.  
  628. 0xfe:
  629.     Name: StoreSpecies
  630.     Parameters:
  631.        - ushort
  632.         - ushort
  633.  
  634. 0xff:
  635.     Name: StoreIfFormChange
  636.     Parameters:
  637.        - ushort
  638.         - ushort
  639.  
  640. 0x104:
  641.     Name: HealPokemon
  642.  
  643. 0x105:
  644.     Name: RenamePokemon
  645.     Parameters:
  646.        - ushort
  647.         - ushort
  648.         - ushort
  649.  
  650. 0x10c:
  651.     Name: GivePokemon
  652.     Parameters:
  653.        - ushort
  654.         - ushort
  655.         - ushort
  656.         - ushort
  657.  
  658. 0x110:
  659.     Name: StorePokemonSex
  660.     Parameters:
  661.        - ushort
  662.         - ushort
  663.         - ushort
  664.  
  665. 0x127:
  666.     Name: CMD_127
  667.     Parameters:
  668.        - ushort
  669.         - ushort
  670.         - ushort
  671.         - ushort
  672.  
  673. 0x128:
  674.     Name: CMD_128
  675.     Parameters:
  676.        - ushort
  677.  
  678. 0x129:
  679.     Name: CMD_129
  680.     Parameters:
  681.        - ushort
  682.         - ushort
  683.  
  684. 0x12a:
  685.     Name: CMD_12A
  686.     Parameters:
  687.        - ushort
  688.  
  689. 0x13b:
  690.     Name: CMD_13B
  691.     Parameters:
  692.        - ushort
  693.  
  694. 0x13f:
  695.     Name: MakeCamera
  696.  
  697. 0x140:
  698.     Name: StopCamera
  699.  
  700. 0x141:
  701.     Name: LockCamera
  702.  
  703. 0x142:
  704.     Name: ReleaseCamera
  705.  
  706. 0x143:
  707.     Name: MoveCamera
  708.     Parameters:
  709.        - ushort
  710.         - ushort
  711.         - ushort
  712.         - ushort
  713.         - ushort
  714.         - ushort
  715.         - ushort
  716.         - ushort
  717.         - ushort
  718.         - ushort
  719.         - ushort
  720.  
  721. 0x144:
  722.     Name: CMD_144
  723.     Parameters:
  724.        - ushort
  725.  
  726. 0x145:
  727.     Name: EndCamera
  728.  
  729. 0x147:
  730.     Name: ResetCamera
  731.     Parameters:
  732.        - ushort
  733.         - ushort
  734.  
  735. 0x14a:
  736.     Name: CallEnd
  737.  
  738. 0x14b:
  739.     Name: CallStart
  740.  
  741. 0x151:
  742.     Name: ShowDiploma
  743.     Parameters:
  744.        - ushort
  745.         - ushort
  746.  
  747. 0x153:
  748.     Name: CMD_153
  749.     Parameters:
  750.        - ushort
  751.  
  752. 0x155:
  753.     Name: OpenInterpoke
  754.     Parameters:
  755.        - ushort
  756.         - ushort
  757.  
  758. 0x175:
  759.     Name: CMD_175
  760.     Parameters:
  761.        - ushort
  762.  
  763. 0x197:
  764.     Name: CMD_197
  765.     Parameters:
  766.        - byte
  767.         - byte
  768.  
  769. 0x19a:
  770.     Name: CMD_19A
  771.     Parameters:
  772.        - byte
  773.         - byte
  774.  
  775. 0x19b:
  776.     Name: SetStatusCG
  777.     Parameters:
  778.        - ushort
  779.  
  780. 0x1a0:
  781.     Name: CMD_1A0
  782.     Parameters:
  783.        - ushort
  784.  
  785. 0x1a3:
  786.     Name: FlashBlackInstant
  787.  
  788. 0x1a4:
  789.     Name: Xtransciever4
  790.  
  791. 0x1a5:
  792.     Name: Xtransciever5
  793.  
  794. 0x1a6:
  795.     Name: CMD_1A6
  796.     Parameters:
  797.        - ushort
  798.         - ushort
  799.  
  800. 0x1a7:
  801.     Name: Xtransciever7
  802.  
  803. 0x1ac:
  804.     Name: FadeIntoBlack
  805.  
  806. 0x1d7:
  807.     Name: SetVarAffinityCheck
  808.     Parameters:
  809.        - ushort
  810.  
  811. 0x1d8:
  812.     Name: CMD_1D8
  813.     Parameters:
  814.        - ushort
  815.         - ushort
  816.         - ushort
  817.         - ushort
  818.  
  819. 0x1f2:
  820.     Name: CMD_1F2
  821.  
  822. 0x227:
  823.     Name: CMD_227
  824.     Parameters:
  825.        - ushort
  826.         - ushort
  827.  
  828. 0x24f:
  829.     Name: CMD_24F
  830.     Parameters:
  831.        - ushort
  832.         - ushort
  833.         - ushort
  834.         - ushort
  835.         - ushort
  836.         - ushort
  837.  
  838. 0x253:
  839.     Name: CMD_253
  840.     Parameters:
  841.        - byte
  842.  
  843. 0x262:
  844.     Name: CMD_262
  845.     Parameters:
  846.        - ushort
  847.         - ushort
  848.  
  849. 0x263:
  850.     Name: CMD_263
  851.     Parameters:
  852.        - ushort
  853.  
  854. 0x276:
  855.     Name: CMD_276
  856.     Parameters:
  857.        - ushort
  858.         - ushort
  859.  
  860. 0x290:
  861.     Name: CMD_290
  862.     Parameters:
  863.        - byte
  864.  
  865. 0x29f:
  866.     Name: CMD_29F
  867.     Parameters:
  868.        - ushort
  869.  
  870. 0x2d1:
  871.     Name: CMD_2D1
  872.     Parameters:
  873.        - ushort
  874.  
  875. 0x2e4:
  876.     Name: CMD_2E4
  877.     Parameters:
  878.        - ushort
  879.         - uint
  880.  
  881. 0x2ee:
  882.     Name: Prop2EE
  883.     Parameters:
  884.        - ushort
  885.         - ushort
  886.  
  887. 0x3e8:
  888.     Name: CMD_3E8
  889.  
  890. 0x3f3:
  891.     Name: CMD_3F3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement