diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 20:49:34 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 21:26:38 -0400 |
commit | 52605b764a6ecfb781ca9e70d51dad909dabe7c3 (patch) | |
tree | 5c5f94165c373acdab98443004131d31d937b01a /engine/scripting.asm | |
parent | f53d65c536096213b6826765f81a0f436c88fe72 (diff) |
Add commented numbers to map/group constants
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 6eba4a1bf..5cd62a22d 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -3011,7 +3011,7 @@ Script_reloadandreturn: ; 0x97b16 Script_loadfont: ; 0x97b1c ; script command 0x47 - call Function2e08 + call LoadFont ret ; 0x97b20 |