RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
199 stars 42 forks source link

Functions are no longer recognized when upper-case #236

Closed DiskPoppy closed 7 months ago

DiskPoppy commented 2 years ago

They throw errors like this: error: (E5053): Function 'READ1($00FFD5)' wasn't found. They were previosuly recognized.

randomdude999 commented 7 months ago

this is an intentional change to make them more consistent with user-defined functions. if you really want you can define custom functions for this (function READ1(x) = read1(x)).