Skip to content

Commit 2e9a5ca

Browse files
committed
Update ti84pceg.inc
Add HighlightRect and UnhighlightRect Match https://wikiti.brandonw.net/index.php?title=84PCE%3AOS%3AInclude_File&diff=11960&oldid=11890
1 parent 2fe2cc9 commit 2e9a5ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/include.zip

-532 Bytes
Binary file not shown.

assets/include/ti84pceg.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ namespace ti?
535535
?AbortPrgmode := 00208F8h
536536
?IsFullCntx := 00208FCh
537537
?AdrMRow := 0020900h
538-
?AdrmeLE := 0020904h
538+
?AdrMEle := 0020904h
539539
?GetmatOP1A := 0020908h
540540
?Getm1toOP1 := 002090Ch
541541
?Getm1tOP1A := 0020910h
@@ -1283,7 +1283,7 @@ namespace ti?
12831283
?ClrAppChangeHook := 00214A8h
12841284
?SetGraphicsHook := 00214ACh
12851285
?ClrGraphicsHook := 00214B0h
1286-
?ILineNoGraphicsHook := 00214B4h
1286+
?IPointNoHook := 00214B4h
12871287
?ILineNoHook := 00214B8h
12881288
; equ 00214BCh
12891289
?DeleteTempPrograms := 00214C0h
@@ -1349,7 +1349,7 @@ namespace ti?
13491349
?ChkTmr := 00215B0h
13501350
?ClockOff := 00215B4h
13511351
?ClockOn := 00215B8h
1352-
; equ 00215BCh
1352+
?DayOfWeek := 00215BCh
13531353
?GetDate := 00215C0h
13541354
?GetDateString := 00215C4h
13551355
?GetDtFmt := 00215C8h
@@ -1609,8 +1609,8 @@ namespace ti?
16091609
; equ 00219C0h
16101610
; equ 00219C4h
16111611
; equ 00219C8h
1612-
; equ 00219CCh
1613-
; equ 00219D0h
1612+
?UnhighlightRect := 00219CCh
1613+
?HighlightRect := 00219D0h
16141614
; equ 00219D4h
16151615
; equ 00219D8h
16161616
?EnterSelfTest := 00219DCh

0 commit comments

Comments
 (0)