Jump to content
  • 0

big number in arm


blocx

Question

hi somrone can tell me how to edit with number ( something like 999999 or 999999999 ) thx 

['ARM8'] = { -- table(2e8fa26)
		[1] = { -- table(7ab3850)
			['edits'] = { -- table(cef8a49)
				[1] = { -- table(b964f4e)
					[1] = '0x4C1E10',
					[2] = '~A8 MOV W0, #65535',
					[3] = true,
					[4] = 'public abstract class ItemData : ScriptableObject ',
					[5] = '	public int get_Amount() { }',
					[6] = '0x4C1E10',
				},
			},

 

it must be clear here

['ARM8'] = { -- table(2e8fa26)
        [1] = { -- table(7ab3850)
            ['edits'] = { -- table(cef8a49)
                [1] = { -- table(b964f4e)
                    [1] = '0x4C1E10',
                    [2] = '~A8 MOV W0, #65535',
                    [3] = true,
                    [4] = 'public abstract class ItemData : ScriptableObject ',
                    [5] = '    public int get_Amount() { }',
                    [6] = '0x4C1E10',
                },
            },

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

1 hour ago, blocx said:
['ARM8'] = { -- table(2e8fa26)
		[1] = { -- table(7ab3850)
			['edits'] = { -- table(cef8a49)
				[1] = { -- table(b964f4e)
					[1] = '0x4C1E10',
					[2] = '~A8 MOV W0, #65535',
					[3] = true,
					[4] = 'public abstract class ItemData : ScriptableObject ',
					[5] = '	public int get_Amount() { }',
					[6] = '0x4C1E10',
				},
			},

Where did you get that?

Cant u simply use mov w0, #999888 for value 999888?

 

14 minutes ago, blocx said:

other question if possible to if i want freeze ?

You dont need to freeze function lib values in Xa. they dont auto change themselves.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.