diff options
author | Scott Norton <PikalaxALT@gmail.com> | 2015-06-29 22:24:45 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-03 13:46:38 -0400 |
commit | f74fd6903f90e30c3bf1dbde93153ddec62a450a (patch) | |
tree | 3d90d694665388922af9a1137e962db30d95427b /maps/IlexForest.asm | |
parent | e2c2e20f93f43848542362a5deee677e88f9507d (diff) |
- Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and constants to better reflect their hypothesized purposes.
- Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment.
Diffstat (limited to 'maps/IlexForest.asm')
-rw-r--r-- | maps/IlexForest.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/IlexForest.asm b/maps/IlexForest.asm index 95631b273..d68fe9952 100644 --- a/maps/IlexForest.asm +++ b/maps/IlexForest.asm @@ -377,7 +377,7 @@ BlackBeltScript_0x6edae: ; 0x6edae iftrue UnknownScript_0x6edd8 writetext UnknownText_0x6f099 keeptextopen - verbosegiveitem HM_01, 1 + verbosegiveitem HM_CUT, 1 setevent EVENT_GOT_HM01_CUT writetext UnknownText_0x6f141 closetext @@ -405,7 +405,7 @@ RockerScript_0x6edde: ; 0x6edde iftrue UnknownScript_0x6edf3 writetext UnknownText_0x6f21b keeptextopen - verbosegiveitem TM_02, 1 + verbosegiveitem TM_HEADBUTT, 1 iffalse UnknownScript_0x6edf7 setevent EVENT_GOT_TM02_HEADBUTT UnknownScript_0x6edf3: ; 0x6edf3 |