Jump to content

Guides:SRAM Glitch ACE Setups (Yellow): Difference between revisions

Line 694:
.newMail
D5 push de
21 1E 63 ld hl, AskName + 39h ; Prepares data and calls DisplayNamingScreen
21 56 63 ld hl, DisplayNameRaterScreen
CD 1A 39 call $391A ; sets b to 01, then jumps to Bankswitch, calling b:hl
0E 80 ld c, $80 ; Ensure checksum consistency
Line 713:
.terminator
D5 push de
21 0100 C4 ld hl, $C401C400 ; Corresponds to screen tile
4D0E 01 ld c, l $01 ; How many bytes printed as numbers?
CD BC 13 call PrintBCDNumber.loop
.numLoop
Line 745:
.newMail
D5 push de
21 AA 62 ld hl, AskName + 39h ; Prepares data and calls DisplayNamingScreen
21 E2 62 ld hl, DisplayNameRaterScreen
CD 1C 39 call $391C ; sets b to 01, then jumps to Bankswitch, calling b:hl
0E 80 ld c, $80 ; Ensure checksum consistency
Line 764:
.terminator
D5 push de
21 0100 C4 ld hl, $C401C400 ; Corresponds to screen tile
4D0E 01 ld c, l $01 ; How many bytes printed as numbers?
CD BF 13 call PrintBCDNumber.loop
.numLoop
Line 796:
.newMail
D5 push de
21 E4 62 ld hl, AskName + 39h ; Prepares data and calls DisplayNamingScreen
21 1C 63 ld hl, DisplayNameRaterScreen
CD 15 39 call $3915 ; sets b to 01, then jumps to Bankswitch, calling b:hl
0E 80 ld c, $80 ; Ensure checksum consistency
Line 815:
.terminator
D5 push de
21 0100 C4 ld hl, $C401C400 ; Corresponds to screen tile
4D0E 01 ld c, l $01 ; How many bytes printed as numbers?
CD BF 13 call PrintBCDNumber.loop
.numLoop
Line 847:
.newMail
D5 push de
21 DC 62 ld hl, AskName + 39h ; Prepares data and calls DisplayNamingScreen
21 14 63 ld hl, DisplayNameRaterScreen
CD 1C 39 call $391C ; sets b to 01, then jumps to Bankswitch, calling b:hl
0E 80 ld c, $80 ; Ensure checksum consistency
Line 866:
.terminator
D5 push de
21 0100 C4 ld hl, $C401C400 ; Corresponds to screen tile
4D0E 01 ld c, l $01 ; How many bytes printed as numbers?
CD BF 13 call PrintBCDNumber.loop
.numLoop
Line 897:
<pre>
11 A0 D8 D5 D5
21 561E 63 CD 1A
39 0E 80 21 4F
CF D1 2A 87 30
09 86 12 13 23
81 12 4F 18 F3
D5 21 0100 C4 4D0E
01 CD BC 13 2D CB
CB FE 20 FB 75 CD
21 38 F0 B5 E6
0F 28 F7 1F D1
Line 915:
<pre>
11 A0 D8 D5 D5
21 E2AA 62 CD 1C
39 0E 80 21 4F
CF D1 2A 87 30
09 86 12 13 23
81 12 4F 18 F3
D5 21 0100 C4 4D0E
01 CD BF 13 2D CB
CB FE 20 FB 75 CD
23 38 F0 B5 E6
0F 28 F7 1F D1
Line 933:
<pre>
11 A0 D8 D5 D5
21 1CE4 6362 CD 15
39 0E 80 21 4F
CF D1 2A 87 30
09 86 12 13 23
81 12 4F 18 F3
D5 21 0100 C4 4D0E
01 CD BF 13 2D CB
CB FE 20 FB 75 CD
1C 38 F0 B5 E6
0F 28 F7 1F D1
Line 951:
<pre>
11 A0 D8 D5 D5
21 14DC 6362 CD 1C
39 0E 80 21 4F
CF D1 2A 87 30
09 86 12 13 23
81 12 4F 18 F3
D5 21 0100 C4 4D0E
01 CD BF 13 2D CB
CB FE 20 FB 75 CD
23 38 F0 B5 E6
0F 28 F7 1F D1
1,514

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.